Shades of Mindaro #DCEC7E
Tints of Mindaro #DCEC7E
RGB
CMYK
RGB Variations
Color information
#DCEC7E (or 0xDCEC7E) is known color: Mindaro. HEX triplet: DC, EC and 7E. RGB value is (220,236,126). Sum of RGB (Red+Green+Blue) = 220+236+126=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 126 (49.61% from 255 or 21.65% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC7E is #231381. Grayscale: #DBDBDB. Windows color (decimal): -2298754 or 8318172. OLE color: 8318172.
HSL color Cylindrical-coordinate representation of color #DCEC7E: hue angle of 68.73º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCEC7E is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 126 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.07 |
| HSL | 68.73º | 0.74% | 0.71% | - |
| HSV(B) | 68.73º | 0.47% | 0.93% | - |
| XYZ | 63.28 | 76.71 | 31.21 | - |
| YUV | 218.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 126 | 0.07 | 0 | 0.47 | 0.07 | 68.73 | 0.74 | 0.71 |
| Hex | DC | EC | 7E | 7 | 0 | 2F | 7 | 45 | 4A | 47 |
| Octal | 334 | 354 | 176 | 7 | 0 | 57 | 7 | 105 | 112 | 107 |
| Binary | 11011100 | 11101100 | 1111110 | 111 | 0 | 101111 | 111 | 1000101 | 1001010 | 1000111 |
Color Harmonies of #DCEC7E
Complementary color
Monochromatic Colors of #DCEC7E
Black with #DCEC7E
Text Example
Text Example
White with #DCEC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC7E; }
p { color: rgb(220,236,126); }
H1.HeaderClassName
{
color: #DCEC7E;
}
.AnyTagClassName
{
color: #DCEC7E;
}
</style>
background-color css
<style>
a { background-color: #DCEC7E; }
a { background-color: rgb(220,236,126); }
div.DivClassName
{
background-color: #DCEC7E;
}
.BgClassName
{
background-color: #DCEC7E;
}
</style>
border-color css
<style>
span { border-color: #DCEC7E; }
span { border-color: rgb(220,236,126); }
td.TdClassName
{
border-color: #DCEC7E;
}
.TagClassName
{
border-color: #DCEC7E;
}
</style>