Shades of Manz #DBE453
Tints of Manz #DBE453
RGB
CMYK
RGB Variations
Color information
#DBE453 (or 0xDBE453) is known color: Manz. HEX triplet: DB, E4 and 53. RGB value is (219,228,83). Sum of RGB (Red+Green+Blue) = 219+228+83=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE453 is #241BAC. Grayscale: #D1D1D1. Windows color (decimal): -2366381 or 5498075. OLE color: 5498075.
HSL color Cylindrical-coordinate representation of color #DBE453: hue angle of 63.72º 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 #DBE453 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 83 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.11 |
| HSL | 63.72º | 0.73% | 0.61% | - |
| HSV(B) | 63.72º | 0.64% | 0.89% | - |
| XYZ | 58.52 | 71.17 | 18.84 | - |
| YUV | 208.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 83 | 0.04 | 0 | 0.64 | 0.11 | 63.72 | 0.73 | 0.61 |
| Hex | DB | E4 | 53 | 4 | 0 | 40 | B | 40 | 49 | 3D |
| Octal | 333 | 344 | 123 | 4 | 0 | 100 | 13 | 100 | 111 | 75 |
| Binary | 11011011 | 11100100 | 1010011 | 100 | 0 | 1000000 | 1011 | 1000000 | 1001001 | 111101 |
Color Harmonies of #DBE453
Complementary color
Monochromatic Colors of #DBE453
Black with #DBE453
Text Example
Text Example
White with #DBE453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE453; }
p { color: rgb(219,228,83); }
H1.HeaderClassName
{
color: #DBE453;
}
.AnyTagClassName
{
color: #DBE453;
}
</style>
background-color css
<style>
a { background-color: #DBE453; }
a { background-color: rgb(219,228,83); }
div.DivClassName
{
background-color: #DBE453;
}
.BgClassName
{
background-color: #DBE453;
}
</style>
border-color css
<style>
span { border-color: #DBE453; }
span { border-color: rgb(219,228,83); }
td.TdClassName
{
border-color: #DBE453;
}
.TagClassName
{
border-color: #DBE453;
}
</style>