Shades of Manz #DBE555
Tints of Manz #DBE555
RGB
CMYK
RGB Variations
Color information
#DBE555 (or 0xDBE555) is known color: Manz. HEX triplet: DB, E5 and 55. RGB value is (219,229,85). Sum of RGB (Red+Green+Blue) = 219+229+85=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE555 is #241AAA. Grayscale: #D2D2D2. Windows color (decimal): -2366123 or 5629403. OLE color: 5629403.
HSL color Cylindrical-coordinate representation of color #DBE555: hue angle of 64.17º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE555 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 85 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.10 |
| HSL | 64.17º | 0.73% | 0.62% | - |
| HSV(B) | 64.17º | 0.63% | 0.9% | - |
| XYZ | 58.87 | 71.75 | 19.34 | - |
| YUV | 209.59 | 57.69 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 85 | 0.04 | 0 | 0.63 | 0.10 | 64.17 | 0.73 | 0.62 |
| Hex | DB | E5 | 55 | 4 | 0 | 3F | A | 40 | 49 | 3E |
| Octal | 333 | 345 | 125 | 4 | 0 | 77 | 12 | 100 | 111 | 76 |
| Binary | 11011011 | 11100101 | 1010101 | 100 | 0 | 111111 | 1010 | 1000000 | 1001001 | 111110 |
Color Harmonies of #DBE555
Complementary color
Monochromatic Colors of #DBE555
Black with #DBE555
Text Example
Text Example
White with #DBE555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE555; }
p { color: rgb(219,229,85); }
H1.HeaderClassName
{
color: #DBE555;
}
.AnyTagClassName
{
color: #DBE555;
}
</style>
background-color css
<style>
a { background-color: #DBE555; }
a { background-color: rgb(219,229,85); }
div.DivClassName
{
background-color: #DBE555;
}
.BgClassName
{
background-color: #DBE555;
}
</style>
border-color css
<style>
span { border-color: #DBE555; }
span { border-color: rgb(219,229,85); }
td.TdClassName
{
border-color: #DBE555;
}
.TagClassName
{
border-color: #DBE555;
}
</style>