Shades of Manz #DBE54B
Tints of Manz #DBE54B
RGB
CMYK
RGB Variations
Color information
#DBE54B (or 0xDBE54B) is known color: Manz. HEX triplet: DB, E5 and 4B. RGB value is (219,229,75). Sum of RGB (Red+Green+Blue) = 219+229+75=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 75 (29.69% from 255 or 14.34% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE54B is #241AB4. Grayscale: #D1D1D1. Windows color (decimal): -2366133 or 4974043. OLE color: 4974043.
HSL color Cylindrical-coordinate representation of color #DBE54B: hue angle of 63.9º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBE54B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 75 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.10 |
| HSL | 63.9º | 0.75% | 0.6% | - |
| HSV(B) | 63.9º | 0.67% | 0.9% | - |
| XYZ | 58.5 | 71.61 | 17.39 | - |
| YUV | 208.45 | 52.69 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 75 | 0.04 | 0 | 0.67 | 0.10 | 63.9 | 0.75 | 0.6 |
| Hex | DB | E5 | 4B | 4 | 0 | 43 | A | 40 | 4B | 3C |
| Octal | 333 | 345 | 113 | 4 | 0 | 103 | 12 | 100 | 113 | 74 |
| Binary | 11011011 | 11100101 | 1001011 | 100 | 0 | 1000011 | 1010 | 1000000 | 1001011 | 111100 |
Color Harmonies of #DBE54B
Complementary color
Monochromatic Colors of #DBE54B
Black with #DBE54B
Text Example
Text Example
White with #DBE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE54B; }
p { color: rgb(219,229,75); }
H1.HeaderClassName
{
color: #DBE54B;
}
.AnyTagClassName
{
color: #DBE54B;
}
</style>
background-color css
<style>
a { background-color: #DBE54B; }
a { background-color: rgb(219,229,75); }
div.DivClassName
{
background-color: #DBE54B;
}
.BgClassName
{
background-color: #DBE54B;
}
</style>
border-color css
<style>
span { border-color: #DBE54B; }
span { border-color: rgb(219,229,75); }
td.TdClassName
{
border-color: #DBE54B;
}
.TagClassName
{
border-color: #DBE54B;
}
</style>