Shades of Mindaro #DCEC78
Tints of Mindaro #DCEC78
RGB
CMYK
RGB Variations
Color information
#DCEC78 (or 0xDCEC78) is known color: Mindaro. HEX triplet: DC, EC and 78. RGB value is (220,236,120). Sum of RGB (Red+Green+Blue) = 220+236+120=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC78 is #231387. Grayscale: #DADADA. Windows color (decimal): -2298760 or 7924956. OLE color: 7924956.
HSL color Cylindrical-coordinate representation of color #DCEC78: hue angle of 68.28º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCEC78 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 120 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.07 |
| HSL | 68.28º | 0.75% | 0.7% | - |
| HSV(B) | 68.28º | 0.49% | 0.93% | - |
| XYZ | 62.9 | 76.56 | 29.23 | - |
| YUV | 217.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 120 | 0.07 | 0 | 0.49 | 0.07 | 68.28 | 0.75 | 0.7 |
| Hex | DC | EC | 78 | 7 | 0 | 31 | 7 | 44 | 4B | 46 |
| Octal | 334 | 354 | 170 | 7 | 0 | 61 | 7 | 104 | 113 | 106 |
| Binary | 11011100 | 11101100 | 1111000 | 111 | 0 | 110001 | 111 | 1000100 | 1001011 | 1000110 |
Color Harmonies of #DCEC78
Complementary color
Monochromatic Colors of #DCEC78
Black with #DCEC78
Text Example
Text Example
White with #DCEC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC78; }
p { color: rgb(220,236,120); }
H1.HeaderClassName
{
color: #DCEC78;
}
.AnyTagClassName
{
color: #DCEC78;
}
</style>
background-color css
<style>
a { background-color: #DCEC78; }
a { background-color: rgb(220,236,120); }
div.DivClassName
{
background-color: #DCEC78;
}
.BgClassName
{
background-color: #DCEC78;
}
</style>
border-color css
<style>
span { border-color: #DCEC78; }
span { border-color: rgb(220,236,120); }
td.TdClassName
{
border-color: #DCEC78;
}
.TagClassName
{
border-color: #DCEC78;
}
</style>