Shades of Mindaro #DCEC6E
Tints of Mindaro #DCEC6E
RGB
CMYK
RGB Variations
Color information
#DCEC6E (or 0xDCEC6E) is known color: Mindaro. HEX triplet: DC, EC and 6E. RGB value is (220,236,110). Sum of RGB (Red+Green+Blue) = 220+236+110=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC6E is #231391. Grayscale: #D9D9D9. Windows color (decimal): -2298770 or 7269596. OLE color: 7269596.
HSL color Cylindrical-coordinate representation of color #DCEC6E: hue angle of 67.62º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCEC6E is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 110 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.07 |
| HSL | 67.62º | 0.77% | 0.68% | - |
| HSV(B) | 67.62º | 0.53% | 0.93% | - |
| XYZ | 62.33 | 76.33 | 26.2 | - |
| YUV | 216.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 110 | 0.07 | 0 | 0.53 | 0.07 | 67.62 | 0.77 | 0.68 |
| Hex | DC | EC | 6E | 7 | 0 | 35 | 7 | 44 | 4D | 44 |
| Octal | 334 | 354 | 156 | 7 | 0 | 65 | 7 | 104 | 115 | 104 |
| Binary | 11011100 | 11101100 | 1101110 | 111 | 0 | 110101 | 111 | 1000100 | 1001101 | 1000100 |
Color Harmonies of #DCEC6E
Complementary color
Monochromatic Colors of #DCEC6E
Black with #DCEC6E
Text Example
Text Example
White with #DCEC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC6E; }
p { color: rgb(220,236,110); }
H1.HeaderClassName
{
color: #DCEC6E;
}
.AnyTagClassName
{
color: #DCEC6E;
}
</style>
background-color css
<style>
a { background-color: #DCEC6E; }
a { background-color: rgb(220,236,110); }
div.DivClassName
{
background-color: #DCEC6E;
}
.BgClassName
{
background-color: #DCEC6E;
}
</style>
border-color css
<style>
span { border-color: #DCEC6E; }
span { border-color: rgb(220,236,110); }
td.TdClassName
{
border-color: #DCEC6E;
}
.TagClassName
{
border-color: #DCEC6E;
}
</style>