Shades of Mantis #85BD5F
Tints of Mantis #85BD5F
RGB
CMYK
RGB Variations
Color information
#85BD5F (or 0x85BD5F) is known color: Mantis. HEX triplet: 85, BD and 5F. RGB value is (133,189,95). Sum of RGB (Red+Green+Blue) = 133+189+95=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD5F is #7A42A0. Grayscale: #A1A1A1. Windows color (decimal): -8012449 or 6274437. OLE color: 6274437.
HSL color Cylindrical-coordinate representation of color #85BD5F: hue angle of 95.74º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85BD5F is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 95 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.26 |
| HSL | 95.74º | 0.42% | 0.56% | - |
| HSV(B) | 95.74º | 0.5% | 0.74% | - |
| XYZ | 29.94 | 42.21 | 17.4 | - |
| YUV | 161.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 95 | 0.30 | 0 | 0.50 | 0.26 | 95.74 | 0.42 | 0.56 |
| Hex | 85 | BD | 5F | 1E | 0 | 32 | 1A | 60 | 2A | 38 |
| Octal | 205 | 275 | 137 | 36 | 0 | 62 | 32 | 140 | 52 | 70 |
| Binary | 10000101 | 10111101 | 1011111 | 11110 | 0 | 110010 | 11010 | 1100000 | 101010 | 111000 |
Color Harmonies of #85BD5F
Complementary color
Monochromatic Colors of #85BD5F
Black with #85BD5F
Text Example
Text Example
White with #85BD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD5F; }
p { color: rgb(133,189,95); }
H1.HeaderClassName
{
color: #85BD5F;
}
.AnyTagClassName
{
color: #85BD5F;
}
</style>
background-color css
<style>
a { background-color: #85BD5F; }
a { background-color: rgb(133,189,95); }
div.DivClassName
{
background-color: #85BD5F;
}
.BgClassName
{
background-color: #85BD5F;
}
</style>
border-color css
<style>
span { border-color: #85BD5F; }
span { border-color: rgb(133,189,95); }
td.TdClassName
{
border-color: #85BD5F;
}
.TagClassName
{
border-color: #85BD5F;
}
</style>