Shades of Manz #DBE854
Tints of Manz #DBE854
RGB
CMYK
RGB Variations
Color information
#DBE854 (or 0xDBE854) is known color: Manz. HEX triplet: DB, E8 and 54. RGB value is (219,232,84). Sum of RGB (Red+Green+Blue) = 219+232+84=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 84 (33.20% from 255 or 15.70% from 535); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE854 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE854 is #2417AB. Grayscale: #D3D3D3. Windows color (decimal): -2365356 or 5564635. OLE color: 5564635.
HSL color Cylindrical-coordinate representation of color #DBE854: hue angle of 65.27º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBE854 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 84 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.09 |
| HSL | 65.27º | 0.76% | 0.62% | - |
| HSV(B) | 65.27º | 0.64% | 0.91% | - |
| XYZ | 59.67 | 73.41 | 19.41 | - |
| YUV | 211.24 | 56.19 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 84 | 0.06 | 0 | 0.64 | 0.09 | 65.27 | 0.76 | 0.62 |
| Hex | DB | E8 | 54 | 6 | 0 | 40 | 9 | 41 | 4C | 3E |
| Octal | 333 | 350 | 124 | 6 | 0 | 100 | 11 | 101 | 114 | 76 |
| Binary | 11011011 | 11101000 | 1010100 | 110 | 0 | 1000000 | 1001 | 1000001 | 1001100 | 111110 |
Color Harmonies of #DBE854
Complementary color
Monochromatic Colors of #DBE854
Black with #DBE854
Text Example
Text Example
White with #DBE854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE854; }
p { color: rgb(219,232,84); }
H1.HeaderClassName
{
color: #DBE854;
}
.AnyTagClassName
{
color: #DBE854;
}
</style>
background-color css
<style>
a { background-color: #DBE854; }
a { background-color: rgb(219,232,84); }
div.DivClassName
{
background-color: #DBE854;
}
.BgClassName
{
background-color: #DBE854;
}
</style>
border-color css
<style>
span { border-color: #DBE854; }
span { border-color: rgb(219,232,84); }
td.TdClassName
{
border-color: #DBE854;
}
.TagClassName
{
border-color: #DBE854;
}
</style>