Shades of Mindaro #D9EE70
Tints of Mindaro #D9EE70
RGB
CMYK
RGB Variations
Color information
#D9EE70 (or 0xD9EE70) is known color: Mindaro. HEX triplet: D9, EE and 70. RGB value is (217,238,112). Sum of RGB (Red+Green+Blue) = 217+238+112=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EE70 is #26118F. Grayscale: #D9D9D9. Windows color (decimal): -2494864 or 7401177. OLE color: 7401177.
HSL color Cylindrical-coordinate representation of color #D9EE70: hue angle of 70º 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 #D9EE70 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 238 | 112 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.07 |
| HSL | 70º | 0.79% | 0.69% | - |
| HSV(B) | 70º | 0.53% | 0.93% | - |
| XYZ | 62.11 | 77.07 | 26.93 | - |
| YUV | 217.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 238 | 112 | 0.09 | 0 | 0.53 | 0.07 | 70 | 0.79 | 0.69 |
| Hex | D9 | EE | 70 | 9 | 0 | 35 | 7 | 46 | 4F | 45 |
| Octal | 331 | 356 | 160 | 11 | 0 | 65 | 7 | 106 | 117 | 105 |
| Binary | 11011001 | 11101110 | 1110000 | 1001 | 0 | 110101 | 111 | 1000110 | 1001111 | 1000101 |
Color Harmonies of #D9EE70
Complementary color
Monochromatic Colors of #D9EE70
Black with #D9EE70
Text Example
Text Example
White with #D9EE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EE70; }
p { color: rgb(217,238,112); }
H1.HeaderClassName
{
color: #D9EE70;
}
.AnyTagClassName
{
color: #D9EE70;
}
</style>
background-color css
<style>
a { background-color: #D9EE70; }
a { background-color: rgb(217,238,112); }
div.DivClassName
{
background-color: #D9EE70;
}
.BgClassName
{
background-color: #D9EE70;
}
</style>
border-color css
<style>
span { border-color: #D9EE70; }
span { border-color: rgb(217,238,112); }
td.TdClassName
{
border-color: #D9EE70;
}
.TagClassName
{
border-color: #D9EE70;
}
</style>