Shades of Manz #DBED52
Tints of Manz #DBED52
RGB
CMYK
RGB Variations
Color information
#DBED52 (or 0xDBED52) is known color: Manz. HEX triplet: DB, ED and 52. RGB value is (219,237,82). Sum of RGB (Red+Green+Blue) = 219+237+82=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED52 is #2412AD. Grayscale: #D6D6D6. Windows color (decimal): -2364078 or 5434843. OLE color: 5434843.
HSL color Cylindrical-coordinate representation of color #DBED52: hue angle of 66.97º degrees, saturation: 0.81, 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 #DBED52 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 82 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.07 |
| HSL | 66.97º | 0.81% | 0.63% | - |
| HSV(B) | 66.97º | 0.65% | 0.93% | - |
| XYZ | 61.02 | 76.24 | 19.48 | - |
| YUV | 213.95 | 53.54 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 82 | 0.08 | 0 | 0.65 | 0.07 | 66.97 | 0.81 | 0.63 |
| Hex | DB | ED | 52 | 8 | 0 | 41 | 7 | 43 | 51 | 3F |
| Octal | 333 | 355 | 122 | 10 | 0 | 101 | 7 | 103 | 121 | 77 |
| Binary | 11011011 | 11101101 | 1010010 | 1000 | 0 | 1000001 | 111 | 1000011 | 1010001 | 111111 |
Color Harmonies of #DBED52
Complementary color
Monochromatic Colors of #DBED52
Black with #DBED52
Text Example
Text Example
White with #DBED52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED52; }
p { color: rgb(219,237,82); }
H1.HeaderClassName
{
color: #DBED52;
}
.AnyTagClassName
{
color: #DBED52;
}
</style>
background-color css
<style>
a { background-color: #DBED52; }
a { background-color: rgb(219,237,82); }
div.DivClassName
{
background-color: #DBED52;
}
.BgClassName
{
background-color: #DBED52;
}
</style>
border-color css
<style>
span { border-color: #DBED52; }
span { border-color: rgb(219,237,82); }
td.TdClassName
{
border-color: #DBED52;
}
.TagClassName
{
border-color: #DBED52;
}
</style>