Shades of Manz #DBE55C
Tints of Manz #DBE55C
RGB
CMYK
RGB Variations
Color information
#DBE55C (or 0xDBE55C) is known color: Manz. HEX triplet: DB, E5 and 5C. RGB value is (219,229,92). Sum of RGB (Red+Green+Blue) = 219+229+92=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE55C is #241AA3. Grayscale: #D2D2D2. Windows color (decimal): -2366116 or 6088155. OLE color: 6088155.
HSL color Cylindrical-coordinate representation of color #DBE55C: hue angle of 64.38º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBE55C is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 92 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.10 |
| HSL | 64.38º | 0.72% | 0.63% | - |
| HSV(B) | 64.38º | 0.6% | 0.9% | - |
| XYZ | 59.16 | 71.87 | 20.88 | - |
| YUV | 210.39 | 61.19 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 92 | 0.04 | 0 | 0.60 | 0.10 | 64.38 | 0.72 | 0.63 |
| Hex | DB | E5 | 5C | 4 | 0 | 3C | A | 40 | 48 | 3F |
| Octal | 333 | 345 | 134 | 4 | 0 | 74 | 12 | 100 | 110 | 77 |
| Binary | 11011011 | 11100101 | 1011100 | 100 | 0 | 111100 | 1010 | 1000000 | 1001000 | 111111 |
Color Harmonies of #DBE55C
Complementary color
Monochromatic Colors of #DBE55C
Black with #DBE55C
Text Example
Text Example
White with #DBE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE55C; }
p { color: rgb(219,229,92); }
H1.HeaderClassName
{
color: #DBE55C;
}
.AnyTagClassName
{
color: #DBE55C;
}
</style>
background-color css
<style>
a { background-color: #DBE55C; }
a { background-color: rgb(219,229,92); }
div.DivClassName
{
background-color: #DBE55C;
}
.BgClassName
{
background-color: #DBE55C;
}
</style>
border-color css
<style>
span { border-color: #DBE55C; }
span { border-color: rgb(219,229,92); }
td.TdClassName
{
border-color: #DBE55C;
}
.TagClassName
{
border-color: #DBE55C;
}
</style>