Shades of Mindaro #DCEC62
Tints of Mindaro #DCEC62
RGB
CMYK
RGB Variations
Color information
#DCEC62 (or 0xDCEC62) is known color: Mindaro. HEX triplet: DC, EC and 62. RGB value is (220,236,98). Sum of RGB (Red+Green+Blue) = 220+236+98=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC62 is #23139D. Grayscale: #D8D8D8. Windows color (decimal): -2298782 or 6483164. OLE color: 6483164.
HSL color Cylindrical-coordinate representation of color #DCEC62: hue angle of 66.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCEC62 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 98 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.07 |
| HSL | 66.96º | 0.78% | 0.65% | - |
| HSV(B) | 66.96º | 0.58% | 0.93% | - |
| XYZ | 61.72 | 76.09 | 22.99 | - |
| YUV | 215.48 | 61.7 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 98 | 0.07 | 0 | 0.58 | 0.07 | 66.96 | 0.78 | 0.65 |
| Hex | DC | EC | 62 | 7 | 0 | 3A | 7 | 43 | 4E | 41 |
| Octal | 334 | 354 | 142 | 7 | 0 | 72 | 7 | 103 | 116 | 101 |
| Binary | 11011100 | 11101100 | 1100010 | 111 | 0 | 111010 | 111 | 1000011 | 1001110 | 1000001 |
Color Harmonies of #DCEC62
Complementary color
Monochromatic Colors of #DCEC62
Black with #DCEC62
Text Example
Text Example
White with #DCEC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC62; }
p { color: rgb(220,236,98); }
H1.HeaderClassName
{
color: #DCEC62;
}
.AnyTagClassName
{
color: #DCEC62;
}
</style>
background-color css
<style>
a { background-color: #DCEC62; }
a { background-color: rgb(220,236,98); }
div.DivClassName
{
background-color: #DCEC62;
}
.BgClassName
{
background-color: #DCEC62;
}
</style>
border-color css
<style>
span { border-color: #DCEC62; }
span { border-color: rgb(220,236,98); }
td.TdClassName
{
border-color: #DCEC62;
}
.TagClassName
{
border-color: #DCEC62;
}
</style>