Shades of Manz #DCE54A
Tints of Manz #DCE54A
RGB
CMYK
RGB Variations
Color information
#DCE54A (or 0xDCE54A) is known color: Manz. HEX triplet: DC, E5 and 4A. RGB value is (220,229,74). Sum of RGB (Red+Green+Blue) = 220+229+74=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE54A is #231AB5. Grayscale: #D1D1D1. Windows color (decimal): -2300598 or 4908508. OLE color: 4908508.
HSL color Cylindrical-coordinate representation of color #DCE54A: hue angle of 63.48º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCE54A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 74 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.10 |
| HSL | 63.48º | 0.75% | 0.59% | - |
| HSV(B) | 63.48º | 0.68% | 0.9% | - |
| XYZ | 58.77 | 71.75 | 17.23 | - |
| YUV | 208.64 | 52.02 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 74 | 0.04 | 0 | 0.68 | 0.10 | 63.48 | 0.75 | 0.59 |
| Hex | DC | E5 | 4A | 4 | 0 | 44 | A | 3F | 4B | 3B |
| Octal | 334 | 345 | 112 | 4 | 0 | 104 | 12 | 77 | 113 | 73 |
| Binary | 11011100 | 11100101 | 1001010 | 100 | 0 | 1000100 | 1010 | 111111 | 1001011 | 111011 |
Color Harmonies of #DCE54A
Complementary color
Monochromatic Colors of #DCE54A
Black with #DCE54A
Text Example
Text Example
White with #DCE54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE54A; }
p { color: rgb(220,229,74); }
H1.HeaderClassName
{
color: #DCE54A;
}
.AnyTagClassName
{
color: #DCE54A;
}
</style>
background-color css
<style>
a { background-color: #DCE54A; }
a { background-color: rgb(220,229,74); }
div.DivClassName
{
background-color: #DCE54A;
}
.BgClassName
{
background-color: #DCE54A;
}
</style>
border-color css
<style>
span { border-color: #DCE54A; }
span { border-color: rgb(220,229,74); }
td.TdClassName
{
border-color: #DCE54A;
}
.TagClassName
{
border-color: #DCE54A;
}
</style>