Shades of Manz #DCE84C
Tints of Manz #DCE84C
RGB
CMYK
RGB Variations
Color information
#DCE84C (or 0xDCE84C) is known color: Manz. HEX triplet: DC, E8 and 4C. RGB value is (220,232,76). Sum of RGB (Red+Green+Blue) = 220+232+76=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 76 (30.08% from 255 or 14.39% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE84C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE84C is #2317B3. Grayscale: #D3D3D3. Windows color (decimal): -2299828 or 5040348. OLE color: 5040348.
HSL color Cylindrical-coordinate representation of color #DCE84C: hue angle of 64.62º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCE84C is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 76 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.09 |
| HSL | 64.62º | 0.77% | 0.6% | - |
| HSV(B) | 64.62º | 0.67% | 0.91% | - |
| XYZ | 59.68 | 73.45 | 17.87 | - |
| YUV | 210.63 | 52.02 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 76 | 0.05 | 0 | 0.67 | 0.09 | 64.62 | 0.77 | 0.6 |
| Hex | DC | E8 | 4C | 5 | 0 | 43 | 9 | 41 | 4D | 3C |
| Octal | 334 | 350 | 114 | 5 | 0 | 103 | 11 | 101 | 115 | 74 |
| Binary | 11011100 | 11101000 | 1001100 | 101 | 0 | 1000011 | 1001 | 1000001 | 1001101 | 111100 |
Color Harmonies of #DCE84C
Complementary color
Monochromatic Colors of #DCE84C
Black with #DCE84C
Text Example
Text Example
White with #DCE84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE84C; }
p { color: rgb(220,232,76); }
H1.HeaderClassName
{
color: #DCE84C;
}
.AnyTagClassName
{
color: #DCE84C;
}
</style>
background-color css
<style>
a { background-color: #DCE84C; }
a { background-color: rgb(220,232,76); }
div.DivClassName
{
background-color: #DCE84C;
}
.BgClassName
{
background-color: #DCE84C;
}
</style>
border-color css
<style>
span { border-color: #DCE84C; }
span { border-color: rgb(220,232,76); }
td.TdClassName
{
border-color: #DCE84C;
}
.TagClassName
{
border-color: #DCE84C;
}
</style>