Shades of Mindaro #D9E76F
Tints of Mindaro #D9E76F
RGB
CMYK
RGB Variations
Color information
#D9E76F (or 0xD9E76F) is known color: Mindaro. HEX triplet: D9, E7 and 6F. RGB value is (217,231,111). Sum of RGB (Red+Green+Blue) = 217+231+111=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E76F is #261890. Grayscale: #D5D5D5. Windows color (decimal): -2496657 or 7333849. OLE color: 7333849.
HSL color Cylindrical-coordinate representation of color #D9E76F: hue angle of 67º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9E76F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 111 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.09 |
| HSL | 67º | 0.71% | 0.67% | - |
| HSV(B) | 67º | 0.52% | 0.91% | - |
| XYZ | 60.06 | 73.05 | 25.97 | - |
| YUV | 213.13 | 70.36 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 111 | 0.06 | 0 | 0.52 | 0.09 | 67 | 0.71 | 0.67 |
| Hex | D9 | E7 | 6F | 6 | 0 | 34 | 9 | 43 | 47 | 43 |
| Octal | 331 | 347 | 157 | 6 | 0 | 64 | 11 | 103 | 107 | 103 |
| Binary | 11011001 | 11100111 | 1101111 | 110 | 0 | 110100 | 1001 | 1000011 | 1000111 | 1000011 |
Color Harmonies of #D9E76F
Complementary color
Monochromatic Colors of #D9E76F
Black with #D9E76F
Text Example
Text Example
White with #D9E76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E76F; }
p { color: rgb(217,231,111); }
H1.HeaderClassName
{
color: #D9E76F;
}
.AnyTagClassName
{
color: #D9E76F;
}
</style>
background-color css
<style>
a { background-color: #D9E76F; }
a { background-color: rgb(217,231,111); }
div.DivClassName
{
background-color: #D9E76F;
}
.BgClassName
{
background-color: #D9E76F;
}
</style>
border-color css
<style>
span { border-color: #D9E76F; }
span { border-color: rgb(217,231,111); }
td.TdClassName
{
border-color: #D9E76F;
}
.TagClassName
{
border-color: #D9E76F;
}
</style>