Shades of Mantis #85C65C
Tints of Mantis #85C65C
RGB
CMYK
RGB Variations
Color information
#85C65C (or 0x85C65C) is known color: Mantis. HEX triplet: 85, C6 and 5C. RGB value is (133,198,92). Sum of RGB (Red+Green+Blue) = 133+198+92=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #85C65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C65C is #7A39A3. Grayscale: #A6A6A6. Windows color (decimal): -8010148 or 6080133. OLE color: 6080133.
HSL color Cylindrical-coordinate representation of color #85C65C: hue angle of 96.79º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85C65C is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 198 | 92 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.22 |
| HSL | 96.79º | 0.48% | 0.57% | - |
| HSV(B) | 96.79º | 0.54% | 0.78% | - |
| XYZ | 31.8 | 46.15 | 17.36 | - |
| YUV | 166.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 92 | 0.33 | 0 | 0.54 | 0.22 | 96.79 | 0.48 | 0.57 |
| Hex | 85 | C6 | 5C | 21 | 0 | 36 | 16 | 61 | 30 | 39 |
| Octal | 205 | 306 | 134 | 41 | 0 | 66 | 26 | 141 | 60 | 71 |
| Binary | 10000101 | 11000110 | 1011100 | 100001 | 0 | 110110 | 10110 | 1100001 | 110000 | 111001 |
Color Harmonies of #85C65C
Complementary color
Monochromatic Colors of #85C65C
Black with #85C65C
Text Example
Text Example
White with #85C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C65C; }
p { color: rgb(133,198,92); }
H1.HeaderClassName
{
color: #85C65C;
}
.AnyTagClassName
{
color: #85C65C;
}
</style>
background-color css
<style>
a { background-color: #85C65C; }
a { background-color: rgb(133,198,92); }
div.DivClassName
{
background-color: #85C65C;
}
.BgClassName
{
background-color: #85C65C;
}
</style>
border-color css
<style>
span { border-color: #85C65C; }
span { border-color: rgb(133,198,92); }
td.TdClassName
{
border-color: #85C65C;
}
.TagClassName
{
border-color: #85C65C;
}
</style>