Shades of Mindaro #D9EE7D
Tints of Mindaro #D9EE7D
RGB
CMYK
RGB Variations
Color information
#D9EE7D (or 0xD9EE7D) is known color: Mindaro. HEX triplet: D9, EE and 7D. RGB value is (217,238,125). Sum of RGB (Red+Green+Blue) = 217+238+125=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EE7D is #261182. Grayscale: #DBDBDB. Windows color (decimal): -2494851 or 8253145. OLE color: 8253145.
HSL color Cylindrical-coordinate representation of color #D9EE7D: hue angle of 71.15º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9EE7D is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 238 | 125 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.07 |
| HSL | 71.15º | 0.77% | 0.71% | - |
| HSV(B) | 71.15º | 0.47% | 0.93% | - |
| XYZ | 62.89 | 77.38 | 31.02 | - |
| YUV | 218.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 238 | 125 | 0.09 | 0 | 0.47 | 0.07 | 71.15 | 0.77 | 0.71 |
| Hex | D9 | EE | 7D | 9 | 0 | 2F | 7 | 47 | 4D | 47 |
| Octal | 331 | 356 | 175 | 11 | 0 | 57 | 7 | 107 | 115 | 107 |
| Binary | 11011001 | 11101110 | 1111101 | 1001 | 0 | 101111 | 111 | 1000111 | 1001101 | 1000111 |
Color Harmonies of #D9EE7D
Complementary color
Monochromatic Colors of #D9EE7D
Black with #D9EE7D
Text Example
Text Example
White with #D9EE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EE7D; }
p { color: rgb(217,238,125); }
H1.HeaderClassName
{
color: #D9EE7D;
}
.AnyTagClassName
{
color: #D9EE7D;
}
</style>
background-color css
<style>
a { background-color: #D9EE7D; }
a { background-color: rgb(217,238,125); }
div.DivClassName
{
background-color: #D9EE7D;
}
.BgClassName
{
background-color: #D9EE7D;
}
</style>
border-color css
<style>
span { border-color: #D9EE7D; }
span { border-color: rgb(217,238,125); }
td.TdClassName
{
border-color: #D9EE7D;
}
.TagClassName
{
border-color: #D9EE7D;
}
</style>