Shades of Manz #DBE756
Tints of Manz #DBE756
RGB
CMYK
RGB Variations
Color information
#DBE756 (or 0xDBE756) is known color: Manz. HEX triplet: DB, E7 and 56. RGB value is (219,231,86). Sum of RGB (Red+Green+Blue) = 219+231+86=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE756 is #2418A9. Grayscale: #D3D3D3. Windows color (decimal): -2365610 or 5695451. OLE color: 5695451.
HSL color Cylindrical-coordinate representation of color #DBE756: hue angle of 64.97º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE756 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 86 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.09 |
| HSL | 64.97º | 0.75% | 0.62% | - |
| HSV(B) | 64.97º | 0.63% | 0.91% | - |
| XYZ | 59.47 | 72.88 | 19.74 | - |
| YUV | 210.88 | 57.52 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 86 | 0.05 | 0 | 0.63 | 0.09 | 64.97 | 0.75 | 0.62 |
| Hex | DB | E7 | 56 | 5 | 0 | 3F | 9 | 41 | 4B | 3E |
| Octal | 333 | 347 | 126 | 5 | 0 | 77 | 11 | 101 | 113 | 76 |
| Binary | 11011011 | 11100111 | 1010110 | 101 | 0 | 111111 | 1001 | 1000001 | 1001011 | 111110 |
Color Harmonies of #DBE756
Complementary color
Monochromatic Colors of #DBE756
Black with #DBE756
Text Example
Text Example
White with #DBE756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE756; }
p { color: rgb(219,231,86); }
H1.HeaderClassName
{
color: #DBE756;
}
.AnyTagClassName
{
color: #DBE756;
}
</style>
background-color css
<style>
a { background-color: #DBE756; }
a { background-color: rgb(219,231,86); }
div.DivClassName
{
background-color: #DBE756;
}
.BgClassName
{
background-color: #DBE756;
}
</style>
border-color css
<style>
span { border-color: #DBE756; }
span { border-color: rgb(219,231,86); }
td.TdClassName
{
border-color: #DBE756;
}
.TagClassName
{
border-color: #DBE756;
}
</style>