Shades of Manz #DBE554
Tints of Manz #DBE554
RGB
CMYK
RGB Variations
Color information
#DBE554 (or 0xDBE554) is known color: Manz. HEX triplet: DB, E5 and 54. RGB value is (219,229,84). Sum of RGB (Red+Green+Blue) = 219+229+84=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE554 is #241AAB. Grayscale: #D2D2D2. Windows color (decimal): -2366124 or 5563867. OLE color: 5563867.
HSL color Cylindrical-coordinate representation of color #DBE554: hue angle of 64.14º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE554 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 84 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.10 |
| HSL | 64.14º | 0.74% | 0.61% | - |
| HSV(B) | 64.14º | 0.63% | 0.9% | - |
| XYZ | 58.83 | 71.74 | 19.13 | - |
| YUV | 209.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 84 | 0.04 | 0 | 0.63 | 0.10 | 64.14 | 0.74 | 0.61 |
| Hex | DB | E5 | 54 | 4 | 0 | 3F | A | 40 | 4A | 3D |
| Octal | 333 | 345 | 124 | 4 | 0 | 77 | 12 | 100 | 112 | 75 |
| Binary | 11011011 | 11100101 | 1010100 | 100 | 0 | 111111 | 1010 | 1000000 | 1001010 | 111101 |
Color Harmonies of #DBE554
Complementary color
Monochromatic Colors of #DBE554
Black with #DBE554
Text Example
Text Example
White with #DBE554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE554; }
p { color: rgb(219,229,84); }
H1.HeaderClassName
{
color: #DBE554;
}
.AnyTagClassName
{
color: #DBE554;
}
</style>
background-color css
<style>
a { background-color: #DBE554; }
a { background-color: rgb(219,229,84); }
div.DivClassName
{
background-color: #DBE554;
}
.BgClassName
{
background-color: #DBE554;
}
</style>
border-color css
<style>
span { border-color: #DBE554; }
span { border-color: rgb(219,229,84); }
td.TdClassName
{
border-color: #DBE554;
}
.TagClassName
{
border-color: #DBE554;
}
</style>