Shades of Mantis #85BE6D
Tints of Mantis #85BE6D
RGB
CMYK
RGB Variations
Color information
#85BE6D (or 0x85BE6D) is known color: Mantis. HEX triplet: 85, BE and 6D. RGB value is (133,190,109). Sum of RGB (Red+Green+Blue) = 133+190+109=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE6D is #7A4192. Grayscale: #A3A3A3. Windows color (decimal): -8012179 or 7192197. OLE color: 7192197.
HSL color Cylindrical-coordinate representation of color #85BE6D: hue angle of 102.22º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85BE6D is Cyan = 0.3, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 109 | - |
| CMYK | 0.3 | 0 | 0.43 | 0.25 |
| HSL | 102.22º | 0.38% | 0.59% | - |
| HSV(B) | 102.22º | 0.43% | 0.75% | - |
| XYZ | 30.85 | 42.92 | 21.13 | - |
| YUV | 163.72 | 97.12 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 109 | 0.3 | 0 | 0.43 | 0.25 | 102.22 | 0.38 | 0.59 |
| Hex | 85 | BE | 6D | 1E | 0 | 2B | 19 | 66 | 26 | 3B |
| Octal | 205 | 276 | 155 | 36 | 0 | 53 | 31 | 146 | 46 | 73 |
| Binary | 10000101 | 10111110 | 1101101 | 11110 | 0 | 101011 | 11001 | 1100110 | 100110 | 111011 |
Color Harmonies of #85BE6D
Complementary color
Monochromatic Colors of #85BE6D
Black with #85BE6D
Text Example
Text Example
White with #85BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE6D; }
p { color: rgb(133,190,109); }
H1.HeaderClassName
{
color: #85BE6D;
}
.AnyTagClassName
{
color: #85BE6D;
}
</style>
background-color css
<style>
a { background-color: #85BE6D; }
a { background-color: rgb(133,190,109); }
div.DivClassName
{
background-color: #85BE6D;
}
.BgClassName
{
background-color: #85BE6D;
}
</style>
border-color css
<style>
span { border-color: #85BE6D; }
span { border-color: rgb(133,190,109); }
td.TdClassName
{
border-color: #85BE6D;
}
.TagClassName
{
border-color: #85BE6D;
}
</style>