Shades of Manz #DBE24D
Tints of Manz #DBE24D
RGB
CMYK
RGB Variations
Color information
#DBE24D (or 0xDBE24D) is known color: Manz. HEX triplet: DB, E2 and 4D. RGB value is (219,226,77). Sum of RGB (Red+Green+Blue) = 219+226+77=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE24D is #241DB2. Grayscale: #CFCFCF. Windows color (decimal): -2366899 or 5104347. OLE color: 5104347.
HSL color Cylindrical-coordinate representation of color #DBE24D: hue angle of 62.82º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBE24D is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 77 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.11 |
| HSL | 62.82º | 0.72% | 0.59% | - |
| HSV(B) | 62.82º | 0.66% | 0.89% | - |
| XYZ | 57.75 | 69.99 | 17.49 | - |
| YUV | 206.92 | 54.68 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 77 | 0.03 | 0 | 0.66 | 0.11 | 62.82 | 0.72 | 0.59 |
| Hex | DB | E2 | 4D | 3 | 0 | 42 | B | 3F | 48 | 3B |
| Octal | 333 | 342 | 115 | 3 | 0 | 102 | 13 | 77 | 110 | 73 |
| Binary | 11011011 | 11100010 | 1001101 | 11 | 0 | 1000010 | 1011 | 111111 | 1001000 | 111011 |
Color Harmonies of #DBE24D
Complementary color
Monochromatic Colors of #DBE24D
Black with #DBE24D
Text Example
Text Example
White with #DBE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE24D; }
p { color: rgb(219,226,77); }
H1.HeaderClassName
{
color: #DBE24D;
}
.AnyTagClassName
{
color: #DBE24D;
}
</style>
background-color css
<style>
a { background-color: #DBE24D; }
a { background-color: rgb(219,226,77); }
div.DivClassName
{
background-color: #DBE24D;
}
.BgClassName
{
background-color: #DBE24D;
}
</style>
border-color css
<style>
span { border-color: #DBE24D; }
span { border-color: rgb(219,226,77); }
td.TdClassName
{
border-color: #DBE24D;
}
.TagClassName
{
border-color: #DBE24D;
}
</style>