Shades of Mantis #84C35C
Tints of Mantis #84C35C
RGB
CMYK
RGB Variations
Color information
#84C35C (or 0x84C35C) is known color: Mantis. HEX triplet: 84, C3 and 5C. RGB value is (132,195,92). Sum of RGB (Red+Green+Blue) = 132+195+92=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #84C35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C35C is #7B3CA3. Grayscale: #A4A4A4. Windows color (decimal): -8076452 or 6079364. OLE color: 6079364.
HSL color Cylindrical-coordinate representation of color #84C35C: hue angle of 96.7º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84C35C is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 92 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.24 |
| HSL | 96.7º | 0.46% | 0.56% | - |
| HSV(B) | 96.7º | 0.53% | 0.76% | - |
| XYZ | 30.96 | 44.71 | 17.12 | - |
| YUV | 164.42 | 87.13 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 92 | 0.32 | 0 | 0.53 | 0.24 | 96.7 | 0.46 | 0.56 |
| Hex | 84 | C3 | 5C | 20 | 0 | 35 | 18 | 61 | 2E | 38 |
| Octal | 204 | 303 | 134 | 40 | 0 | 65 | 30 | 141 | 56 | 70 |
| Binary | 10000100 | 11000011 | 1011100 | 100000 | 0 | 110101 | 11000 | 1100001 | 101110 | 111000 |
Color Harmonies of #84C35C
Complementary color
Monochromatic Colors of #84C35C
Black with #84C35C
Text Example
Text Example
White with #84C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C35C; }
p { color: rgb(132,195,92); }
H1.HeaderClassName
{
color: #84C35C;
}
.AnyTagClassName
{
color: #84C35C;
}
</style>
background-color css
<style>
a { background-color: #84C35C; }
a { background-color: rgb(132,195,92); }
div.DivClassName
{
background-color: #84C35C;
}
.BgClassName
{
background-color: #84C35C;
}
</style>
border-color css
<style>
span { border-color: #84C35C; }
span { border-color: rgb(132,195,92); }
td.TdClassName
{
border-color: #84C35C;
}
.TagClassName
{
border-color: #84C35C;
}
</style>