Shades of Mindaro #D9E370
Tints of Mindaro #D9E370
RGB
CMYK
RGB Variations
Color information
#D9E370 (or 0xD9E370) is known color: Mindaro. HEX triplet: D9, E3 and 70. RGB value is (217,227,112). Sum of RGB (Red+Green+Blue) = 217+227+112=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E370 is #261C8F. Grayscale: #D3D3D3. Windows color (decimal): -2497680 or 7398361. OLE color: 7398361.
HSL color Cylindrical-coordinate representation of color #D9E370: hue angle of 65.22º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9E370 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 112 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.11 |
| HSL | 65.22º | 0.67% | 0.66% | - |
| HSV(B) | 65.22º | 0.51% | 0.89% | - |
| XYZ | 59.01 | 70.86 | 25.9 | - |
| YUV | 210.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 112 | 0.04 | 0 | 0.51 | 0.11 | 65.22 | 0.67 | 0.66 |
| Hex | D9 | E3 | 70 | 4 | 0 | 33 | B | 41 | 43 | 42 |
| Octal | 331 | 343 | 160 | 4 | 0 | 63 | 13 | 101 | 103 | 102 |
| Binary | 11011001 | 11100011 | 1110000 | 100 | 0 | 110011 | 1011 | 1000001 | 1000011 | 1000010 |
Color Harmonies of #D9E370
Complementary color
Monochromatic Colors of #D9E370
Black with #D9E370
Text Example
Text Example
White with #D9E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E370; }
p { color: rgb(217,227,112); }
H1.HeaderClassName
{
color: #D9E370;
}
.AnyTagClassName
{
color: #D9E370;
}
</style>
background-color css
<style>
a { background-color: #D9E370; }
a { background-color: rgb(217,227,112); }
div.DivClassName
{
background-color: #D9E370;
}
.BgClassName
{
background-color: #D9E370;
}
</style>
border-color css
<style>
span { border-color: #D9E370; }
span { border-color: rgb(217,227,112); }
td.TdClassName
{
border-color: #D9E370;
}
.TagClassName
{
border-color: #D9E370;
}
</style>