Shades of Manz #DCE54B
Tints of Manz #DCE54B
RGB
CMYK
RGB Variations
Color information
#DCE54B (or 0xDCE54B) is known color: Manz. HEX triplet: DC, E5 and 4B. RGB value is (220,229,75). Sum of RGB (Red+Green+Blue) = 220+229+75=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE54B is #231AB4. Grayscale: #D1D1D1. Windows color (decimal): -2300597 or 4974044. OLE color: 4974044.
HSL color Cylindrical-coordinate representation of color #DCE54B: hue angle of 63.51º 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 #DCE54B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 75 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.10 |
| HSL | 63.51º | 0.75% | 0.6% | - |
| HSV(B) | 63.51º | 0.67% | 0.9% | - |
| XYZ | 58.8 | 71.76 | 17.41 | - |
| YUV | 208.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 75 | 0.04 | 0 | 0.67 | 0.10 | 63.51 | 0.75 | 0.6 |
| Hex | DC | E5 | 4B | 4 | 0 | 43 | A | 40 | 4B | 3C |
| Octal | 334 | 345 | 113 | 4 | 0 | 103 | 12 | 100 | 113 | 74 |
| Binary | 11011100 | 11100101 | 1001011 | 100 | 0 | 1000011 | 1010 | 1000000 | 1001011 | 111100 |
Color Harmonies of #DCE54B
Complementary color
Monochromatic Colors of #DCE54B
Black with #DCE54B
Text Example
Text Example
White with #DCE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE54B; }
p { color: rgb(220,229,75); }
H1.HeaderClassName
{
color: #DCE54B;
}
.AnyTagClassName
{
color: #DCE54B;
}
</style>
background-color css
<style>
a { background-color: #DCE54B; }
a { background-color: rgb(220,229,75); }
div.DivClassName
{
background-color: #DCE54B;
}
.BgClassName
{
background-color: #DCE54B;
}
</style>
border-color css
<style>
span { border-color: #DCE54B; }
span { border-color: rgb(220,229,75); }
td.TdClassName
{
border-color: #DCE54B;
}
.TagClassName
{
border-color: #DCE54B;
}
</style>