Shades of Mindaro #D8EE71
Tints of Mindaro #D8EE71
RGB
CMYK
RGB Variations
Color information
#D8EE71 (or 0xD8EE71) is known color: Mindaro. HEX triplet: D8, EE and 71. RGB value is (216,238,113). Sum of RGB (Red+Green+Blue) = 216+238+113=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EE71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EE71 is #27118E. Grayscale: #D9D9D9. Windows color (decimal): -2560399 or 7466712. OLE color: 7466712.
HSL color Cylindrical-coordinate representation of color #D8EE71: hue angle of 70.56º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8EE71 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 238 | 113 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.07 |
| HSL | 70.56º | 0.79% | 0.69% | - |
| HSV(B) | 70.56º | 0.53% | 0.93% | - |
| XYZ | 61.87 | 76.94 | 27.21 | - |
| YUV | 217.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 238 | 113 | 0.09 | 0 | 0.53 | 0.07 | 70.56 | 0.79 | 0.69 |
| Hex | D8 | EE | 71 | 9 | 0 | 35 | 7 | 47 | 4F | 45 |
| Octal | 330 | 356 | 161 | 11 | 0 | 65 | 7 | 107 | 117 | 105 |
| Binary | 11011000 | 11101110 | 1110001 | 1001 | 0 | 110101 | 111 | 1000111 | 1001111 | 1000101 |
Color Harmonies of #D8EE71
Complementary color
Monochromatic Colors of #D8EE71
Black with #D8EE71
Text Example
Text Example
White with #D8EE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EE71; }
p { color: rgb(216,238,113); }
H1.HeaderClassName
{
color: #D8EE71;
}
.AnyTagClassName
{
color: #D8EE71;
}
</style>
background-color css
<style>
a { background-color: #D8EE71; }
a { background-color: rgb(216,238,113); }
div.DivClassName
{
background-color: #D8EE71;
}
.BgClassName
{
background-color: #D8EE71;
}
</style>
border-color css
<style>
span { border-color: #D8EE71; }
span { border-color: rgb(216,238,113); }
td.TdClassName
{
border-color: #D8EE71;
}
.TagClassName
{
border-color: #D8EE71;
}
</style>