Shades of Manz #DCE451
Tints of Manz #DCE451
RGB
CMYK
RGB Variations
Color information
#DCE451 (or 0xDCE451) is known color: Manz. HEX triplet: DC, E4 and 51. RGB value is (220,228,81). Sum of RGB (Red+Green+Blue) = 220+228+81=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE451 is #231BAE. Grayscale: #D1D1D1. Windows color (decimal): -2300847 or 5367004. OLE color: 5367004.
HSL color Cylindrical-coordinate representation of color #DCE451: hue angle of 63.27º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCE451 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 81 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.11 |
| HSL | 63.27º | 0.73% | 0.61% | - |
| HSV(B) | 63.27º | 0.64% | 0.89% | - |
| XYZ | 58.74 | 71.3 | 18.45 | - |
| YUV | 208.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 81 | 0.04 | 0 | 0.64 | 0.11 | 63.27 | 0.73 | 0.61 |
| Hex | DC | E4 | 51 | 4 | 0 | 40 | B | 3F | 49 | 3D |
| Octal | 334 | 344 | 121 | 4 | 0 | 100 | 13 | 77 | 111 | 75 |
| Binary | 11011100 | 11100100 | 1010001 | 100 | 0 | 1000000 | 1011 | 111111 | 1001001 | 111101 |
Color Harmonies of #DCE451
Complementary color
Monochromatic Colors of #DCE451
Black with #DCE451
Text Example
Text Example
White with #DCE451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE451; }
p { color: rgb(220,228,81); }
H1.HeaderClassName
{
color: #DCE451;
}
.AnyTagClassName
{
color: #DCE451;
}
</style>
background-color css
<style>
a { background-color: #DCE451; }
a { background-color: rgb(220,228,81); }
div.DivClassName
{
background-color: #DCE451;
}
.BgClassName
{
background-color: #DCE451;
}
</style>
border-color css
<style>
span { border-color: #DCE451; }
span { border-color: rgb(220,228,81); }
td.TdClassName
{
border-color: #DCE451;
}
.TagClassName
{
border-color: #DCE451;
}
</style>