Shades of Mantis #85D84D
Tints of Mantis #85D84D
RGB
CMYK
RGB Variations
Color information
#85D84D (or 0x85D84D) is known color: Mantis. HEX triplet: 85, D8 and 4D. RGB value is (133,216,77). Sum of RGB (Red+Green+Blue) = 133+216+77=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #85D84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D84D is #7A27B2. Grayscale: #AFAFAF. Windows color (decimal): -8005555 or 5101701. OLE color: 5101701.
HSL color Cylindrical-coordinate representation of color #85D84D: hue angle of 95.83º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85D84D is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 77 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.15 |
| HSL | 95.83º | 0.64% | 0.57% | - |
| HSV(B) | 95.83º | 0.64% | 0.85% | - |
| XYZ | 35.57 | 54.63 | 15.69 | - |
| YUV | 175.34 | 72.5 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 77 | 0.38 | 0 | 0.64 | 0.15 | 95.83 | 0.64 | 0.57 |
| Hex | 85 | D8 | 4D | 26 | 0 | 40 | F | 60 | 40 | 39 |
| Octal | 205 | 330 | 115 | 46 | 0 | 100 | 17 | 140 | 100 | 71 |
| Binary | 10000101 | 11011000 | 1001101 | 100110 | 0 | 1000000 | 1111 | 1100000 | 1000000 | 111001 |
Color Harmonies of #85D84D
Complementary color
Monochromatic Colors of #85D84D
Black with #85D84D
Text Example
Text Example
White with #85D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D84D; }
p { color: rgb(133,216,77); }
H1.HeaderClassName
{
color: #85D84D;
}
.AnyTagClassName
{
color: #85D84D;
}
</style>
background-color css
<style>
a { background-color: #85D84D; }
a { background-color: rgb(133,216,77); }
div.DivClassName
{
background-color: #85D84D;
}
.BgClassName
{
background-color: #85D84D;
}
</style>
border-color css
<style>
span { border-color: #85D84D; }
span { border-color: rgb(133,216,77); }
td.TdClassName
{
border-color: #85D84D;
}
.TagClassName
{
border-color: #85D84D;
}
</style>