Shades of Mantis #85C14F
Tints of Mantis #85C14F
RGB
CMYK
RGB Variations
Color information
#85C14F (or 0x85C14F) is known color: Mantis. HEX triplet: 85, C1 and 4F. RGB value is (133,193,79). Sum of RGB (Red+Green+Blue) = 133+193+79=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #85C14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C14F is #7A3EB0. Grayscale: #A2A2A2. Windows color (decimal): -8011441 or 5226885. OLE color: 5226885.
HSL color Cylindrical-coordinate representation of color #85C14F: hue angle of 91.58º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85C14F is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 79 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.24 |
| HSL | 91.58º | 0.48% | 0.53% | - |
| HSV(B) | 91.58º | 0.59% | 0.76% | - |
| XYZ | 30.15 | 43.69 | 14.24 | - |
| YUV | 162.06 | 81.12 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 79 | 0.31 | 0 | 0.59 | 0.24 | 91.58 | 0.48 | 0.53 |
| Hex | 85 | C1 | 4F | 1F | 0 | 3B | 18 | 5C | 30 | 35 |
| Octal | 205 | 301 | 117 | 37 | 0 | 73 | 30 | 134 | 60 | 65 |
| Binary | 10000101 | 11000001 | 1001111 | 11111 | 0 | 111011 | 11000 | 1011100 | 110000 | 110101 |
Color Harmonies of #85C14F
Complementary color
Monochromatic Colors of #85C14F
Black with #85C14F
Text Example
Text Example
White with #85C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C14F; }
p { color: rgb(133,193,79); }
H1.HeaderClassName
{
color: #85C14F;
}
.AnyTagClassName
{
color: #85C14F;
}
</style>
background-color css
<style>
a { background-color: #85C14F; }
a { background-color: rgb(133,193,79); }
div.DivClassName
{
background-color: #85C14F;
}
.BgClassName
{
background-color: #85C14F;
}
</style>
border-color css
<style>
span { border-color: #85C14F; }
span { border-color: rgb(133,193,79); }
td.TdClassName
{
border-color: #85C14F;
}
.TagClassName
{
border-color: #85C14F;
}
</style>