Shades of Mindaro #DCEC72
Tints of Mindaro #DCEC72
RGB
CMYK
RGB Variations
Color information
#DCEC72 (or 0xDCEC72) is known color: Mindaro. HEX triplet: DC, EC and 72. RGB value is (220,236,114). Sum of RGB (Red+Green+Blue) = 220+236+114=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC72 is #23138D. Grayscale: #D9D9D9. Windows color (decimal): -2298766 or 7531740. OLE color: 7531740.
HSL color Cylindrical-coordinate representation of color #DCEC72: hue angle of 67.87º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCEC72 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 114 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.07 |
| HSL | 67.87º | 0.76% | 0.69% | - |
| HSV(B) | 67.87º | 0.52% | 0.93% | - |
| XYZ | 62.55 | 76.42 | 27.37 | - |
| YUV | 217.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 114 | 0.07 | 0 | 0.52 | 0.07 | 67.87 | 0.76 | 0.69 |
| Hex | DC | EC | 72 | 7 | 0 | 34 | 7 | 44 | 4C | 45 |
| Octal | 334 | 354 | 162 | 7 | 0 | 64 | 7 | 104 | 114 | 105 |
| Binary | 11011100 | 11101100 | 1110010 | 111 | 0 | 110100 | 111 | 1000100 | 1001100 | 1000101 |
Color Harmonies of #DCEC72
Complementary color
Monochromatic Colors of #DCEC72
Black with #DCEC72
Text Example
Text Example
White with #DCEC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC72; }
p { color: rgb(220,236,114); }
H1.HeaderClassName
{
color: #DCEC72;
}
.AnyTagClassName
{
color: #DCEC72;
}
</style>
background-color css
<style>
a { background-color: #DCEC72; }
a { background-color: rgb(220,236,114); }
div.DivClassName
{
background-color: #DCEC72;
}
.BgClassName
{
background-color: #DCEC72;
}
</style>
border-color css
<style>
span { border-color: #DCEC72; }
span { border-color: rgb(220,236,114); }
td.TdClassName
{
border-color: #DCEC72;
}
.TagClassName
{
border-color: #DCEC72;
}
</style>