Shades of Manz #DCE454
Tints of Manz #DCE454
RGB
CMYK
RGB Variations
Color information
#DCE454 (or 0xDCE454) is known color: Manz. HEX triplet: DC, E4 and 54. RGB value is (220,228,84). Sum of RGB (Red+Green+Blue) = 220+228+84=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE454 is #231BAB. Grayscale: #D1D1D1. Windows color (decimal): -2300844 or 5563612. OLE color: 5563612.
HSL color Cylindrical-coordinate representation of color #DCE454: hue angle of 63.33º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCE454 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 84 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.11 |
| HSL | 63.33º | 0.73% | 0.61% | - |
| HSV(B) | 63.33º | 0.63% | 0.89% | - |
| XYZ | 58.86 | 71.34 | 19.06 | - |
| YUV | 209.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 84 | 0.04 | 0 | 0.63 | 0.11 | 63.33 | 0.73 | 0.61 |
| Hex | DC | E4 | 54 | 4 | 0 | 3F | B | 3F | 49 | 3D |
| Octal | 334 | 344 | 124 | 4 | 0 | 77 | 13 | 77 | 111 | 75 |
| Binary | 11011100 | 11100100 | 1010100 | 100 | 0 | 111111 | 1011 | 111111 | 1001001 | 111101 |
Color Harmonies of #DCE454
Complementary color
Monochromatic Colors of #DCE454
Black with #DCE454
Text Example
Text Example
White with #DCE454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE454; }
p { color: rgb(220,228,84); }
H1.HeaderClassName
{
color: #DCE454;
}
.AnyTagClassName
{
color: #DCE454;
}
</style>
background-color css
<style>
a { background-color: #DCE454; }
a { background-color: rgb(220,228,84); }
div.DivClassName
{
background-color: #DCE454;
}
.BgClassName
{
background-color: #DCE454;
}
</style>
border-color css
<style>
span { border-color: #DCE454; }
span { border-color: rgb(220,228,84); }
td.TdClassName
{
border-color: #DCE454;
}
.TagClassName
{
border-color: #DCE454;
}
</style>