Shades of Mindaro #DCEC82
Tints of Mindaro #DCEC82
RGB
CMYK
RGB Variations
Color information
#DCEC82 (or 0xDCEC82) is known color: Mindaro. HEX triplet: DC, EC and 82. RGB value is (220,236,130). Sum of RGB (Red+Green+Blue) = 220+236+130=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC82 is #23137D. Grayscale: #DBDBDB. Windows color (decimal): -2298750 or 8580316. OLE color: 8580316.
HSL color Cylindrical-coordinate representation of color #DCEC82: hue angle of 69.06º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCEC82 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 130 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.07 |
| HSL | 69.06º | 0.74% | 0.72% | - |
| HSV(B) | 69.06º | 0.45% | 0.93% | - |
| XYZ | 63.54 | 76.82 | 32.6 | - |
| YUV | 219.13 | 77.7 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 130 | 0.07 | 0 | 0.45 | 0.07 | 69.06 | 0.74 | 0.72 |
| Hex | DC | EC | 82 | 7 | 0 | 2D | 7 | 45 | 4A | 48 |
| Octal | 334 | 354 | 202 | 7 | 0 | 55 | 7 | 105 | 112 | 110 |
| Binary | 11011100 | 11101100 | 10000010 | 111 | 0 | 101101 | 111 | 1000101 | 1001010 | 1001000 |
Color Harmonies of #DCEC82
Complementary color
Monochromatic Colors of #DCEC82
Black with #DCEC82
Text Example
Text Example
White with #DCEC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC82; }
p { color: rgb(220,236,130); }
H1.HeaderClassName
{
color: #DCEC82;
}
.AnyTagClassName
{
color: #DCEC82;
}
</style>
background-color css
<style>
a { background-color: #DCEC82; }
a { background-color: rgb(220,236,130); }
div.DivClassName
{
background-color: #DCEC82;
}
.BgClassName
{
background-color: #DCEC82;
}
</style>
border-color css
<style>
span { border-color: #DCEC82; }
span { border-color: rgb(220,236,130); }
td.TdClassName
{
border-color: #DCEC82;
}
.TagClassName
{
border-color: #DCEC82;
}
</style>