Shades of Manz #DBED51
Tints of Manz #DBED51
RGB
CMYK
RGB Variations
Color information
#DBED51 (or 0xDBED51) is known color: Manz. HEX triplet: DB, ED and 51. RGB value is (219,237,81). Sum of RGB (Red+Green+Blue) = 219+237+81=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 81 (32.03% from 255 or 15.08% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED51 is #2412AE. Grayscale: #D6D6D6. Windows color (decimal): -2364079 or 5369307. OLE color: 5369307.
HSL color Cylindrical-coordinate representation of color #DBED51: hue angle of 66.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBED51 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 81 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.07 |
| HSL | 66.92º | 0.81% | 0.62% | - |
| HSV(B) | 66.92º | 0.66% | 0.93% | - |
| XYZ | 60.98 | 76.22 | 19.28 | - |
| YUV | 213.83 | 53.04 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 81 | 0.08 | 0 | 0.66 | 0.07 | 66.92 | 0.81 | 0.62 |
| Hex | DB | ED | 51 | 8 | 0 | 42 | 7 | 43 | 51 | 3E |
| Octal | 333 | 355 | 121 | 10 | 0 | 102 | 7 | 103 | 121 | 76 |
| Binary | 11011011 | 11101101 | 1010001 | 1000 | 0 | 1000010 | 111 | 1000011 | 1010001 | 111110 |
Color Harmonies of #DBED51
Complementary color
Monochromatic Colors of #DBED51
Black with #DBED51
Text Example
Text Example
White with #DBED51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED51; }
p { color: rgb(219,237,81); }
H1.HeaderClassName
{
color: #DBED51;
}
.AnyTagClassName
{
color: #DBED51;
}
</style>
background-color css
<style>
a { background-color: #DBED51; }
a { background-color: rgb(219,237,81); }
div.DivClassName
{
background-color: #DBED51;
}
.BgClassName
{
background-color: #DBED51;
}
</style>
border-color css
<style>
span { border-color: #DBED51; }
span { border-color: rgb(219,237,81); }
td.TdClassName
{
border-color: #DBED51;
}
.TagClassName
{
border-color: #DBED51;
}
</style>