Shades of Manz #DBE34E
Tints of Manz #DBE34E
RGB
CMYK
RGB Variations
Color information
#DBE34E (or 0xDBE34E) is known color: Manz. HEX triplet: DB, E3 and 4E. RGB value is (219,227,78). Sum of RGB (Red+Green+Blue) = 219+227+78=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE34E is #241CB1. Grayscale: #D0D0D0. Windows color (decimal): -2366642 or 5170139. OLE color: 5170139.
HSL color Cylindrical-coordinate representation of color #DBE34E: hue angle of 63.22º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBE34E is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 78 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.11 |
| HSL | 63.22º | 0.73% | 0.6% | - |
| HSV(B) | 63.22º | 0.66% | 0.89% | - |
| XYZ | 58.06 | 70.55 | 17.76 | - |
| YUV | 207.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 78 | 0.04 | 0 | 0.66 | 0.11 | 63.22 | 0.73 | 0.6 |
| Hex | DB | E3 | 4E | 4 | 0 | 42 | B | 3F | 49 | 3C |
| Octal | 333 | 343 | 116 | 4 | 0 | 102 | 13 | 77 | 111 | 74 |
| Binary | 11011011 | 11100011 | 1001110 | 100 | 0 | 1000010 | 1011 | 111111 | 1001001 | 111100 |
Color Harmonies of #DBE34E
Complementary color
Monochromatic Colors of #DBE34E
Black with #DBE34E
Text Example
Text Example
White with #DBE34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE34E; }
p { color: rgb(219,227,78); }
H1.HeaderClassName
{
color: #DBE34E;
}
.AnyTagClassName
{
color: #DBE34E;
}
</style>
background-color css
<style>
a { background-color: #DBE34E; }
a { background-color: rgb(219,227,78); }
div.DivClassName
{
background-color: #DBE34E;
}
.BgClassName
{
background-color: #DBE34E;
}
</style>
border-color css
<style>
span { border-color: #DBE34E; }
span { border-color: rgb(219,227,78); }
td.TdClassName
{
border-color: #DBE34E;
}
.TagClassName
{
border-color: #DBE34E;
}
</style>