Shades of Manz #DBEC53
Tints of Manz #DBEC53
RGB
CMYK
RGB Variations
Color information
#DBEC53 (or 0xDBEC53) is known color: Manz. HEX triplet: DB, EC and 53. RGB value is (219,236,83). Sum of RGB (Red+Green+Blue) = 219+236+83=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC53 is #2413AC. Grayscale: #D6D6D6. Windows color (decimal): -2364333 or 5500123. OLE color: 5500123.
HSL color Cylindrical-coordinate representation of color #DBEC53: hue angle of 66.67º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBEC53 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 83 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.07 |
| HSL | 66.67º | 0.8% | 0.63% | - |
| HSV(B) | 66.67º | 0.65% | 0.93% | - |
| XYZ | 60.77 | 75.68 | 19.59 | - |
| YUV | 213.48 | 54.37 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 83 | 0.07 | 0 | 0.65 | 0.07 | 66.67 | 0.8 | 0.63 |
| Hex | DB | EC | 53 | 7 | 0 | 41 | 7 | 43 | 50 | 3F |
| Octal | 333 | 354 | 123 | 7 | 0 | 101 | 7 | 103 | 120 | 77 |
| Binary | 11011011 | 11101100 | 1010011 | 111 | 0 | 1000001 | 111 | 1000011 | 1010000 | 111111 |
Color Harmonies of #DBEC53
Complementary color
Monochromatic Colors of #DBEC53
Black with #DBEC53
Text Example
Text Example
White with #DBEC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC53; }
p { color: rgb(219,236,83); }
H1.HeaderClassName
{
color: #DBEC53;
}
.AnyTagClassName
{
color: #DBEC53;
}
</style>
background-color css
<style>
a { background-color: #DBEC53; }
a { background-color: rgb(219,236,83); }
div.DivClassName
{
background-color: #DBEC53;
}
.BgClassName
{
background-color: #DBEC53;
}
</style>
border-color css
<style>
span { border-color: #DBEC53; }
span { border-color: rgb(219,236,83); }
td.TdClassName
{
border-color: #DBEC53;
}
.TagClassName
{
border-color: #DBEC53;
}
</style>