Shades of Mindaro #DCEC7F
Tints of Mindaro #DCEC7F
RGB
CMYK
RGB Variations
Color information
#DCEC7F (or 0xDCEC7F) is known color: Mindaro. HEX triplet: DC, EC and 7F. RGB value is (220,236,127). Sum of RGB (Red+Green+Blue) = 220+236+127=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC7F is #231380. Grayscale: #DBDBDB. Windows color (decimal): -2298753 or 8383708. OLE color: 8383708.
HSL color Cylindrical-coordinate representation of color #DCEC7F: hue angle of 68.81º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCEC7F is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 127 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.07 |
| HSL | 68.81º | 0.74% | 0.71% | - |
| HSV(B) | 68.81º | 0.46% | 0.93% | - |
| XYZ | 63.34 | 76.74 | 31.55 | - |
| YUV | 218.79 | 76.2 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 127 | 0.07 | 0 | 0.46 | 0.07 | 68.81 | 0.74 | 0.71 |
| Hex | DC | EC | 7F | 7 | 0 | 2E | 7 | 45 | 4A | 47 |
| Octal | 334 | 354 | 177 | 7 | 0 | 56 | 7 | 105 | 112 | 107 |
| Binary | 11011100 | 11101100 | 1111111 | 111 | 0 | 101110 | 111 | 1000101 | 1001010 | 1000111 |
Color Harmonies of #DCEC7F
Complementary color
Monochromatic Colors of #DCEC7F
Black with #DCEC7F
Text Example
Text Example
White with #DCEC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC7F; }
p { color: rgb(220,236,127); }
H1.HeaderClassName
{
color: #DCEC7F;
}
.AnyTagClassName
{
color: #DCEC7F;
}
</style>
background-color css
<style>
a { background-color: #DCEC7F; }
a { background-color: rgb(220,236,127); }
div.DivClassName
{
background-color: #DCEC7F;
}
.BgClassName
{
background-color: #DCEC7F;
}
</style>
border-color css
<style>
span { border-color: #DCEC7F; }
span { border-color: rgb(220,236,127); }
td.TdClassName
{
border-color: #DCEC7F;
}
.TagClassName
{
border-color: #DCEC7F;
}
</style>