Shades of Mantis #85C15F
Tints of Mantis #85C15F
RGB
CMYK
RGB Variations
Color information
#85C15F (or 0x85C15F) is known color: Mantis. HEX triplet: 85, C1 and 5F. RGB value is (133,193,95). Sum of RGB (Red+Green+Blue) = 133+193+95=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #85C15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C15F is #7A3EA0. Grayscale: #A4A4A4. Windows color (decimal): -8011425 or 6275461. OLE color: 6275461.
HSL color Cylindrical-coordinate representation of color #85C15F: hue angle of 96.73º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85C15F is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 95 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.24 |
| HSL | 96.73º | 0.44% | 0.56% | - |
| HSV(B) | 96.73º | 0.51% | 0.76% | - |
| XYZ | 30.81 | 43.95 | 17.69 | - |
| YUV | 163.89 | 89.12 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 95 | 0.31 | 0 | 0.51 | 0.24 | 96.73 | 0.44 | 0.56 |
| Hex | 85 | C1 | 5F | 1F | 0 | 33 | 18 | 61 | 2C | 38 |
| Octal | 205 | 301 | 137 | 37 | 0 | 63 | 30 | 141 | 54 | 70 |
| Binary | 10000101 | 11000001 | 1011111 | 11111 | 0 | 110011 | 11000 | 1100001 | 101100 | 111000 |
Color Harmonies of #85C15F
Complementary color
Monochromatic Colors of #85C15F
Black with #85C15F
Text Example
Text Example
White with #85C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C15F; }
p { color: rgb(133,193,95); }
H1.HeaderClassName
{
color: #85C15F;
}
.AnyTagClassName
{
color: #85C15F;
}
</style>
background-color css
<style>
a { background-color: #85C15F; }
a { background-color: rgb(133,193,95); }
div.DivClassName
{
background-color: #85C15F;
}
.BgClassName
{
background-color: #85C15F;
}
</style>
border-color css
<style>
span { border-color: #85C15F; }
span { border-color: rgb(133,193,95); }
td.TdClassName
{
border-color: #85C15F;
}
.TagClassName
{
border-color: #85C15F;
}
</style>