Shades of Mindaro #D9EA84
Tints of Mindaro #D9EA84
RGB
CMYK
RGB Variations
Color information
#D9EA84 (or 0xD9EA84) is known color: Mindaro. HEX triplet: D9, EA and 84. RGB value is (217,234,132). Sum of RGB (Red+Green+Blue) = 217+234+132=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EA84 is #26157B. Grayscale: #D9D9D9. Windows color (decimal): -2495868 or 8710873. OLE color: 8710873.
HSL color Cylindrical-coordinate representation of color #D9EA84: hue angle of 70º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9EA84 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 132 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.08 |
| HSL | 70º | 0.71% | 0.72% | - |
| HSV(B) | 70º | 0.44% | 0.92% | - |
| XYZ | 62.2 | 75.26 | 33.08 | - |
| YUV | 217.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 132 | 0.07 | 0 | 0.44 | 0.08 | 70 | 0.71 | 0.72 |
| Hex | D9 | EA | 84 | 7 | 0 | 2C | 8 | 46 | 47 | 48 |
| Octal | 331 | 352 | 204 | 7 | 0 | 54 | 10 | 106 | 107 | 110 |
| Binary | 11011001 | 11101010 | 10000100 | 111 | 0 | 101100 | 1000 | 1000110 | 1000111 | 1001000 |
Color Harmonies of #D9EA84
Complementary color
Monochromatic Colors of #D9EA84
Black with #D9EA84
Text Example
Text Example
White with #D9EA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EA84; }
p { color: rgb(217,234,132); }
H1.HeaderClassName
{
color: #D9EA84;
}
.AnyTagClassName
{
color: #D9EA84;
}
</style>
background-color css
<style>
a { background-color: #D9EA84; }
a { background-color: rgb(217,234,132); }
div.DivClassName
{
background-color: #D9EA84;
}
.BgClassName
{
background-color: #D9EA84;
}
</style>
border-color css
<style>
span { border-color: #D9EA84; }
span { border-color: rgb(217,234,132); }
td.TdClassName
{
border-color: #D9EA84;
}
.TagClassName
{
border-color: #D9EA84;
}
</style>