Shades of Manz #DBE350
Tints of Manz #DBE350
RGB
CMYK
RGB Variations
Color information
#DBE350 (or 0xDBE350) is known color: Manz. HEX triplet: DB, E3 and 50. RGB value is (219,227,80). Sum of RGB (Red+Green+Blue) = 219+227+80=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE350 is #241CAF. Grayscale: #D0D0D0. Windows color (decimal): -2366640 or 5301211. OLE color: 5301211.
HSL color Cylindrical-coordinate representation of color #DBE350: hue angle of 63.27º degrees, saturation: 0.72, 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 #DBE350 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 80 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.11 |
| HSL | 63.27º | 0.72% | 0.6% | - |
| HSV(B) | 63.27º | 0.65% | 0.89% | - |
| XYZ | 58.13 | 70.58 | 18.15 | - |
| YUV | 207.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 80 | 0.04 | 0 | 0.65 | 0.11 | 63.27 | 0.72 | 0.6 |
| Hex | DB | E3 | 50 | 4 | 0 | 41 | B | 3F | 48 | 3C |
| Octal | 333 | 343 | 120 | 4 | 0 | 101 | 13 | 77 | 110 | 74 |
| Binary | 11011011 | 11100011 | 1010000 | 100 | 0 | 1000001 | 1011 | 111111 | 1001000 | 111100 |
Color Harmonies of #DBE350
Complementary color
Monochromatic Colors of #DBE350
Black with #DBE350
Text Example
Text Example
White with #DBE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE350; }
p { color: rgb(219,227,80); }
H1.HeaderClassName
{
color: #DBE350;
}
.AnyTagClassName
{
color: #DBE350;
}
</style>
background-color css
<style>
a { background-color: #DBE350; }
a { background-color: rgb(219,227,80); }
div.DivClassName
{
background-color: #DBE350;
}
.BgClassName
{
background-color: #DBE350;
}
</style>
border-color css
<style>
span { border-color: #DBE350; }
span { border-color: rgb(219,227,80); }
td.TdClassName
{
border-color: #DBE350;
}
.TagClassName
{
border-color: #DBE350;
}
</style>