Toolumina Extended Palette
Copy-ready color values
HEX
#51C86ERGB
rgb(81, 200, 110)HSL
hsl(135, 52%, 55%)HSV
hsv(135, 60%, 78%)CMYK approx.
cmyk(60, 0, 45, 22)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #51C86E | |
| RGB | rgb(81, 200, 110) | |
| HSL | hsl(135, 52%, 55%) | |
| HSV | hsv(135, 60%, 78%) | |
| CMYK approx. | cmyk(60, 0, 45, 22) | |
| CSS keyword | toolumina-h135-s52-l55 |
Contrast and classification
LightLightness2.13:1Contrast with white9.84:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#62CE7D
White 30%#85D99A
White 70%#CBEFD4
White 90%#EEFAF1
Black 10%#49B463
Black 30%#398C4D
Black 70%#183C21
Black 90%#08140B
Harmony palettes
Complementary
#AE3791#C167ABAnalogous
#5FC86B#51BD79Triadic
#C86E51#6E51C8Split complementary
#BD5BA5#8F2D77Using Toolumina H135 S52 L55
Toolumina H135 S52 L55 works best when it is chosen with contrast, surrounding colors, and interface state in mind. Use the HEX value for static CSS, RGB when you need channel-level control, and HSL when adjusting lightness or saturation for hover states. The CMYK value is an approximate screen-to-print conversion, so print workflows should still rely on calibrated design software or a printer profile.
CSS, SCSS, and Tailwind examples
:root {
--color-toolumina-h135-s52-l55: #51c86e;
}
.button-primary {
background: var(--color-toolumina-h135-s52-l55);
color: #000000;
}
$toolumina-h135-s52-l55: #51c86e;
// Tailwind arbitrary value
class="bg-[#51c86e] text-white"