Shades of Manz #DCE54C
Tints of Manz #DCE54C
RGB
CMYK
RGB Variations
Color information
#DCE54C (or 0xDCE54C) is known color: Manz. HEX triplet: DC, E5 and 4C. RGB value is (220,229,76). Sum of RGB (Red+Green+Blue) = 220+229+76=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE54C is #231AB3. Grayscale: #D1D1D1. Windows color (decimal): -2300596 or 5039580. OLE color: 5039580.
HSL color Cylindrical-coordinate representation of color #DCE54C: hue angle of 63.53º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCE54C is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 76 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.10 |
| HSL | 63.53º | 0.75% | 0.6% | - |
| HSV(B) | 63.53º | 0.67% | 0.9% | - |
| XYZ | 58.84 | 71.78 | 17.59 | - |
| YUV | 208.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 76 | 0.04 | 0 | 0.67 | 0.10 | 63.53 | 0.75 | 0.6 |
| Hex | DC | E5 | 4C | 4 | 0 | 43 | A | 40 | 4B | 3C |
| Octal | 334 | 345 | 114 | 4 | 0 | 103 | 12 | 100 | 113 | 74 |
| Binary | 11011100 | 11100101 | 1001100 | 100 | 0 | 1000011 | 1010 | 1000000 | 1001011 | 111100 |
Color Harmonies of #DCE54C
Complementary color
Monochromatic Colors of #DCE54C
Black with #DCE54C
Text Example
Text Example
White with #DCE54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE54C; }
p { color: rgb(220,229,76); }
H1.HeaderClassName
{
color: #DCE54C;
}
.AnyTagClassName
{
color: #DCE54C;
}
</style>
background-color css
<style>
a { background-color: #DCE54C; }
a { background-color: rgb(220,229,76); }
div.DivClassName
{
background-color: #DCE54C;
}
.BgClassName
{
background-color: #DCE54C;
}
</style>
border-color css
<style>
span { border-color: #DCE54C; }
span { border-color: rgb(220,229,76); }
td.TdClassName
{
border-color: #DCE54C;
}
.TagClassName
{
border-color: #DCE54C;
}
</style>