Shades of Manz #DBE650
Tints of Manz #DBE650
RGB
CMYK
RGB Variations
Color information
#DBE650 (or 0xDBE650) is known color: Manz. HEX triplet: DB, E6 and 50. RGB value is (219,230,80). Sum of RGB (Red+Green+Blue) = 219+230+80=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE650 is #2419AF. Grayscale: #D2D2D2. Windows color (decimal): -2365872 or 5301979. OLE color: 5301979.
HSL color Cylindrical-coordinate representation of color #DBE650: hue angle of 64.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBE650 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 80 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.10 |
| HSL | 64.4º | 0.75% | 0.61% | - |
| HSV(B) | 64.4º | 0.65% | 0.9% | - |
| XYZ | 58.96 | 72.23 | 18.42 | - |
| YUV | 209.61 | 54.86 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 80 | 0.05 | 0 | 0.65 | 0.10 | 64.4 | 0.75 | 0.61 |
| Hex | DB | E6 | 50 | 5 | 0 | 41 | A | 40 | 4B | 3D |
| Octal | 333 | 346 | 120 | 5 | 0 | 101 | 12 | 100 | 113 | 75 |
| Binary | 11011011 | 11100110 | 1010000 | 101 | 0 | 1000001 | 1010 | 1000000 | 1001011 | 111101 |
Color Harmonies of #DBE650
Complementary color
Monochromatic Colors of #DBE650
Black with #DBE650
Text Example
Text Example
White with #DBE650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE650; }
p { color: rgb(219,230,80); }
H1.HeaderClassName
{
color: #DBE650;
}
.AnyTagClassName
{
color: #DBE650;
}
</style>
background-color css
<style>
a { background-color: #DBE650; }
a { background-color: rgb(219,230,80); }
div.DivClassName
{
background-color: #DBE650;
}
.BgClassName
{
background-color: #DBE650;
}
</style>
border-color css
<style>
span { border-color: #DBE650; }
span { border-color: rgb(219,230,80); }
td.TdClassName
{
border-color: #DBE650;
}
.TagClassName
{
border-color: #DBE650;
}
</style>