Shades of Manz #DCEC4F
Tints of Manz #DCEC4F
RGB
CMYK
RGB Variations
Color information
#DCEC4F (or 0xDCEC4F) is known color: Manz. HEX triplet: DC, EC and 4F. RGB value is (220,236,79). Sum of RGB (Red+Green+Blue) = 220+236+79=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 79 (31.25% from 255 or 14.77% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC4F is #2313B0. Grayscale: #D5D5D5. Windows color (decimal): -2298801 or 5237980. OLE color: 5237980.
HSL color Cylindrical-coordinate representation of color #DCEC4F: hue angle of 66.11º 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 #DCEC4F is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 79 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.07 |
| HSL | 66.11º | 0.81% | 0.62% | - |
| HSV(B) | 66.11º | 0.67% | 0.93% | - |
| XYZ | 60.92 | 75.77 | 18.81 | - |
| YUV | 213.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 79 | 0.07 | 0 | 0.67 | 0.07 | 66.11 | 0.81 | 0.62 |
| Hex | DC | EC | 4F | 7 | 0 | 43 | 7 | 42 | 51 | 3E |
| Octal | 334 | 354 | 117 | 7 | 0 | 103 | 7 | 102 | 121 | 76 |
| Binary | 11011100 | 11101100 | 1001111 | 111 | 0 | 1000011 | 111 | 1000010 | 1010001 | 111110 |
Color Harmonies of #DCEC4F
Complementary color
Monochromatic Colors of #DCEC4F
Black with #DCEC4F
Text Example
Text Example
White with #DCEC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC4F; }
p { color: rgb(220,236,79); }
H1.HeaderClassName
{
color: #DCEC4F;
}
.AnyTagClassName
{
color: #DCEC4F;
}
</style>
background-color css
<style>
a { background-color: #DCEC4F; }
a { background-color: rgb(220,236,79); }
div.DivClassName
{
background-color: #DCEC4F;
}
.BgClassName
{
background-color: #DCEC4F;
}
</style>
border-color css
<style>
span { border-color: #DCEC4F; }
span { border-color: rgb(220,236,79); }
td.TdClassName
{
border-color: #DCEC4F;
}
.TagClassName
{
border-color: #DCEC4F;
}
</style>