Shades of Mantis #85E65E
Tints of Mantis #85E65E
RGB
CMYK
RGB Variations
Color information
#85E65E (or 0x85E65E) is known color: Mantis. HEX triplet: 85, E6 and 5E. RGB value is (133,230,94). Sum of RGB (Red+Green+Blue) = 133+230+94=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #85E65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E65E is #7A19A1. Grayscale: #B9B9B9. Windows color (decimal): -8001954 or 6219397. OLE color: 6219397.
HSL color Cylindrical-coordinate representation of color #85E65E: hue angle of 102.79º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85E65E is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 94 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.10 |
| HSL | 102.79º | 0.73% | 0.64% | - |
| HSV(B) | 102.79º | 0.59% | 0.9% | - |
| XYZ | 39.99 | 62.39 | 20.52 | - |
| YUV | 185.49 | 76.36 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 94 | 0.42 | 0 | 0.59 | 0.10 | 102.79 | 0.73 | 0.64 |
| Hex | 85 | E6 | 5E | 2A | 0 | 3B | A | 67 | 49 | 40 |
| Octal | 205 | 346 | 136 | 52 | 0 | 73 | 12 | 147 | 111 | 100 |
| Binary | 10000101 | 11100110 | 1011110 | 101010 | 0 | 111011 | 1010 | 1100111 | 1001001 | 1000000 |
Color Harmonies of #85E65E
Complementary color
Monochromatic Colors of #85E65E
Black with #85E65E
Text Example
Text Example
White with #85E65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E65E; }
p { color: rgb(133,230,94); }
H1.HeaderClassName
{
color: #85E65E;
}
.AnyTagClassName
{
color: #85E65E;
}
</style>
background-color css
<style>
a { background-color: #85E65E; }
a { background-color: rgb(133,230,94); }
div.DivClassName
{
background-color: #85E65E;
}
.BgClassName
{
background-color: #85E65E;
}
</style>
border-color css
<style>
span { border-color: #85E65E; }
span { border-color: rgb(133,230,94); }
td.TdClassName
{
border-color: #85E65E;
}
.TagClassName
{
border-color: #85E65E;
}
</style>