Shades of Manz #DCEC4B
Tints of Manz #DCEC4B
RGB
CMYK
RGB Variations
Color information
#DCEC4B (or 0xDCEC4B) is known color: Manz. HEX triplet: DC, EC and 4B. RGB value is (220,236,75). Sum of RGB (Red+Green+Blue) = 220+236+75=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC4B is #2313B4. Grayscale: #D5D5D5. Windows color (decimal): -2298805 or 4975836. OLE color: 4975836.
HSL color Cylindrical-coordinate representation of color #DCEC4B: hue angle of 65.96º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCEC4B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 75 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.07 |
| HSL | 65.96º | 0.81% | 0.61% | - |
| HSV(B) | 65.96º | 0.68% | 0.93% | - |
| XYZ | 60.78 | 75.71 | 18.07 | - |
| YUV | 212.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 75 | 0.07 | 0 | 0.68 | 0.07 | 65.96 | 0.81 | 0.61 |
| Hex | DC | EC | 4B | 7 | 0 | 44 | 7 | 42 | 51 | 3D |
| Octal | 334 | 354 | 113 | 7 | 0 | 104 | 7 | 102 | 121 | 75 |
| Binary | 11011100 | 11101100 | 1001011 | 111 | 0 | 1000100 | 111 | 1000010 | 1010001 | 111101 |
Color Harmonies of #DCEC4B
Complementary color
Monochromatic Colors of #DCEC4B
Black with #DCEC4B
Text Example
Text Example
White with #DCEC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC4B; }
p { color: rgb(220,236,75); }
H1.HeaderClassName
{
color: #DCEC4B;
}
.AnyTagClassName
{
color: #DCEC4B;
}
</style>
background-color css
<style>
a { background-color: #DCEC4B; }
a { background-color: rgb(220,236,75); }
div.DivClassName
{
background-color: #DCEC4B;
}
.BgClassName
{
background-color: #DCEC4B;
}
</style>
border-color css
<style>
span { border-color: #DCEC4B; }
span { border-color: rgb(220,236,75); }
td.TdClassName
{
border-color: #DCEC4B;
}
.TagClassName
{
border-color: #DCEC4B;
}
</style>