Shades of Manz #DBE24C
Tints of Manz #DBE24C
RGB
CMYK
RGB Variations
Color information
#DBE24C (or 0xDBE24C) is known color: Manz. HEX triplet: DB, E2 and 4C. RGB value is (219,226,76). Sum of RGB (Red+Green+Blue) = 219+226+76=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE24C is #241DB3. Grayscale: #CFCFCF. Windows color (decimal): -2366900 or 5038811. OLE color: 5038811.
HSL color Cylindrical-coordinate representation of color #DBE24C: hue angle of 62.8º 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 #DBE24C is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 76 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.11 |
| HSL | 62.8º | 0.72% | 0.59% | - |
| HSV(B) | 62.8º | 0.66% | 0.89% | - |
| XYZ | 57.71 | 69.97 | 17.3 | - |
| YUV | 206.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 76 | 0.03 | 0 | 0.66 | 0.11 | 62.8 | 0.72 | 0.59 |
| Hex | DB | E2 | 4C | 3 | 0 | 42 | B | 3F | 48 | 3B |
| Octal | 333 | 342 | 114 | 3 | 0 | 102 | 13 | 77 | 110 | 73 |
| Binary | 11011011 | 11100010 | 1001100 | 11 | 0 | 1000010 | 1011 | 111111 | 1001000 | 111011 |
Color Harmonies of #DBE24C
Complementary color
Monochromatic Colors of #DBE24C
Black with #DBE24C
Text Example
Text Example
White with #DBE24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE24C; }
p { color: rgb(219,226,76); }
H1.HeaderClassName
{
color: #DBE24C;
}
.AnyTagClassName
{
color: #DBE24C;
}
</style>
background-color css
<style>
a { background-color: #DBE24C; }
a { background-color: rgb(219,226,76); }
div.DivClassName
{
background-color: #DBE24C;
}
.BgClassName
{
background-color: #DBE24C;
}
</style>
border-color css
<style>
span { border-color: #DBE24C; }
span { border-color: rgb(219,226,76); }
td.TdClassName
{
border-color: #DBE24C;
}
.TagClassName
{
border-color: #DBE24C;
}
</style>