Shades of Mindaro #D9E56A
Tints of Mindaro #D9E56A
RGB
CMYK
RGB Variations
Color information
#D9E56A (or 0xD9E56A) is known color: Mindaro. HEX triplet: D9, E5 and 6A. RGB value is (217,229,106). Sum of RGB (Red+Green+Blue) = 217+229+106=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E56A is #261A95. Grayscale: #D3D3D3. Windows color (decimal): -2497174 or 7005657. OLE color: 7005657.
HSL color Cylindrical-coordinate representation of color #D9E56A: hue angle of 65.85º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9E56A is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 229 | 106 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.10 |
| HSL | 65.85º | 0.7% | 0.66% | - |
| HSV(B) | 65.85º | 0.54% | 0.9% | - |
| XYZ | 59.24 | 71.83 | 24.38 | - |
| YUV | 211.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 106 | 0.05 | 0 | 0.54 | 0.10 | 65.85 | 0.7 | 0.66 |
| Hex | D9 | E5 | 6A | 5 | 0 | 36 | A | 42 | 46 | 42 |
| Octal | 331 | 345 | 152 | 5 | 0 | 66 | 12 | 102 | 106 | 102 |
| Binary | 11011001 | 11100101 | 1101010 | 101 | 0 | 110110 | 1010 | 1000010 | 1000110 | 1000010 |
Color Harmonies of #D9E56A
Complementary color
Monochromatic Colors of #D9E56A
Black with #D9E56A
Text Example
Text Example
White with #D9E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E56A; }
p { color: rgb(217,229,106); }
H1.HeaderClassName
{
color: #D9E56A;
}
.AnyTagClassName
{
color: #D9E56A;
}
</style>
background-color css
<style>
a { background-color: #D9E56A; }
a { background-color: rgb(217,229,106); }
div.DivClassName
{
background-color: #D9E56A;
}
.BgClassName
{
background-color: #D9E56A;
}
</style>
border-color css
<style>
span { border-color: #D9E56A; }
span { border-color: rgb(217,229,106); }
td.TdClassName
{
border-color: #D9E56A;
}
.TagClassName
{
border-color: #D9E56A;
}
</style>