Shades of Mantis #85D15E
Tints of Mantis #85D15E
RGB
CMYK
RGB Variations
Color information
#85D15E (or 0x85D15E) is known color: Mantis. HEX triplet: 85, D1 and 5E. RGB value is (133,209,94). Sum of RGB (Red+Green+Blue) = 133+209+94=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #85D15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D15E is #7A2EA1. Grayscale: #ADADAD. Windows color (decimal): -8007330 or 6214021. OLE color: 6214021.
HSL color Cylindrical-coordinate representation of color #85D15E: hue angle of 99.65º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85D15E is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 209 | 94 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.18 |
| HSL | 99.65º | 0.56% | 0.59% | - |
| HSV(B) | 99.65º | 0.55% | 0.82% | - |
| XYZ | 34.49 | 51.4 | 18.69 | - |
| YUV | 173.17 | 83.32 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 209 | 94 | 0.36 | 0 | 0.55 | 0.18 | 99.65 | 0.56 | 0.59 |
| Hex | 85 | D1 | 5E | 24 | 0 | 37 | 12 | 64 | 38 | 3B |
| Octal | 205 | 321 | 136 | 44 | 0 | 67 | 22 | 144 | 70 | 73 |
| Binary | 10000101 | 11010001 | 1011110 | 100100 | 0 | 110111 | 10010 | 1100100 | 111000 | 111011 |
Color Harmonies of #85D15E
Complementary color
Monochromatic Colors of #85D15E
Black with #85D15E
Text Example
Text Example
White with #85D15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D15E; }
p { color: rgb(133,209,94); }
H1.HeaderClassName
{
color: #85D15E;
}
.AnyTagClassName
{
color: #85D15E;
}
</style>
background-color css
<style>
a { background-color: #85D15E; }
a { background-color: rgb(133,209,94); }
div.DivClassName
{
background-color: #85D15E;
}
.BgClassName
{
background-color: #85D15E;
}
</style>
border-color css
<style>
span { border-color: #85D15E; }
span { border-color: rgb(133,209,94); }
td.TdClassName
{
border-color: #85D15E;
}
.TagClassName
{
border-color: #85D15E;
}
</style>