Shades of Mantis #85BE4D
Tints of Mantis #85BE4D
RGB
CMYK
RGB Variations
Color information
#85BE4D (or 0x85BE4D) is known color: Mantis. HEX triplet: 85, BE and 4D. RGB value is (133,190,77). Sum of RGB (Red+Green+Blue) = 133+190+77=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE4D is #7A41B2. Grayscale: #A0A0A0. Windows color (decimal): -8012211 or 5095045. OLE color: 5095045.
HSL color Cylindrical-coordinate representation of color #85BE4D: hue angle of 90.27º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85BE4D is Cyan = 0.3, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 77 | - |
| CMYK | 0.3 | 0 | 0.59 | 0.25 |
| HSL | 90.27º | 0.47% | 0.52% | - |
| HSV(B) | 90.27º | 0.59% | 0.75% | - |
| XYZ | 29.43 | 42.35 | 13.64 | - |
| YUV | 160.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 77 | 0.3 | 0 | 0.59 | 0.25 | 90.27 | 0.47 | 0.52 |
| Hex | 85 | BE | 4D | 1E | 0 | 3B | 19 | 5A | 2F | 34 |
| Octal | 205 | 276 | 115 | 36 | 0 | 73 | 31 | 132 | 57 | 64 |
| Binary | 10000101 | 10111110 | 1001101 | 11110 | 0 | 111011 | 11001 | 1011010 | 101111 | 110100 |
Color Harmonies of #85BE4D
Complementary color
Monochromatic Colors of #85BE4D
Black with #85BE4D
Text Example
Text Example
White with #85BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE4D; }
p { color: rgb(133,190,77); }
H1.HeaderClassName
{
color: #85BE4D;
}
.AnyTagClassName
{
color: #85BE4D;
}
</style>
background-color css
<style>
a { background-color: #85BE4D; }
a { background-color: rgb(133,190,77); }
div.DivClassName
{
background-color: #85BE4D;
}
.BgClassName
{
background-color: #85BE4D;
}
</style>
border-color css
<style>
span { border-color: #85BE4D; }
span { border-color: rgb(133,190,77); }
td.TdClassName
{
border-color: #85BE4D;
}
.TagClassName
{
border-color: #85BE4D;
}
</style>