Shades of Mantis #84C14A
Tints of Mantis #84C14A
RGB
CMYK
RGB Variations
Color information
#84C14A (or 0x84C14A) is known color: Mantis. HEX triplet: 84, C1 and 4A. RGB value is (132,193,74). Sum of RGB (Red+Green+Blue) = 132+193+74=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #84C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C14A is #7B3EB5. Grayscale: #A1A1A1. Windows color (decimal): -8076982 or 4899204. OLE color: 4899204.
HSL color Cylindrical-coordinate representation of color #84C14A: hue angle of 90.76º 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 #84C14A is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 74 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.24 |
| HSL | 90.76º | 0.49% | 0.52% | - |
| HSV(B) | 90.76º | 0.62% | 0.76% | - |
| XYZ | 29.82 | 43.54 | 13.31 | - |
| YUV | 161.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 74 | 0.32 | 0 | 0.62 | 0.24 | 90.76 | 0.49 | 0.52 |
| Hex | 84 | C1 | 4A | 20 | 0 | 3E | 18 | 5B | 31 | 34 |
| Octal | 204 | 301 | 112 | 40 | 0 | 76 | 30 | 133 | 61 | 64 |
| Binary | 10000100 | 11000001 | 1001010 | 100000 | 0 | 111110 | 11000 | 1011011 | 110001 | 110100 |
Color Harmonies of #84C14A
Complementary color
Monochromatic Colors of #84C14A
Black with #84C14A
Text Example
Text Example
White with #84C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C14A; }
p { color: rgb(132,193,74); }
H1.HeaderClassName
{
color: #84C14A;
}
.AnyTagClassName
{
color: #84C14A;
}
</style>
background-color css
<style>
a { background-color: #84C14A; }
a { background-color: rgb(132,193,74); }
div.DivClassName
{
background-color: #84C14A;
}
.BgClassName
{
background-color: #84C14A;
}
</style>
border-color css
<style>
span { border-color: #84C14A; }
span { border-color: rgb(132,193,74); }
td.TdClassName
{
border-color: #84C14A;
}
.TagClassName
{
border-color: #84C14A;
}
</style>