Shades of Manz #DBE154
Tints of Manz #DBE154
RGB
CMYK
RGB Variations
Color information
#DBE154 (or 0xDBE154) is known color: Manz. HEX triplet: DB, E1 and 54. RGB value is (219,225,84). Sum of RGB (Red+Green+Blue) = 219+225+84=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE154 is #241EAB. Grayscale: #CFCFCF. Windows color (decimal): -2367148 or 5562843. OLE color: 5562843.
HSL color Cylindrical-coordinate representation of color #DBE154: hue angle of 62.55º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE154 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 84 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.12 |
| HSL | 62.55º | 0.7% | 0.61% | - |
| HSV(B) | 62.55º | 0.63% | 0.88% | - |
| XYZ | 57.74 | 69.55 | 18.77 | - |
| YUV | 207.13 | 58.51 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 84 | 0.03 | 0 | 0.63 | 0.12 | 62.55 | 0.7 | 0.61 |
| Hex | DB | E1 | 54 | 3 | 0 | 3F | C | 3F | 46 | 3D |
| Octal | 333 | 341 | 124 | 3 | 0 | 77 | 14 | 77 | 106 | 75 |
| Binary | 11011011 | 11100001 | 1010100 | 11 | 0 | 111111 | 1100 | 111111 | 1000110 | 111101 |
Color Harmonies of #DBE154
Complementary color
Monochromatic Colors of #DBE154
Black with #DBE154
Text Example
Text Example
White with #DBE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE154; }
p { color: rgb(219,225,84); }
H1.HeaderClassName
{
color: #DBE154;
}
.AnyTagClassName
{
color: #DBE154;
}
</style>
background-color css
<style>
a { background-color: #DBE154; }
a { background-color: rgb(219,225,84); }
div.DivClassName
{
background-color: #DBE154;
}
.BgClassName
{
background-color: #DBE154;
}
</style>
border-color css
<style>
span { border-color: #DBE154; }
span { border-color: rgb(219,225,84); }
td.TdClassName
{
border-color: #DBE154;
}
.TagClassName
{
border-color: #DBE154;
}
</style>