Shades of Mindaro #D9EE72
Tints of Mindaro #D9EE72
RGB
CMYK
RGB Variations
Color information
#D9EE72 (or 0xD9EE72) is known color: Mindaro. HEX triplet: D9, EE and 72. RGB value is (217,238,114). Sum of RGB (Red+Green+Blue) = 217+238+114=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EE72 is #26118D. Grayscale: #DADADA. Windows color (decimal): -2494862 or 7532249. OLE color: 7532249.
HSL color Cylindrical-coordinate representation of color #D9EE72: hue angle of 70.16º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9EE72 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 238 | 114 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.07 |
| HSL | 70.16º | 0.78% | 0.69% | - |
| HSV(B) | 70.16º | 0.52% | 0.93% | - |
| XYZ | 62.23 | 77.12 | 27.52 | - |
| YUV | 217.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 238 | 114 | 0.09 | 0 | 0.52 | 0.07 | 70.16 | 0.78 | 0.69 |
| Hex | D9 | EE | 72 | 9 | 0 | 34 | 7 | 46 | 4E | 45 |
| Octal | 331 | 356 | 162 | 11 | 0 | 64 | 7 | 106 | 116 | 105 |
| Binary | 11011001 | 11101110 | 1110010 | 1001 | 0 | 110100 | 111 | 1000110 | 1001110 | 1000101 |
Color Harmonies of #D9EE72
Complementary color
Monochromatic Colors of #D9EE72
Black with #D9EE72
Text Example
Text Example
White with #D9EE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EE72; }
p { color: rgb(217,238,114); }
H1.HeaderClassName
{
color: #D9EE72;
}
.AnyTagClassName
{
color: #D9EE72;
}
</style>
background-color css
<style>
a { background-color: #D9EE72; }
a { background-color: rgb(217,238,114); }
div.DivClassName
{
background-color: #D9EE72;
}
.BgClassName
{
background-color: #D9EE72;
}
</style>
border-color css
<style>
span { border-color: #D9EE72; }
span { border-color: rgb(217,238,114); }
td.TdClassName
{
border-color: #D9EE72;
}
.TagClassName
{
border-color: #D9EE72;
}
</style>