Shades of Manz #DBEA55
Tints of Manz #DBEA55
RGB
CMYK
RGB Variations
Color information
#DBEA55 (or 0xDBEA55) is known color: Manz. HEX triplet: DB, EA and 55. RGB value is (219,234,85). Sum of RGB (Red+Green+Blue) = 219+234+85=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA55 is #2415AA. Grayscale: #D5D5D5. Windows color (decimal): -2364843 or 5630683. OLE color: 5630683.
HSL color Cylindrical-coordinate representation of color #DBEA55: hue angle of 66.04º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBEA55 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 85 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.08 |
| HSL | 66.04º | 0.78% | 0.63% | - |
| HSV(B) | 66.04º | 0.64% | 0.92% | - |
| XYZ | 60.28 | 74.56 | 19.81 | - |
| YUV | 212.53 | 56.03 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 85 | 0.06 | 0 | 0.64 | 0.08 | 66.04 | 0.78 | 0.63 |
| Hex | DB | EA | 55 | 6 | 0 | 40 | 8 | 42 | 4E | 3F |
| Octal | 333 | 352 | 125 | 6 | 0 | 100 | 10 | 102 | 116 | 77 |
| Binary | 11011011 | 11101010 | 1010101 | 110 | 0 | 1000000 | 1000 | 1000010 | 1001110 | 111111 |
Color Harmonies of #DBEA55
Complementary color
Monochromatic Colors of #DBEA55
Black with #DBEA55
Text Example
Text Example
White with #DBEA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA55; }
p { color: rgb(219,234,85); }
H1.HeaderClassName
{
color: #DBEA55;
}
.AnyTagClassName
{
color: #DBEA55;
}
</style>
background-color css
<style>
a { background-color: #DBEA55; }
a { background-color: rgb(219,234,85); }
div.DivClassName
{
background-color: #DBEA55;
}
.BgClassName
{
background-color: #DBEA55;
}
</style>
border-color css
<style>
span { border-color: #DBEA55; }
span { border-color: rgb(219,234,85); }
td.TdClassName
{
border-color: #DBEA55;
}
.TagClassName
{
border-color: #DBEA55;
}
</style>