Shades of Manz #DBE45B
Tints of Manz #DBE45B
RGB
CMYK
RGB Variations
Color information
#DBE45B (or 0xDBE45B) is known color: Manz. HEX triplet: DB, E4 and 5B. RGB value is (219,228,91). Sum of RGB (Red+Green+Blue) = 219+228+91=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE45B is #241BA4. Grayscale: #D2D2D2. Windows color (decimal): -2366373 or 6022363. OLE color: 6022363.
HSL color Cylindrical-coordinate representation of color #DBE45B: hue angle of 63.94º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBE45B is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 91 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.11 |
| HSL | 63.94º | 0.72% | 0.63% | - |
| HSV(B) | 63.94º | 0.6% | 0.89% | - |
| XYZ | 58.85 | 71.3 | 20.56 | - |
| YUV | 209.69 | 61.02 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 91 | 0.04 | 0 | 0.60 | 0.11 | 63.94 | 0.72 | 0.63 |
| Hex | DB | E4 | 5B | 4 | 0 | 3C | B | 40 | 48 | 3F |
| Octal | 333 | 344 | 133 | 4 | 0 | 74 | 13 | 100 | 110 | 77 |
| Binary | 11011011 | 11100100 | 1011011 | 100 | 0 | 111100 | 1011 | 1000000 | 1001000 | 111111 |
Color Harmonies of #DBE45B
Complementary color
Monochromatic Colors of #DBE45B
Black with #DBE45B
Text Example
Text Example
White with #DBE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE45B; }
p { color: rgb(219,228,91); }
H1.HeaderClassName
{
color: #DBE45B;
}
.AnyTagClassName
{
color: #DBE45B;
}
</style>
background-color css
<style>
a { background-color: #DBE45B; }
a { background-color: rgb(219,228,91); }
div.DivClassName
{
background-color: #DBE45B;
}
.BgClassName
{
background-color: #DBE45B;
}
</style>
border-color css
<style>
span { border-color: #DBE45B; }
span { border-color: rgb(219,228,91); }
td.TdClassName
{
border-color: #DBE45B;
}
.TagClassName
{
border-color: #DBE45B;
}
</style>