Shades of Mantis #84C353
Tints of Mantis #84C353
RGB
CMYK
RGB Variations
Color information
#84C353 (or 0x84C353) is known color: Mantis. HEX triplet: 84, C3 and 53. RGB value is (132,195,83). Sum of RGB (Red+Green+Blue) = 132+195+83=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #84C353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C353 is #7B3CAC. Grayscale: #A3A3A3. Windows color (decimal): -8076461 or 5489540. OLE color: 5489540.
HSL color Cylindrical-coordinate representation of color #84C353: hue angle of 93.75º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84C353 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 83 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.24 |
| HSL | 93.75º | 0.48% | 0.55% | - |
| HSV(B) | 93.75º | 0.57% | 0.76% | - |
| XYZ | 30.59 | 44.56 | 15.17 | - |
| YUV | 163.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 83 | 0.32 | 0 | 0.57 | 0.24 | 93.75 | 0.48 | 0.55 |
| Hex | 84 | C3 | 53 | 20 | 0 | 39 | 18 | 5E | 30 | 37 |
| Octal | 204 | 303 | 123 | 40 | 0 | 71 | 30 | 136 | 60 | 67 |
| Binary | 10000100 | 11000011 | 1010011 | 100000 | 0 | 111001 | 11000 | 1011110 | 110000 | 110111 |
Color Harmonies of #84C353
Complementary color
Monochromatic Colors of #84C353
Black with #84C353
Text Example
Text Example
White with #84C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C353; }
p { color: rgb(132,195,83); }
H1.HeaderClassName
{
color: #84C353;
}
.AnyTagClassName
{
color: #84C353;
}
</style>
background-color css
<style>
a { background-color: #84C353; }
a { background-color: rgb(132,195,83); }
div.DivClassName
{
background-color: #84C353;
}
.BgClassName
{
background-color: #84C353;
}
</style>
border-color css
<style>
span { border-color: #84C353; }
span { border-color: rgb(132,195,83); }
td.TdClassName
{
border-color: #84C353;
}
.TagClassName
{
border-color: #84C353;
}
</style>