Shades of Manz #DCEC4E
Tints of Manz #DCEC4E
RGB
CMYK
RGB Variations
Color information
#DCEC4E (or 0xDCEC4E) is known color: Manz. HEX triplet: DC, EC and 4E. RGB value is (220,236,78). Sum of RGB (Red+Green+Blue) = 220+236+78=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC4E is #2313B1. Grayscale: #D5D5D5. Windows color (decimal): -2298802 or 5172444. OLE color: 5172444.
HSL color Cylindrical-coordinate representation of color #DCEC4E: hue angle of 66.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCEC4E is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 78 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.07 |
| HSL | 66.08º | 0.81% | 0.62% | - |
| HSV(B) | 66.08º | 0.67% | 0.93% | - |
| XYZ | 60.89 | 75.76 | 18.62 | - |
| YUV | 213.2 | 51.7 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 78 | 0.07 | 0 | 0.67 | 0.07 | 66.08 | 0.81 | 0.62 |
| Hex | DC | EC | 4E | 7 | 0 | 43 | 7 | 42 | 51 | 3E |
| Octal | 334 | 354 | 116 | 7 | 0 | 103 | 7 | 102 | 121 | 76 |
| Binary | 11011100 | 11101100 | 1001110 | 111 | 0 | 1000011 | 111 | 1000010 | 1010001 | 111110 |
Color Harmonies of #DCEC4E
Complementary color
Monochromatic Colors of #DCEC4E
Black with #DCEC4E
Text Example
Text Example
White with #DCEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC4E; }
p { color: rgb(220,236,78); }
H1.HeaderClassName
{
color: #DCEC4E;
}
.AnyTagClassName
{
color: #DCEC4E;
}
</style>
background-color css
<style>
a { background-color: #DCEC4E; }
a { background-color: rgb(220,236,78); }
div.DivClassName
{
background-color: #DCEC4E;
}
.BgClassName
{
background-color: #DCEC4E;
}
</style>
border-color css
<style>
span { border-color: #DCEC4E; }
span { border-color: rgb(220,236,78); }
td.TdClassName
{
border-color: #DCEC4E;
}
.TagClassName
{
border-color: #DCEC4E;
}
</style>