Shades of Manz #DBE14E
Tints of Manz #DBE14E
RGB
CMYK
RGB Variations
Color information
#DBE14E (or 0xDBE14E) is known color: Manz. HEX triplet: DB, E1 and 4E. RGB value is (219,225,78). Sum of RGB (Red+Green+Blue) = 219+225+78=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE14E is #241EB1. Grayscale: #CFCFCF. Windows color (decimal): -2367154 or 5169627. OLE color: 5169627.
HSL color Cylindrical-coordinate representation of color #DBE14E: hue angle of 62.45º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBE14E is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 78 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.12 |
| HSL | 62.45º | 0.71% | 0.59% | - |
| HSV(B) | 62.45º | 0.65% | 0.88% | - |
| XYZ | 57.51 | 69.46 | 17.58 | - |
| YUV | 206.45 | 55.51 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 78 | 0.03 | 0 | 0.65 | 0.12 | 62.45 | 0.71 | 0.59 |
| Hex | DB | E1 | 4E | 3 | 0 | 41 | C | 3E | 47 | 3B |
| Octal | 333 | 341 | 116 | 3 | 0 | 101 | 14 | 76 | 107 | 73 |
| Binary | 11011011 | 11100001 | 1001110 | 11 | 0 | 1000001 | 1100 | 111110 | 1000111 | 111011 |
Color Harmonies of #DBE14E
Complementary color
Monochromatic Colors of #DBE14E
Black with #DBE14E
Text Example
Text Example
White with #DBE14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE14E; }
p { color: rgb(219,225,78); }
H1.HeaderClassName
{
color: #DBE14E;
}
.AnyTagClassName
{
color: #DBE14E;
}
</style>
background-color css
<style>
a { background-color: #DBE14E; }
a { background-color: rgb(219,225,78); }
div.DivClassName
{
background-color: #DBE14E;
}
.BgClassName
{
background-color: #DBE14E;
}
</style>
border-color css
<style>
span { border-color: #DBE14E; }
span { border-color: rgb(219,225,78); }
td.TdClassName
{
border-color: #DBE14E;
}
.TagClassName
{
border-color: #DBE14E;
}
</style>