Shades of Manz #DCEC50
Tints of Manz #DCEC50
RGB
CMYK
RGB Variations
Color information
#DCEC50 (or 0xDCEC50) is known color: Manz. HEX triplet: DC, EC and 50. RGB value is (220,236,80). Sum of RGB (Red+Green+Blue) = 220+236+80=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC50 is #2313AF. Grayscale: #D6D6D6. Windows color (decimal): -2298800 or 5303516. OLE color: 5303516.
HSL color Cylindrical-coordinate representation of color #DCEC50: hue angle of 66.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCEC50 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 80 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.07 |
| HSL | 66.15º | 0.8% | 0.62% | - |
| HSV(B) | 66.15º | 0.66% | 0.93% | - |
| XYZ | 60.96 | 75.79 | 19 | - |
| YUV | 213.43 | 52.7 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 80 | 0.07 | 0 | 0.66 | 0.07 | 66.15 | 0.8 | 0.62 |
| Hex | DC | EC | 50 | 7 | 0 | 42 | 7 | 42 | 50 | 3E |
| Octal | 334 | 354 | 120 | 7 | 0 | 102 | 7 | 102 | 120 | 76 |
| Binary | 11011100 | 11101100 | 1010000 | 111 | 0 | 1000010 | 111 | 1000010 | 1010000 | 111110 |
Color Harmonies of #DCEC50
Complementary color
Monochromatic Colors of #DCEC50
Black with #DCEC50
Text Example
Text Example
White with #DCEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC50; }
p { color: rgb(220,236,80); }
H1.HeaderClassName
{
color: #DCEC50;
}
.AnyTagClassName
{
color: #DCEC50;
}
</style>
background-color css
<style>
a { background-color: #DCEC50; }
a { background-color: rgb(220,236,80); }
div.DivClassName
{
background-color: #DCEC50;
}
.BgClassName
{
background-color: #DCEC50;
}
</style>
border-color css
<style>
span { border-color: #DCEC50; }
span { border-color: rgb(220,236,80); }
td.TdClassName
{
border-color: #DCEC50;
}
.TagClassName
{
border-color: #DCEC50;
}
</style>