Shades of Mindaro #DCE872
Tints of Mindaro #DCE872
RGB
CMYK
RGB Variations
Color information
#DCE872 (or 0xDCE872) is known color: Mindaro. HEX triplet: DC, E8 and 72. RGB value is (220,232,114). Sum of RGB (Red+Green+Blue) = 220+232+114=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE872 is #23178D. Grayscale: #D7D7D7. Windows color (decimal): -2299790 or 7530716. OLE color: 7530716.
HSL color Cylindrical-coordinate representation of color #DCE872: hue angle of 66.1º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCE872 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 114 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.09 |
| HSL | 66.1º | 0.72% | 0.68% | - |
| HSV(B) | 66.1º | 0.51% | 0.91% | - |
| XYZ | 61.41 | 74.14 | 26.99 | - |
| YUV | 214.96 | 71.02 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 114 | 0.05 | 0 | 0.51 | 0.09 | 66.1 | 0.72 | 0.68 |
| Hex | DC | E8 | 72 | 5 | 0 | 33 | 9 | 42 | 48 | 44 |
| Octal | 334 | 350 | 162 | 5 | 0 | 63 | 11 | 102 | 110 | 104 |
| Binary | 11011100 | 11101000 | 1110010 | 101 | 0 | 110011 | 1001 | 1000010 | 1001000 | 1000100 |
Color Harmonies of #DCE872
Complementary color
Monochromatic Colors of #DCE872
Black with #DCE872
Text Example
Text Example
White with #DCE872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE872; }
p { color: rgb(220,232,114); }
H1.HeaderClassName
{
color: #DCE872;
}
.AnyTagClassName
{
color: #DCE872;
}
</style>
background-color css
<style>
a { background-color: #DCE872; }
a { background-color: rgb(220,232,114); }
div.DivClassName
{
background-color: #DCE872;
}
.BgClassName
{
background-color: #DCE872;
}
</style>
border-color css
<style>
span { border-color: #DCE872; }
span { border-color: rgb(220,232,114); }
td.TdClassName
{
border-color: #DCE872;
}
.TagClassName
{
border-color: #DCE872;
}
</style>