Shades of Mindaro #D9E470
Tints of Mindaro #D9E470
RGB
CMYK
RGB Variations
Color information
#D9E470 (or 0xD9E470) is known color: Mindaro. HEX triplet: D9, E4 and 70. RGB value is (217,228,112). Sum of RGB (Red+Green+Blue) = 217+228+112=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E470 is #261B8F. Grayscale: #D3D3D3. Windows color (decimal): -2497424 or 7398617. OLE color: 7398617.
HSL color Cylindrical-coordinate representation of color #D9E470: hue angle of 65.69º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9E470 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 112 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.11 |
| HSL | 65.69º | 0.68% | 0.67% | - |
| HSV(B) | 65.69º | 0.51% | 0.89% | - |
| XYZ | 59.28 | 71.41 | 25.99 | - |
| YUV | 211.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 112 | 0.05 | 0 | 0.51 | 0.11 | 65.69 | 0.68 | 0.67 |
| Hex | D9 | E4 | 70 | 5 | 0 | 33 | B | 42 | 44 | 43 |
| Octal | 331 | 344 | 160 | 5 | 0 | 63 | 13 | 102 | 104 | 103 |
| Binary | 11011001 | 11100100 | 1110000 | 101 | 0 | 110011 | 1011 | 1000010 | 1000100 | 1000011 |
Color Harmonies of #D9E470
Complementary color
Monochromatic Colors of #D9E470
Black with #D9E470
Text Example
Text Example
White with #D9E470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E470; }
p { color: rgb(217,228,112); }
H1.HeaderClassName
{
color: #D9E470;
}
.AnyTagClassName
{
color: #D9E470;
}
</style>
background-color css
<style>
a { background-color: #D9E470; }
a { background-color: rgb(217,228,112); }
div.DivClassName
{
background-color: #D9E470;
}
.BgClassName
{
background-color: #D9E470;
}
</style>
border-color css
<style>
span { border-color: #D9E470; }
span { border-color: rgb(217,228,112); }
td.TdClassName
{
border-color: #D9E470;
}
.TagClassName
{
border-color: #D9E470;
}
</style>