Shades of Mindaro #DCE472
Tints of Mindaro #DCE472
RGB
CMYK
RGB Variations
Color information
#DCE472 (or 0xDCE472) is known color: Mindaro. HEX triplet: DC, E4 and 72. RGB value is (220,228,114). Sum of RGB (Red+Green+Blue) = 220+228+114=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE472 is #231B8D. Grayscale: #D5D5D5. Windows color (decimal): -2300814 or 7529692. OLE color: 7529692.
HSL color Cylindrical-coordinate representation of color #DCE472: hue angle of 64.21º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE472 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 114 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.11 |
| HSL | 64.21º | 0.68% | 0.67% | - |
| HSV(B) | 64.21º | 0.5% | 0.89% | - |
| XYZ | 60.3 | 71.92 | 26.62 | - |
| YUV | 212.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 114 | 0.04 | 0 | 0.50 | 0.11 | 64.21 | 0.68 | 0.67 |
| Hex | DC | E4 | 72 | 4 | 0 | 32 | B | 40 | 44 | 43 |
| Octal | 334 | 344 | 162 | 4 | 0 | 62 | 13 | 100 | 104 | 103 |
| Binary | 11011100 | 11100100 | 1110010 | 100 | 0 | 110010 | 1011 | 1000000 | 1000100 | 1000011 |
Color Harmonies of #DCE472
Complementary color
Monochromatic Colors of #DCE472
Black with #DCE472
Text Example
Text Example
White with #DCE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE472; }
p { color: rgb(220,228,114); }
H1.HeaderClassName
{
color: #DCE472;
}
.AnyTagClassName
{
color: #DCE472;
}
</style>
background-color css
<style>
a { background-color: #DCE472; }
a { background-color: rgb(220,228,114); }
div.DivClassName
{
background-color: #DCE472;
}
.BgClassName
{
background-color: #DCE472;
}
</style>
border-color css
<style>
span { border-color: #DCE472; }
span { border-color: rgb(220,228,114); }
td.TdClassName
{
border-color: #DCE472;
}
.TagClassName
{
border-color: #DCE472;
}
</style>