Shades of Mantis #85C14A
Tints of Mantis #85C14A
RGB
CMYK
RGB Variations
Color information
#85C14A (or 0x85C14A) is known color: Mantis. HEX triplet: 85, C1 and 4A. RGB value is (133,193,74). Sum of RGB (Red+Green+Blue) = 133+193+74=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #85C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C14A is #7A3EB5. Grayscale: #A1A1A1. Windows color (decimal): -8011446 or 4899205. OLE color: 4899205.
HSL color Cylindrical-coordinate representation of color #85C14A: hue angle of 90.25º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85C14A is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 74 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.24 |
| HSL | 90.25º | 0.49% | 0.52% | - |
| HSV(B) | 90.25º | 0.62% | 0.76% | - |
| XYZ | 29.98 | 43.62 | 13.32 | - |
| YUV | 161.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 74 | 0.31 | 0 | 0.62 | 0.24 | 90.25 | 0.49 | 0.52 |
| Hex | 85 | C1 | 4A | 1F | 0 | 3E | 18 | 5A | 31 | 34 |
| Octal | 205 | 301 | 112 | 37 | 0 | 76 | 30 | 132 | 61 | 64 |
| Binary | 10000101 | 11000001 | 1001010 | 11111 | 0 | 111110 | 11000 | 1011010 | 110001 | 110100 |
Color Harmonies of #85C14A
Complementary color
Monochromatic Colors of #85C14A
Black with #85C14A
Text Example
Text Example
White with #85C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C14A; }
p { color: rgb(133,193,74); }
H1.HeaderClassName
{
color: #85C14A;
}
.AnyTagClassName
{
color: #85C14A;
}
</style>
background-color css
<style>
a { background-color: #85C14A; }
a { background-color: rgb(133,193,74); }
div.DivClassName
{
background-color: #85C14A;
}
.BgClassName
{
background-color: #85C14A;
}
</style>
border-color css
<style>
span { border-color: #85C14A; }
span { border-color: rgb(133,193,74); }
td.TdClassName
{
border-color: #85C14A;
}
.TagClassName
{
border-color: #85C14A;
}
</style>