Shades of Manz #DBE252
Tints of Manz #DBE252
RGB
CMYK
RGB Variations
Color information
#DBE252 (or 0xDBE252) is known color: Manz. HEX triplet: DB, E2 and 52. RGB value is (219,226,82). Sum of RGB (Red+Green+Blue) = 219+226+82=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE252 is #241DAD. Grayscale: #D0D0D0. Windows color (decimal): -2366894 or 5432027. OLE color: 5432027.
HSL color Cylindrical-coordinate representation of color #DBE252: hue angle of 62.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBE252 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 82 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.11 |
| HSL | 62.92º | 0.71% | 0.6% | - |
| HSV(B) | 62.92º | 0.64% | 0.89% | - |
| XYZ | 57.93 | 70.06 | 18.45 | - |
| YUV | 207.49 | 57.18 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 82 | 0.03 | 0 | 0.64 | 0.11 | 62.92 | 0.71 | 0.6 |
| Hex | DB | E2 | 52 | 3 | 0 | 40 | B | 3F | 47 | 3C |
| Octal | 333 | 342 | 122 | 3 | 0 | 100 | 13 | 77 | 107 | 74 |
| Binary | 11011011 | 11100010 | 1010010 | 11 | 0 | 1000000 | 1011 | 111111 | 1000111 | 111100 |
Color Harmonies of #DBE252
Complementary color
Monochromatic Colors of #DBE252
Black with #DBE252
Text Example
Text Example
White with #DBE252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE252; }
p { color: rgb(219,226,82); }
H1.HeaderClassName
{
color: #DBE252;
}
.AnyTagClassName
{
color: #DBE252;
}
</style>
background-color css
<style>
a { background-color: #DBE252; }
a { background-color: rgb(219,226,82); }
div.DivClassName
{
background-color: #DBE252;
}
.BgClassName
{
background-color: #DBE252;
}
</style>
border-color css
<style>
span { border-color: #DBE252; }
span { border-color: rgb(219,226,82); }
td.TdClassName
{
border-color: #DBE252;
}
.TagClassName
{
border-color: #DBE252;
}
</style>