Shades of Manz #DBE84D
Tints of Manz #DBE84D
RGB
CMYK
RGB Variations
Color information
#DBE84D (or 0xDBE84D) is known color: Manz. HEX triplet: DB, E8 and 4D. RGB value is (219,232,77). Sum of RGB (Red+Green+Blue) = 219+232+77=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE84D is #2417B2. Grayscale: #D3D3D3. Windows color (decimal): -2365363 or 5105883. OLE color: 5105883.
HSL color Cylindrical-coordinate representation of color #DBE84D: hue angle of 65.03º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBE84D is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 77 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.09 |
| HSL | 65.03º | 0.77% | 0.61% | - |
| HSV(B) | 65.03º | 0.67% | 0.91% | - |
| XYZ | 59.41 | 73.31 | 18.04 | - |
| YUV | 210.44 | 52.69 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 77 | 0.06 | 0 | 0.67 | 0.09 | 65.03 | 0.77 | 0.61 |
| Hex | DB | E8 | 4D | 6 | 0 | 43 | 9 | 41 | 4D | 3D |
| Octal | 333 | 350 | 115 | 6 | 0 | 103 | 11 | 101 | 115 | 75 |
| Binary | 11011011 | 11101000 | 1001101 | 110 | 0 | 1000011 | 1001 | 1000001 | 1001101 | 111101 |
Color Harmonies of #DBE84D
Complementary color
Monochromatic Colors of #DBE84D
Black with #DBE84D
Text Example
Text Example
White with #DBE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE84D; }
p { color: rgb(219,232,77); }
H1.HeaderClassName
{
color: #DBE84D;
}
.AnyTagClassName
{
color: #DBE84D;
}
</style>
background-color css
<style>
a { background-color: #DBE84D; }
a { background-color: rgb(219,232,77); }
div.DivClassName
{
background-color: #DBE84D;
}
.BgClassName
{
background-color: #DBE84D;
}
</style>
border-color css
<style>
span { border-color: #DBE84D; }
span { border-color: rgb(219,232,77); }
td.TdClassName
{
border-color: #DBE84D;
}
.TagClassName
{
border-color: #DBE84D;
}
</style>