Shades of Mantis #85DB53
Tints of Mantis #85DB53
RGB
CMYK
RGB Variations
Color information
#85DB53 (or 0x85DB53) is known color: Mantis. HEX triplet: 85, DB and 53. RGB value is (133,219,83). Sum of RGB (Red+Green+Blue) = 133+219+83=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DB53 is #7A24AC. Grayscale: #B2B2B2. Windows color (decimal): -8004781 or 5495685. OLE color: 5495685.
HSL color Cylindrical-coordinate representation of color #85DB53: hue angle of 97.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85DB53 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 83 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.14 |
| HSL | 97.94º | 0.65% | 0.59% | - |
| HSV(B) | 97.94º | 0.62% | 0.86% | - |
| XYZ | 36.57 | 56.27 | 17.12 | - |
| YUV | 177.78 | 74.51 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 83 | 0.39 | 0 | 0.62 | 0.14 | 97.94 | 0.65 | 0.59 |
| Hex | 85 | DB | 53 | 27 | 0 | 3E | E | 62 | 41 | 3B |
| Octal | 205 | 333 | 123 | 47 | 0 | 76 | 16 | 142 | 101 | 73 |
| Binary | 10000101 | 11011011 | 1010011 | 100111 | 0 | 111110 | 1110 | 1100010 | 1000001 | 111011 |
Color Harmonies of #85DB53
Complementary color
Monochromatic Colors of #85DB53
Black with #85DB53
Text Example
Text Example
White with #85DB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB53; }
p { color: rgb(133,219,83); }
H1.HeaderClassName
{
color: #85DB53;
}
.AnyTagClassName
{
color: #85DB53;
}
</style>
background-color css
<style>
a { background-color: #85DB53; }
a { background-color: rgb(133,219,83); }
div.DivClassName
{
background-color: #85DB53;
}
.BgClassName
{
background-color: #85DB53;
}
</style>
border-color css
<style>
span { border-color: #85DB53; }
span { border-color: rgb(133,219,83); }
td.TdClassName
{
border-color: #85DB53;
}
.TagClassName
{
border-color: #85DB53;
}
</style>