Shades of Mindaro #DCE470
Tints of Mindaro #DCE470
RGB
CMYK
RGB Variations
Color information
#DCE470 (or 0xDCE470) is known color: Mindaro. HEX triplet: DC, E4 and 70. RGB value is (220,228,112). Sum of RGB (Red+Green+Blue) = 220+228+112=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE470 is #231B8F. Grayscale: #D4D4D4. Windows color (decimal): -2300816 or 7398620. OLE color: 7398620.
HSL color Cylindrical-coordinate representation of color #DCE470: hue angle of 64.14º 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 #DCE470 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 112 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.11 |
| HSL | 64.14º | 0.68% | 0.67% | - |
| HSV(B) | 64.14º | 0.51% | 0.89% | - |
| XYZ | 60.18 | 71.87 | 26.03 | - |
| YUV | 212.38 | 71.35 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 112 | 0.04 | 0 | 0.51 | 0.11 | 64.14 | 0.68 | 0.67 |
| Hex | DC | E4 | 70 | 4 | 0 | 33 | B | 40 | 44 | 43 |
| Octal | 334 | 344 | 160 | 4 | 0 | 63 | 13 | 100 | 104 | 103 |
| Binary | 11011100 | 11100100 | 1110000 | 100 | 0 | 110011 | 1011 | 1000000 | 1000100 | 1000011 |
Color Harmonies of #DCE470
Complementary color
Monochromatic Colors of #DCE470
Black with #DCE470
Text Example
Text Example
White with #DCE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE470; }
p { color: rgb(220,228,112); }
H1.HeaderClassName
{
color: #DCE470;
}
.AnyTagClassName
{
color: #DCE470;
}
</style>
background-color css
<style>
a { background-color: #DCE470; }
a { background-color: rgb(220,228,112); }
div.DivClassName
{
background-color: #DCE470;
}
.BgClassName
{
background-color: #DCE470;
}
</style>
border-color css
<style>
span { border-color: #DCE470; }
span { border-color: rgb(220,228,112); }
td.TdClassName
{
border-color: #DCE470;
}
.TagClassName
{
border-color: #DCE470;
}
</style>