Shades of Manz #DCEC54
Tints of Manz #DCEC54
RGB
CMYK
RGB Variations
Color information
#DCEC54 (or 0xDCEC54) is known color: Manz. HEX triplet: DC, EC and 54. RGB value is (220,236,84). Sum of RGB (Red+Green+Blue) = 220+236+84=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 84 (33.20% from 255 or 15.56% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC54 is #2313AB. Grayscale: #D6D6D6. Windows color (decimal): -2298796 or 5565660. OLE color: 5565660.
HSL color Cylindrical-coordinate representation of color #DCEC54: hue angle of 66.32º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCEC54 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 84 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.07 |
| HSL | 66.32º | 0.8% | 0.63% | - |
| HSV(B) | 66.32º | 0.64% | 0.93% | - |
| XYZ | 61.11 | 75.85 | 19.81 | - |
| YUV | 213.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 84 | 0.07 | 0 | 0.64 | 0.07 | 66.32 | 0.8 | 0.63 |
| Hex | DC | EC | 54 | 7 | 0 | 40 | 7 | 42 | 50 | 3F |
| Octal | 334 | 354 | 124 | 7 | 0 | 100 | 7 | 102 | 120 | 77 |
| Binary | 11011100 | 11101100 | 1010100 | 111 | 0 | 1000000 | 111 | 1000010 | 1010000 | 111111 |
Color Harmonies of #DCEC54
Complementary color
Monochromatic Colors of #DCEC54
Black with #DCEC54
Text Example
Text Example
White with #DCEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC54; }
p { color: rgb(220,236,84); }
H1.HeaderClassName
{
color: #DCEC54;
}
.AnyTagClassName
{
color: #DCEC54;
}
</style>
background-color css
<style>
a { background-color: #DCEC54; }
a { background-color: rgb(220,236,84); }
div.DivClassName
{
background-color: #DCEC54;
}
.BgClassName
{
background-color: #DCEC54;
}
</style>
border-color css
<style>
span { border-color: #DCEC54; }
span { border-color: rgb(220,236,84); }
td.TdClassName
{
border-color: #DCEC54;
}
.TagClassName
{
border-color: #DCEC54;
}
</style>