Shades of Mindaro #D9E76D
Tints of Mindaro #D9E76D
RGB
CMYK
RGB Variations
Color information
#D9E76D (or 0xD9E76D) is known color: Mindaro. HEX triplet: D9, E7 and 6D. RGB value is (217,231,109). Sum of RGB (Red+Green+Blue) = 217+231+109=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 231 (90.62% from 255 or 41.47% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E76D is #261892. Grayscale: #D5D5D5. Windows color (decimal): -2496659 or 7202777. OLE color: 7202777.
HSL color Cylindrical-coordinate representation of color #D9E76D: hue angle of 66.89º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9E76D is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 109 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.09 |
| HSL | 66.89º | 0.72% | 0.67% | - |
| HSV(B) | 66.89º | 0.53% | 0.91% | - |
| XYZ | 59.95 | 73.01 | 25.4 | - |
| YUV | 212.91 | 69.36 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 109 | 0.06 | 0 | 0.53 | 0.09 | 66.89 | 0.72 | 0.67 |
| Hex | D9 | E7 | 6D | 6 | 0 | 35 | 9 | 43 | 48 | 43 |
| Octal | 331 | 347 | 155 | 6 | 0 | 65 | 11 | 103 | 110 | 103 |
| Binary | 11011001 | 11100111 | 1101101 | 110 | 0 | 110101 | 1001 | 1000011 | 1001000 | 1000011 |
Color Harmonies of #D9E76D
Complementary color
Monochromatic Colors of #D9E76D
Black with #D9E76D
Text Example
Text Example
White with #D9E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E76D; }
p { color: rgb(217,231,109); }
H1.HeaderClassName
{
color: #D9E76D;
}
.AnyTagClassName
{
color: #D9E76D;
}
</style>
background-color css
<style>
a { background-color: #D9E76D; }
a { background-color: rgb(217,231,109); }
div.DivClassName
{
background-color: #D9E76D;
}
.BgClassName
{
background-color: #D9E76D;
}
</style>
border-color css
<style>
span { border-color: #D9E76D; }
span { border-color: rgb(217,231,109); }
td.TdClassName
{
border-color: #D9E76D;
}
.TagClassName
{
border-color: #D9E76D;
}
</style>