Shades of Mindaro #D0E470
Tints of Mindaro #D0E470
RGB
CMYK
RGB Variations
Color information
#D0E470 (or 0xD0E470) is known color: Mindaro. HEX triplet: D0, E4 and 70. RGB value is (208,228,112). Sum of RGB (Red+Green+Blue) = 208+228+112=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E470 is #2F1B8F. Grayscale: #D1D1D1. Windows color (decimal): -3087248 or 7398608. OLE color: 7398608.
HSL color Cylindrical-coordinate representation of color #D0E470: hue angle of 70.34º 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 #D0E470 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 112 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.11 |
| HSL | 70.34º | 0.68% | 0.67% | - |
| HSV(B) | 70.34º | 0.51% | 0.89% | - |
| XYZ | 56.68 | 70.07 | 25.87 | - |
| YUV | 208.8 | 73.37 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 112 | 0.09 | 0 | 0.51 | 0.11 | 70.34 | 0.68 | 0.67 |
| Hex | D0 | E4 | 70 | 9 | 0 | 33 | B | 46 | 44 | 43 |
| Octal | 320 | 344 | 160 | 11 | 0 | 63 | 13 | 106 | 104 | 103 |
| Binary | 11010000 | 11100100 | 1110000 | 1001 | 0 | 110011 | 1011 | 1000110 | 1000100 | 1000011 |
Color Harmonies of #D0E470
Complementary color
Monochromatic Colors of #D0E470
Black with #D0E470
Text Example
Text Example
White with #D0E470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E470; }
p { color: rgb(208,228,112); }
H1.HeaderClassName
{
color: #D0E470;
}
.AnyTagClassName
{
color: #D0E470;
}
</style>
background-color css
<style>
a { background-color: #D0E470; }
a { background-color: rgb(208,228,112); }
div.DivClassName
{
background-color: #D0E470;
}
.BgClassName
{
background-color: #D0E470;
}
</style>
border-color css
<style>
span { border-color: #D0E470; }
span { border-color: rgb(208,228,112); }
td.TdClassName
{
border-color: #D0E470;
}
.TagClassName
{
border-color: #D0E470;
}
</style>