Shades of Mindaro #DCEC84
Tints of Mindaro #DCEC84
RGB
CMYK
RGB Variations
Color information
#DCEC84 (or 0xDCEC84) is known color: Mindaro. HEX triplet: DC, EC and 84. RGB value is (220,236,132). Sum of RGB (Red+Green+Blue) = 220+236+132=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 132 (51.95% from 255 or 22.45% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC84 is #23137B. Grayscale: #DBDBDB. Windows color (decimal): -2298748 or 8711388. OLE color: 8711388.
HSL color Cylindrical-coordinate representation of color #DCEC84: hue angle of 69.23º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCEC84 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 132 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.07 |
| HSL | 69.23º | 0.73% | 0.72% | - |
| HSV(B) | 69.23º | 0.44% | 0.93% | - |
| XYZ | 63.68 | 76.87 | 33.31 | - |
| YUV | 219.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 132 | 0.07 | 0 | 0.44 | 0.07 | 69.23 | 0.73 | 0.72 |
| Hex | DC | EC | 84 | 7 | 0 | 2C | 7 | 45 | 49 | 48 |
| Octal | 334 | 354 | 204 | 7 | 0 | 54 | 7 | 105 | 111 | 110 |
| Binary | 11011100 | 11101100 | 10000100 | 111 | 0 | 101100 | 111 | 1000101 | 1001001 | 1001000 |
Color Harmonies of #DCEC84
Complementary color
Monochromatic Colors of #DCEC84
Black with #DCEC84
Text Example
Text Example
White with #DCEC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC84; }
p { color: rgb(220,236,132); }
H1.HeaderClassName
{
color: #DCEC84;
}
.AnyTagClassName
{
color: #DCEC84;
}
</style>
background-color css
<style>
a { background-color: #DCEC84; }
a { background-color: rgb(220,236,132); }
div.DivClassName
{
background-color: #DCEC84;
}
.BgClassName
{
background-color: #DCEC84;
}
</style>
border-color css
<style>
span { border-color: #DCEC84; }
span { border-color: rgb(220,236,132); }
td.TdClassName
{
border-color: #DCEC84;
}
.TagClassName
{
border-color: #DCEC84;
}
</style>