Shades of Mindaro #D9ED76
Tints of Mindaro #D9ED76
RGB
CMYK
RGB Variations
Color information
#D9ED76 (or 0xD9ED76) is known color: Mindaro. HEX triplet: D9, ED and 76. RGB value is (217,237,118). Sum of RGB (Red+Green+Blue) = 217+237+118=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9ED76 is #261289. Grayscale: #D9D9D9. Windows color (decimal): -2495114 or 7794137. OLE color: 7794137.
HSL color Cylindrical-coordinate representation of color #D9ED76: hue angle of 70.08º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9ED76 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 118 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.07 |
| HSL | 70.08º | 0.77% | 0.7% | - |
| HSV(B) | 70.08º | 0.5% | 0.93% | - |
| XYZ | 62.17 | 76.63 | 28.65 | - |
| YUV | 217.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 118 | 0.08 | 0 | 0.50 | 0.07 | 70.08 | 0.77 | 0.7 |
| Hex | D9 | ED | 76 | 8 | 0 | 32 | 7 | 46 | 4D | 46 |
| Octal | 331 | 355 | 166 | 10 | 0 | 62 | 7 | 106 | 115 | 106 |
| Binary | 11011001 | 11101101 | 1110110 | 1000 | 0 | 110010 | 111 | 1000110 | 1001101 | 1000110 |
Color Harmonies of #D9ED76
Complementary color
Monochromatic Colors of #D9ED76
Black with #D9ED76
Text Example
Text Example
White with #D9ED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ED76; }
p { color: rgb(217,237,118); }
H1.HeaderClassName
{
color: #D9ED76;
}
.AnyTagClassName
{
color: #D9ED76;
}
</style>
background-color css
<style>
a { background-color: #D9ED76; }
a { background-color: rgb(217,237,118); }
div.DivClassName
{
background-color: #D9ED76;
}
.BgClassName
{
background-color: #D9ED76;
}
</style>
border-color css
<style>
span { border-color: #D9ED76; }
span { border-color: rgb(217,237,118); }
td.TdClassName
{
border-color: #D9ED76;
}
.TagClassName
{
border-color: #D9ED76;
}
</style>