Shades of Mindaro #DCEC77
Tints of Mindaro #DCEC77
RGB
CMYK
RGB Variations
Color information
#DCEC77 (or 0xDCEC77) is known color: Mindaro. HEX triplet: DC, EC and 77. RGB value is (220,236,119). Sum of RGB (Red+Green+Blue) = 220+236+119=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 119 (46.88% from 255 or 20.70% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC77 is #231388. Grayscale: #DADADA. Windows color (decimal): -2298761 or 7859420. OLE color: 7859420.
HSL color Cylindrical-coordinate representation of color #DCEC77: hue angle of 68.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCEC77 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 119 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.07 |
| HSL | 68.21º | 0.75% | 0.7% | - |
| HSV(B) | 68.21º | 0.5% | 0.93% | - |
| XYZ | 62.84 | 76.54 | 28.91 | - |
| YUV | 217.88 | 72.2 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 119 | 0.07 | 0 | 0.50 | 0.07 | 68.21 | 0.75 | 0.7 |
| Hex | DC | EC | 77 | 7 | 0 | 32 | 7 | 44 | 4B | 46 |
| Octal | 334 | 354 | 167 | 7 | 0 | 62 | 7 | 104 | 113 | 106 |
| Binary | 11011100 | 11101100 | 1110111 | 111 | 0 | 110010 | 111 | 1000100 | 1001011 | 1000110 |
Color Harmonies of #DCEC77
Complementary color
Monochromatic Colors of #DCEC77
Black with #DCEC77
Text Example
Text Example
White with #DCEC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC77; }
p { color: rgb(220,236,119); }
H1.HeaderClassName
{
color: #DCEC77;
}
.AnyTagClassName
{
color: #DCEC77;
}
</style>
background-color css
<style>
a { background-color: #DCEC77; }
a { background-color: rgb(220,236,119); }
div.DivClassName
{
background-color: #DCEC77;
}
.BgClassName
{
background-color: #DCEC77;
}
</style>
border-color css
<style>
span { border-color: #DCEC77; }
span { border-color: rgb(220,236,119); }
td.TdClassName
{
border-color: #DCEC77;
}
.TagClassName
{
border-color: #DCEC77;
}
</style>