Shades of Manz #DBE250
Tints of Manz #DBE250
RGB
CMYK
RGB Variations
Color information
#DBE250 (or 0xDBE250) is known color: Manz. HEX triplet: DB, E2 and 50. RGB value is (219,226,80). Sum of RGB (Red+Green+Blue) = 219+226+80=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE250 is #241DAF. Grayscale: #CFCFCF. Windows color (decimal): -2366896 or 5300955. OLE color: 5300955.
HSL color Cylindrical-coordinate representation of color #DBE250: hue angle of 62.88º 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 #DBE250 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 80 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.11 |
| HSL | 62.88º | 0.72% | 0.6% | - |
| HSV(B) | 62.88º | 0.65% | 0.89% | - |
| XYZ | 57.86 | 70.03 | 18.06 | - |
| YUV | 207.26 | 56.18 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 80 | 0.03 | 0 | 0.65 | 0.11 | 62.88 | 0.72 | 0.6 |
| Hex | DB | E2 | 50 | 3 | 0 | 41 | B | 3F | 48 | 3C |
| Octal | 333 | 342 | 120 | 3 | 0 | 101 | 13 | 77 | 110 | 74 |
| Binary | 11011011 | 11100010 | 1010000 | 11 | 0 | 1000001 | 1011 | 111111 | 1001000 | 111100 |
Color Harmonies of #DBE250
Complementary color
Monochromatic Colors of #DBE250
Black with #DBE250
Text Example
Text Example
White with #DBE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE250; }
p { color: rgb(219,226,80); }
H1.HeaderClassName
{
color: #DBE250;
}
.AnyTagClassName
{
color: #DBE250;
}
</style>
background-color css
<style>
a { background-color: #DBE250; }
a { background-color: rgb(219,226,80); }
div.DivClassName
{
background-color: #DBE250;
}
.BgClassName
{
background-color: #DBE250;
}
</style>
border-color css
<style>
span { border-color: #DBE250; }
span { border-color: rgb(219,226,80); }
td.TdClassName
{
border-color: #DBE250;
}
.TagClassName
{
border-color: #DBE250;
}
</style>