Shades of Mindaro #D8EF72
Tints of Mindaro #D8EF72
RGB
CMYK
RGB Variations
Color information
#D8EF72 (or 0xD8EF72) is known color: Mindaro. HEX triplet: D8, EF and 72. RGB value is (216,239,114). Sum of RGB (Red+Green+Blue) = 216+239+114=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EF72 is #27108D. Grayscale: #DADADA. Windows color (decimal): -2560142 or 7532504. OLE color: 7532504.
HSL color Cylindrical-coordinate representation of color #D8EF72: hue angle of 71.04º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8EF72 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 114 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.06 |
| HSL | 71.04º | 0.8% | 0.69% | - |
| HSV(B) | 71.04º | 0.52% | 0.94% | - |
| XYZ | 62.22 | 77.55 | 27.61 | - |
| YUV | 217.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 114 | 0.10 | 0 | 0.52 | 0.06 | 71.04 | 0.8 | 0.69 |
| Hex | D8 | EF | 72 | A | 0 | 34 | 6 | 47 | 50 | 45 |
| Octal | 330 | 357 | 162 | 12 | 0 | 64 | 6 | 107 | 120 | 105 |
| Binary | 11011000 | 11101111 | 1110010 | 1010 | 0 | 110100 | 110 | 1000111 | 1010000 | 1000101 |
Color Harmonies of #D8EF72
Complementary color
Monochromatic Colors of #D8EF72
Black with #D8EF72
Text Example
Text Example
White with #D8EF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EF72; }
p { color: rgb(216,239,114); }
H1.HeaderClassName
{
color: #D8EF72;
}
.AnyTagClassName
{
color: #D8EF72;
}
</style>
background-color css
<style>
a { background-color: #D8EF72; }
a { background-color: rgb(216,239,114); }
div.DivClassName
{
background-color: #D8EF72;
}
.BgClassName
{
background-color: #D8EF72;
}
</style>
border-color css
<style>
span { border-color: #D8EF72; }
span { border-color: rgb(216,239,114); }
td.TdClassName
{
border-color: #D8EF72;
}
.TagClassName
{
border-color: #D8EF72;
}
</style>