Shades of Mindaro #D9E85F
Tints of Mindaro #D9E85F
RGB
CMYK
RGB Variations
Color information
#D9E85F (or 0xD9E85F) is known color: Mindaro. HEX triplet: D9, E8 and 5F. RGB value is (217,232,95). Sum of RGB (Red+Green+Blue) = 217+232+95=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E85F is #2617A0. Grayscale: #D4D4D4. Windows color (decimal): -2496417 or 6285529. OLE color: 6285529.
HSL color Cylindrical-coordinate representation of color #D9E85F: hue angle of 66.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9E85F is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 232 | 95 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.09 |
| HSL | 66.57º | 0.75% | 0.64% | - |
| HSV(B) | 66.57º | 0.59% | 0.91% | - |
| XYZ | 59.54 | 73.29 | 21.84 | - |
| YUV | 211.9 | 62.03 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 232 | 95 | 0.06 | 0 | 0.59 | 0.09 | 66.57 | 0.75 | 0.64 |
| Hex | D9 | E8 | 5F | 6 | 0 | 3B | 9 | 43 | 4B | 40 |
| Octal | 331 | 350 | 137 | 6 | 0 | 73 | 11 | 103 | 113 | 100 |
| Binary | 11011001 | 11101000 | 1011111 | 110 | 0 | 111011 | 1001 | 1000011 | 1001011 | 1000000 |
Color Harmonies of #D9E85F
Complementary color
Monochromatic Colors of #D9E85F
Black with #D9E85F
Text Example
Text Example
White with #D9E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E85F; }
p { color: rgb(217,232,95); }
H1.HeaderClassName
{
color: #D9E85F;
}
.AnyTagClassName
{
color: #D9E85F;
}
</style>
background-color css
<style>
a { background-color: #D9E85F; }
a { background-color: rgb(217,232,95); }
div.DivClassName
{
background-color: #D9E85F;
}
.BgClassName
{
background-color: #D9E85F;
}
</style>
border-color css
<style>
span { border-color: #D9E85F; }
span { border-color: rgb(217,232,95); }
td.TdClassName
{
border-color: #D9E85F;
}
.TagClassName
{
border-color: #D9E85F;
}
</style>