Shades of Manz #DCE54E
Tints of Manz #DCE54E
RGB
CMYK
RGB Variations
Color information
#DCE54E (or 0xDCE54E) is known color: Manz. HEX triplet: DC, E5 and 4E. RGB value is (220,229,78). Sum of RGB (Red+Green+Blue) = 220+229+78=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE54E is #231AB1. Grayscale: #D1D1D1. Windows color (decimal): -2300594 or 5170652. OLE color: 5170652.
HSL color Cylindrical-coordinate representation of color #DCE54E: hue angle of 63.58º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCE54E is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 78 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.10 |
| HSL | 63.58º | 0.74% | 0.6% | - |
| HSV(B) | 63.58º | 0.66% | 0.9% | - |
| XYZ | 58.91 | 71.8 | 17.96 | - |
| YUV | 209.1 | 54.02 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 78 | 0.04 | 0 | 0.66 | 0.10 | 63.58 | 0.74 | 0.6 |
| Hex | DC | E5 | 4E | 4 | 0 | 42 | A | 40 | 4A | 3C |
| Octal | 334 | 345 | 116 | 4 | 0 | 102 | 12 | 100 | 112 | 74 |
| Binary | 11011100 | 11100101 | 1001110 | 100 | 0 | 1000010 | 1010 | 1000000 | 1001010 | 111100 |
Color Harmonies of #DCE54E
Complementary color
Monochromatic Colors of #DCE54E
Black with #DCE54E
Text Example
Text Example
White with #DCE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE54E; }
p { color: rgb(220,229,78); }
H1.HeaderClassName
{
color: #DCE54E;
}
.AnyTagClassName
{
color: #DCE54E;
}
</style>
background-color css
<style>
a { background-color: #DCE54E; }
a { background-color: rgb(220,229,78); }
div.DivClassName
{
background-color: #DCE54E;
}
.BgClassName
{
background-color: #DCE54E;
}
</style>
border-color css
<style>
span { border-color: #DCE54E; }
span { border-color: rgb(220,229,78); }
td.TdClassName
{
border-color: #DCE54E;
}
.TagClassName
{
border-color: #DCE54E;
}
</style>