Shades of Mindaro #DCEC70
Tints of Mindaro #DCEC70
RGB
CMYK
RGB Variations
Color information
#DCEC70 (or 0xDCEC70) is known color: Mindaro. HEX triplet: DC, EC and 70. RGB value is (220,236,112). Sum of RGB (Red+Green+Blue) = 220+236+112=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC70 is #23138F. Grayscale: #D9D9D9. Windows color (decimal): -2298768 or 7400668. OLE color: 7400668.
HSL color Cylindrical-coordinate representation of color #DCEC70: hue angle of 67.74º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCEC70 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 112 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.07 |
| HSL | 67.74º | 0.77% | 0.68% | - |
| HSV(B) | 67.74º | 0.53% | 0.93% | - |
| XYZ | 62.44 | 76.38 | 26.78 | - |
| YUV | 217.08 | 68.7 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 112 | 0.07 | 0 | 0.53 | 0.07 | 67.74 | 0.77 | 0.68 |
| Hex | DC | EC | 70 | 7 | 0 | 35 | 7 | 44 | 4D | 44 |
| Octal | 334 | 354 | 160 | 7 | 0 | 65 | 7 | 104 | 115 | 104 |
| Binary | 11011100 | 11101100 | 1110000 | 111 | 0 | 110101 | 111 | 1000100 | 1001101 | 1000100 |
Color Harmonies of #DCEC70
Complementary color
Monochromatic Colors of #DCEC70
Black with #DCEC70
Text Example
Text Example
White with #DCEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC70; }
p { color: rgb(220,236,112); }
H1.HeaderClassName
{
color: #DCEC70;
}
.AnyTagClassName
{
color: #DCEC70;
}
</style>
background-color css
<style>
a { background-color: #DCEC70; }
a { background-color: rgb(220,236,112); }
div.DivClassName
{
background-color: #DCEC70;
}
.BgClassName
{
background-color: #DCEC70;
}
</style>
border-color css
<style>
span { border-color: #DCEC70; }
span { border-color: rgb(220,236,112); }
td.TdClassName
{
border-color: #DCEC70;
}
.TagClassName
{
border-color: #DCEC70;
}
</style>