Shades of Manz #DBE456
Tints of Manz #DBE456
RGB
CMYK
RGB Variations
Color information
#DBE456 (or 0xDBE456) is known color: Manz. HEX triplet: DB, E4 and 56. RGB value is (219,228,86). Sum of RGB (Red+Green+Blue) = 219+228+86=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE456 is #241BA9. Grayscale: #D1D1D1. Windows color (decimal): -2366378 or 5694683. OLE color: 5694683.
HSL color Cylindrical-coordinate representation of color #DBE456: hue angle of 63.8º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBE456 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 86 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.11 |
| HSL | 63.8º | 0.72% | 0.62% | - |
| HSV(B) | 63.8º | 0.62% | 0.89% | - |
| XYZ | 58.64 | 71.22 | 19.46 | - |
| YUV | 209.12 | 58.52 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 86 | 0.04 | 0 | 0.62 | 0.11 | 63.8 | 0.72 | 0.62 |
| Hex | DB | E4 | 56 | 4 | 0 | 3E | B | 40 | 48 | 3E |
| Octal | 333 | 344 | 126 | 4 | 0 | 76 | 13 | 100 | 110 | 76 |
| Binary | 11011011 | 11100100 | 1010110 | 100 | 0 | 111110 | 1011 | 1000000 | 1001000 | 111110 |
Color Harmonies of #DBE456
Complementary color
Monochromatic Colors of #DBE456
Black with #DBE456
Text Example
Text Example
White with #DBE456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE456; }
p { color: rgb(219,228,86); }
H1.HeaderClassName
{
color: #DBE456;
}
.AnyTagClassName
{
color: #DBE456;
}
</style>
background-color css
<style>
a { background-color: #DBE456; }
a { background-color: rgb(219,228,86); }
div.DivClassName
{
background-color: #DBE456;
}
.BgClassName
{
background-color: #DBE456;
}
</style>
border-color css
<style>
span { border-color: #DBE456; }
span { border-color: rgb(219,228,86); }
td.TdClassName
{
border-color: #DBE456;
}
.TagClassName
{
border-color: #DBE456;
}
</style>