Shades of Mindaro #D9E376
Tints of Mindaro #D9E376
RGB
CMYK
RGB Variations
Color information
#D9E376 (or 0xD9E376) is known color: Mindaro. HEX triplet: D9, E3 and 76. RGB value is (217,227,118). Sum of RGB (Red+Green+Blue) = 217+227+118=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E376 is #261C89. Grayscale: #D4D4D4. Windows color (decimal): -2497674 or 7791577. OLE color: 7791577.
HSL color Cylindrical-coordinate representation of color #D9E376: hue angle of 65.5º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9E376 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 118 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.11 |
| HSL | 65.5º | 0.66% | 0.68% | - |
| HSV(B) | 65.5º | 0.48% | 0.89% | - |
| XYZ | 59.35 | 71 | 27.72 | - |
| YUV | 211.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 118 | 0.04 | 0 | 0.48 | 0.11 | 65.5 | 0.66 | 0.68 |
| Hex | D9 | E3 | 76 | 4 | 0 | 30 | B | 42 | 42 | 44 |
| Octal | 331 | 343 | 166 | 4 | 0 | 60 | 13 | 102 | 102 | 104 |
| Binary | 11011001 | 11100011 | 1110110 | 100 | 0 | 110000 | 1011 | 1000010 | 1000010 | 1000100 |
Color Harmonies of #D9E376
Complementary color
Monochromatic Colors of #D9E376
Black with #D9E376
Text Example
Text Example
White with #D9E376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E376; }
p { color: rgb(217,227,118); }
H1.HeaderClassName
{
color: #D9E376;
}
.AnyTagClassName
{
color: #D9E376;
}
</style>
background-color css
<style>
a { background-color: #D9E376; }
a { background-color: rgb(217,227,118); }
div.DivClassName
{
background-color: #D9E376;
}
.BgClassName
{
background-color: #D9E376;
}
</style>
border-color css
<style>
span { border-color: #D9E376; }
span { border-color: rgb(217,227,118); }
td.TdClassName
{
border-color: #D9E376;
}
.TagClassName
{
border-color: #D9E376;
}
</style>