Shades of Mindaro #D9EE78
Tints of Mindaro #D9EE78
RGB
CMYK
RGB Variations
Color information
#D9EE78 (or 0xD9EE78) is known color: Mindaro. HEX triplet: D9, EE and 78. RGB value is (217,238,120). Sum of RGB (Red+Green+Blue) = 217+238+120=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EE78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EE78 is #261187. Grayscale: #DADADA. Windows color (decimal): -2494856 or 7925465. OLE color: 7925465.
HSL color Cylindrical-coordinate representation of color #D9EE78: hue angle of 70.68º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9EE78 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 238 | 120 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.07 |
| HSL | 70.68º | 0.78% | 0.7% | - |
| HSV(B) | 70.68º | 0.5% | 0.93% | - |
| XYZ | 62.58 | 77.26 | 29.38 | - |
| YUV | 218.27 | 72.54 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 238 | 120 | 0.09 | 0 | 0.50 | 0.07 | 70.68 | 0.78 | 0.7 |
| Hex | D9 | EE | 78 | 9 | 0 | 32 | 7 | 47 | 4E | 46 |
| Octal | 331 | 356 | 170 | 11 | 0 | 62 | 7 | 107 | 116 | 106 |
| Binary | 11011001 | 11101110 | 1111000 | 1001 | 0 | 110010 | 111 | 1000111 | 1001110 | 1000110 |
Color Harmonies of #D9EE78
Complementary color
Monochromatic Colors of #D9EE78
Black with #D9EE78
Text Example
Text Example
White with #D9EE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EE78; }
p { color: rgb(217,238,120); }
H1.HeaderClassName
{
color: #D9EE78;
}
.AnyTagClassName
{
color: #D9EE78;
}
</style>
background-color css
<style>
a { background-color: #D9EE78; }
a { background-color: rgb(217,238,120); }
div.DivClassName
{
background-color: #D9EE78;
}
.BgClassName
{
background-color: #D9EE78;
}
</style>
border-color css
<style>
span { border-color: #D9EE78; }
span { border-color: rgb(217,238,120); }
td.TdClassName
{
border-color: #D9EE78;
}
.TagClassName
{
border-color: #D9EE78;
}
</style>