Shades of Manz #DBE34F
Tints of Manz #DBE34F
RGB
CMYK
RGB Variations
Color information
#DBE34F (or 0xDBE34F) is known color: Manz. HEX triplet: DB, E3 and 4F. RGB value is (219,227,79). Sum of RGB (Red+Green+Blue) = 219+227+79=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE34F is #241CB0. Grayscale: #D0D0D0. Windows color (decimal): -2366641 or 5235675. OLE color: 5235675.
HSL color Cylindrical-coordinate representation of color #DBE34F: hue angle of 63.24º degrees, saturation: 0.73, 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 #DBE34F is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 79 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.11 |
| HSL | 63.24º | 0.73% | 0.6% | - |
| HSV(B) | 63.24º | 0.65% | 0.89% | - |
| XYZ | 58.09 | 70.56 | 17.96 | - |
| YUV | 207.74 | 55.35 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 79 | 0.04 | 0 | 0.65 | 0.11 | 63.24 | 0.73 | 0.6 |
| Hex | DB | E3 | 4F | 4 | 0 | 41 | B | 3F | 49 | 3C |
| Octal | 333 | 343 | 117 | 4 | 0 | 101 | 13 | 77 | 111 | 74 |
| Binary | 11011011 | 11100011 | 1001111 | 100 | 0 | 1000001 | 1011 | 111111 | 1001001 | 111100 |
Color Harmonies of #DBE34F
Complementary color
Monochromatic Colors of #DBE34F
Black with #DBE34F
Text Example
Text Example
White with #DBE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE34F; }
p { color: rgb(219,227,79); }
H1.HeaderClassName
{
color: #DBE34F;
}
.AnyTagClassName
{
color: #DBE34F;
}
</style>
background-color css
<style>
a { background-color: #DBE34F; }
a { background-color: rgb(219,227,79); }
div.DivClassName
{
background-color: #DBE34F;
}
.BgClassName
{
background-color: #DBE34F;
}
</style>
border-color css
<style>
span { border-color: #DBE34F; }
span { border-color: rgb(219,227,79); }
td.TdClassName
{
border-color: #DBE34F;
}
.TagClassName
{
border-color: #DBE34F;
}
</style>