Shades of Manz #DBE24E
Tints of Manz #DBE24E
RGB
CMYK
RGB Variations
Color information
#DBE24E (or 0xDBE24E) is known color: Manz. HEX triplet: DB, E2 and 4E. RGB value is (219,226,78). Sum of RGB (Red+Green+Blue) = 219+226+78=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE24E is #241DB1. Grayscale: #CFCFCF. Windows color (decimal): -2366898 or 5169883. OLE color: 5169883.
HSL color Cylindrical-coordinate representation of color #DBE24E: hue angle of 62.84º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBE24E is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 78 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.11 |
| HSL | 62.84º | 0.72% | 0.6% | - |
| HSV(B) | 62.84º | 0.65% | 0.89% | - |
| XYZ | 57.78 | 70 | 17.67 | - |
| YUV | 207.04 | 55.18 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 78 | 0.03 | 0 | 0.65 | 0.11 | 62.84 | 0.72 | 0.6 |
| Hex | DB | E2 | 4E | 3 | 0 | 41 | B | 3F | 48 | 3C |
| Octal | 333 | 342 | 116 | 3 | 0 | 101 | 13 | 77 | 110 | 74 |
| Binary | 11011011 | 11100010 | 1001110 | 11 | 0 | 1000001 | 1011 | 111111 | 1001000 | 111100 |
Color Harmonies of #DBE24E
Complementary color
Monochromatic Colors of #DBE24E
Black with #DBE24E
Text Example
Text Example
White with #DBE24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE24E; }
p { color: rgb(219,226,78); }
H1.HeaderClassName
{
color: #DBE24E;
}
.AnyTagClassName
{
color: #DBE24E;
}
</style>
background-color css
<style>
a { background-color: #DBE24E; }
a { background-color: rgb(219,226,78); }
div.DivClassName
{
background-color: #DBE24E;
}
.BgClassName
{
background-color: #DBE24E;
}
</style>
border-color css
<style>
span { border-color: #DBE24E; }
span { border-color: rgb(219,226,78); }
td.TdClassName
{
border-color: #DBE24E;
}
.TagClassName
{
border-color: #DBE24E;
}
</style>