Shades of Manz #DBE458
Tints of Manz #DBE458
RGB
CMYK
RGB Variations
Color information
#DBE458 (or 0xDBE458) is known color: Manz. HEX triplet: DB, E4 and 58. RGB value is (219,228,88). Sum of RGB (Red+Green+Blue) = 219+228+88=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE458 is #241BA7. Grayscale: #D1D1D1. Windows color (decimal): -2366376 or 5825755. OLE color: 5825755.
HSL color Cylindrical-coordinate representation of color #DBE458: hue angle of 63.86º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBE458 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 88 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.11 |
| HSL | 63.86º | 0.72% | 0.62% | - |
| HSV(B) | 63.86º | 0.61% | 0.89% | - |
| XYZ | 58.72 | 71.25 | 19.89 | - |
| YUV | 209.35 | 59.52 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 88 | 0.04 | 0 | 0.61 | 0.11 | 63.86 | 0.72 | 0.62 |
| Hex | DB | E4 | 58 | 4 | 0 | 3D | B | 40 | 48 | 3E |
| Octal | 333 | 344 | 130 | 4 | 0 | 75 | 13 | 100 | 110 | 76 |
| Binary | 11011011 | 11100100 | 1011000 | 100 | 0 | 111101 | 1011 | 1000000 | 1001000 | 111110 |
Color Harmonies of #DBE458
Complementary color
Monochromatic Colors of #DBE458
Black with #DBE458
Text Example
Text Example
White with #DBE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE458; }
p { color: rgb(219,228,88); }
H1.HeaderClassName
{
color: #DBE458;
}
.AnyTagClassName
{
color: #DBE458;
}
</style>
background-color css
<style>
a { background-color: #DBE458; }
a { background-color: rgb(219,228,88); }
div.DivClassName
{
background-color: #DBE458;
}
.BgClassName
{
background-color: #DBE458;
}
</style>
border-color css
<style>
span { border-color: #DBE458; }
span { border-color: rgb(219,228,88); }
td.TdClassName
{
border-color: #DBE458;
}
.TagClassName
{
border-color: #DBE458;
}
</style>