Shades of Mindaro #D9EC7F
Tints of Mindaro #D9EC7F
RGB
CMYK
RGB Variations
Color information
#D9EC7F (or 0xD9EC7F) is known color: Mindaro. HEX triplet: D9, EC and 7F. RGB value is (217,236,127). Sum of RGB (Red+Green+Blue) = 217+236+127=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EC7F is #261380. Grayscale: #DADADA. Windows color (decimal): -2495361 or 8383705. OLE color: 8383705.
HSL color Cylindrical-coordinate representation of color #D9EC7F: hue angle of 70.46º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9EC7F is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 127 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.07 |
| HSL | 70.46º | 0.74% | 0.71% | - |
| HSV(B) | 70.46º | 0.46% | 0.93% | - |
| XYZ | 62.44 | 76.27 | 31.51 | - |
| YUV | 217.89 | 76.71 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 127 | 0.08 | 0 | 0.46 | 0.07 | 70.46 | 0.74 | 0.71 |
| Hex | D9 | EC | 7F | 8 | 0 | 2E | 7 | 46 | 4A | 47 |
| Octal | 331 | 354 | 177 | 10 | 0 | 56 | 7 | 106 | 112 | 107 |
| Binary | 11011001 | 11101100 | 1111111 | 1000 | 0 | 101110 | 111 | 1000110 | 1001010 | 1000111 |
Color Harmonies of #D9EC7F
Complementary color
Monochromatic Colors of #D9EC7F
Black with #D9EC7F
Text Example
Text Example
White with #D9EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EC7F; }
p { color: rgb(217,236,127); }
H1.HeaderClassName
{
color: #D9EC7F;
}
.AnyTagClassName
{
color: #D9EC7F;
}
</style>
background-color css
<style>
a { background-color: #D9EC7F; }
a { background-color: rgb(217,236,127); }
div.DivClassName
{
background-color: #D9EC7F;
}
.BgClassName
{
background-color: #D9EC7F;
}
</style>
border-color css
<style>
span { border-color: #D9EC7F; }
span { border-color: rgb(217,236,127); }
td.TdClassName
{
border-color: #D9EC7F;
}
.TagClassName
{
border-color: #D9EC7F;
}
</style>