Shades of Mindaro #D9E86F
Tints of Mindaro #D9E86F
RGB
CMYK
RGB Variations
Color information
#D9E86F (or 0xD9E86F) is known color: Mindaro. HEX triplet: D9, E8 and 6F. RGB value is (217,232,111). Sum of RGB (Red+Green+Blue) = 217+232+111=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E86F is #261790. Grayscale: #D6D6D6. Windows color (decimal): -2496401 or 7334105. OLE color: 7334105.
HSL color Cylindrical-coordinate representation of color #D9E86F: hue angle of 67.44º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9E86F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 232 | 111 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.09 |
| HSL | 67.44º | 0.72% | 0.67% | - |
| HSV(B) | 67.44º | 0.52% | 0.91% | - |
| XYZ | 60.34 | 73.61 | 26.07 | - |
| YUV | 213.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 232 | 111 | 0.06 | 0 | 0.52 | 0.09 | 67.44 | 0.72 | 0.67 |
| Hex | D9 | E8 | 6F | 6 | 0 | 34 | 9 | 43 | 48 | 43 |
| Octal | 331 | 350 | 157 | 6 | 0 | 64 | 11 | 103 | 110 | 103 |
| Binary | 11011001 | 11101000 | 1101111 | 110 | 0 | 110100 | 1001 | 1000011 | 1001000 | 1000011 |
Color Harmonies of #D9E86F
Complementary color
Monochromatic Colors of #D9E86F
Black with #D9E86F
Text Example
Text Example
White with #D9E86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E86F; }
p { color: rgb(217,232,111); }
H1.HeaderClassName
{
color: #D9E86F;
}
.AnyTagClassName
{
color: #D9E86F;
}
</style>
background-color css
<style>
a { background-color: #D9E86F; }
a { background-color: rgb(217,232,111); }
div.DivClassName
{
background-color: #D9E86F;
}
.BgClassName
{
background-color: #D9E86F;
}
</style>
border-color css
<style>
span { border-color: #D9E86F; }
span { border-color: rgb(217,232,111); }
td.TdClassName
{
border-color: #D9E86F;
}
.TagClassName
{
border-color: #D9E86F;
}
</style>