Shades of Mantis #84C54A
Tints of Mantis #84C54A
RGB
CMYK
RGB Variations
Color information
#84C54A (or 0x84C54A) is known color: Mantis. HEX triplet: 84, C5 and 4A. RGB value is (132,197,74). Sum of RGB (Red+Green+Blue) = 132+197+74=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #84C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C54A is #7B3AB5. Grayscale: #A3A3A3. Windows color (decimal): -8075958 or 4900228. OLE color: 4900228.
HSL color Cylindrical-coordinate representation of color #84C54A: hue angle of 91.71º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84C54A is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 74 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.23 |
| HSL | 91.71º | 0.51% | 0.53% | - |
| HSV(B) | 91.71º | 0.62% | 0.77% | - |
| XYZ | 30.72 | 45.33 | 13.61 | - |
| YUV | 163.54 | 77.47 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 74 | 0.33 | 0 | 0.62 | 0.23 | 91.71 | 0.51 | 0.53 |
| Hex | 84 | C5 | 4A | 21 | 0 | 3E | 17 | 5C | 33 | 35 |
| Octal | 204 | 305 | 112 | 41 | 0 | 76 | 27 | 134 | 63 | 65 |
| Binary | 10000100 | 11000101 | 1001010 | 100001 | 0 | 111110 | 10111 | 1011100 | 110011 | 110101 |
Color Harmonies of #84C54A
Complementary color
Monochromatic Colors of #84C54A
Black with #84C54A
Text Example
Text Example
White with #84C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C54A; }
p { color: rgb(132,197,74); }
H1.HeaderClassName
{
color: #84C54A;
}
.AnyTagClassName
{
color: #84C54A;
}
</style>
background-color css
<style>
a { background-color: #84C54A; }
a { background-color: rgb(132,197,74); }
div.DivClassName
{
background-color: #84C54A;
}
.BgClassName
{
background-color: #84C54A;
}
</style>
border-color css
<style>
span { border-color: #84C54A; }
span { border-color: rgb(132,197,74); }
td.TdClassName
{
border-color: #84C54A;
}
.TagClassName
{
border-color: #84C54A;
}
</style>