Shades of Manz #DBE552
Tints of Manz #DBE552
RGB
CMYK
RGB Variations
Color information
#DBE552 (or 0xDBE552) is known color: Manz. HEX triplet: DB, E5 and 52. RGB value is (219,229,82). Sum of RGB (Red+Green+Blue) = 219+229+82=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE552 is #241AAD. Grayscale: #D1D1D1. Windows color (decimal): -2366126 or 5432795. OLE color: 5432795.
HSL color Cylindrical-coordinate representation of color #DBE552: hue angle of 64.08º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBE552 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 82 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.10 |
| HSL | 64.08º | 0.74% | 0.61% | - |
| HSV(B) | 64.08º | 0.64% | 0.9% | - |
| XYZ | 58.76 | 71.71 | 18.73 | - |
| YUV | 209.25 | 56.19 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 82 | 0.04 | 0 | 0.64 | 0.10 | 64.08 | 0.74 | 0.61 |
| Hex | DB | E5 | 52 | 4 | 0 | 40 | A | 40 | 4A | 3D |
| Octal | 333 | 345 | 122 | 4 | 0 | 100 | 12 | 100 | 112 | 75 |
| Binary | 11011011 | 11100101 | 1010010 | 100 | 0 | 1000000 | 1010 | 1000000 | 1001010 | 111101 |
Color Harmonies of #DBE552
Complementary color
Monochromatic Colors of #DBE552
Black with #DBE552
Text Example
Text Example
White with #DBE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE552; }
p { color: rgb(219,229,82); }
H1.HeaderClassName
{
color: #DBE552;
}
.AnyTagClassName
{
color: #DBE552;
}
</style>
background-color css
<style>
a { background-color: #DBE552; }
a { background-color: rgb(219,229,82); }
div.DivClassName
{
background-color: #DBE552;
}
.BgClassName
{
background-color: #DBE552;
}
</style>
border-color css
<style>
span { border-color: #DBE552; }
span { border-color: rgb(219,229,82); }
td.TdClassName
{
border-color: #DBE552;
}
.TagClassName
{
border-color: #DBE552;
}
</style>