Shades of Manz #DBE254
Tints of Manz #DBE254
RGB
CMYK
RGB Variations
Color information
#DBE254 (or 0xDBE254) is known color: Manz. HEX triplet: DB, E2 and 54. RGB value is (219,226,84). Sum of RGB (Red+Green+Blue) = 219+226+84=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE254 is #241DAB. Grayscale: #D0D0D0. Windows color (decimal): -2366892 or 5563099. OLE color: 5563099.
HSL color Cylindrical-coordinate representation of color #DBE254: hue angle of 62.96º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE254 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 84 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.11 |
| HSL | 62.96º | 0.71% | 0.61% | - |
| HSV(B) | 62.96º | 0.63% | 0.89% | - |
| XYZ | 58.01 | 70.09 | 18.86 | - |
| YUV | 207.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 84 | 0.03 | 0 | 0.63 | 0.11 | 62.96 | 0.71 | 0.61 |
| Hex | DB | E2 | 54 | 3 | 0 | 3F | B | 3F | 47 | 3D |
| Octal | 333 | 342 | 124 | 3 | 0 | 77 | 13 | 77 | 107 | 75 |
| Binary | 11011011 | 11100010 | 1010100 | 11 | 0 | 111111 | 1011 | 111111 | 1000111 | 111101 |
Color Harmonies of #DBE254
Complementary color
Monochromatic Colors of #DBE254
Black with #DBE254
Text Example
Text Example
White with #DBE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE254; }
p { color: rgb(219,226,84); }
H1.HeaderClassName
{
color: #DBE254;
}
.AnyTagClassName
{
color: #DBE254;
}
</style>
background-color css
<style>
a { background-color: #DBE254; }
a { background-color: rgb(219,226,84); }
div.DivClassName
{
background-color: #DBE254;
}
.BgClassName
{
background-color: #DBE254;
}
</style>
border-color css
<style>
span { border-color: #DBE254; }
span { border-color: rgb(219,226,84); }
td.TdClassName
{
border-color: #DBE254;
}
.TagClassName
{
border-color: #DBE254;
}
</style>