Shades of Manz #DBE452
Tints of Manz #DBE452
RGB
CMYK
RGB Variations
Color information
#DBE452 (or 0xDBE452) is known color: Manz. HEX triplet: DB, E4 and 52. RGB value is (219,228,82). Sum of RGB (Red+Green+Blue) = 219+228+82=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE452 is #241BAD. Grayscale: #D1D1D1. Windows color (decimal): -2366382 or 5432539. OLE color: 5432539.
HSL color Cylindrical-coordinate representation of color #DBE452: hue angle of 63.7º 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 #DBE452 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 82 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.11 |
| HSL | 63.7º | 0.73% | 0.61% | - |
| HSV(B) | 63.7º | 0.64% | 0.89% | - |
| XYZ | 58.48 | 71.16 | 18.63 | - |
| YUV | 208.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 82 | 0.04 | 0 | 0.64 | 0.11 | 63.7 | 0.73 | 0.61 |
| Hex | DB | E4 | 52 | 4 | 0 | 40 | B | 40 | 49 | 3D |
| Octal | 333 | 344 | 122 | 4 | 0 | 100 | 13 | 100 | 111 | 75 |
| Binary | 11011011 | 11100100 | 1010010 | 100 | 0 | 1000000 | 1011 | 1000000 | 1001001 | 111101 |
Color Harmonies of #DBE452
Complementary color
Monochromatic Colors of #DBE452
Black with #DBE452
Text Example
Text Example
White with #DBE452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE452; }
p { color: rgb(219,228,82); }
H1.HeaderClassName
{
color: #DBE452;
}
.AnyTagClassName
{
color: #DBE452;
}
</style>
background-color css
<style>
a { background-color: #DBE452; }
a { background-color: rgb(219,228,82); }
div.DivClassName
{
background-color: #DBE452;
}
.BgClassName
{
background-color: #DBE452;
}
</style>
border-color css
<style>
span { border-color: #DBE452; }
span { border-color: rgb(219,228,82); }
td.TdClassName
{
border-color: #DBE452;
}
.TagClassName
{
border-color: #DBE452;
}
</style>