Shades of Mantis #84C150
Tints of Mantis #84C150
RGB
CMYK
RGB Variations
Color information
#84C150 (or 0x84C150) is known color: Mantis. HEX triplet: 84, C1 and 50. RGB value is (132,193,80). Sum of RGB (Red+Green+Blue) = 132+193+80=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #84C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C150 is #7B3EAF. Grayscale: #A2A2A2. Windows color (decimal): -8076976 or 5292420. OLE color: 5292420.
HSL color Cylindrical-coordinate representation of color #84C150: hue angle of 92.39º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84C150 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 80 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.24 |
| HSL | 92.39º | 0.48% | 0.54% | - |
| HSV(B) | 92.39º | 0.59% | 0.76% | - |
| XYZ | 30.03 | 43.62 | 14.43 | - |
| YUV | 161.88 | 81.79 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 80 | 0.32 | 0 | 0.59 | 0.24 | 92.39 | 0.48 | 0.54 |
| Hex | 84 | C1 | 50 | 20 | 0 | 3B | 18 | 5C | 30 | 36 |
| Octal | 204 | 301 | 120 | 40 | 0 | 73 | 30 | 134 | 60 | 66 |
| Binary | 10000100 | 11000001 | 1010000 | 100000 | 0 | 111011 | 11000 | 1011100 | 110000 | 110110 |
Color Harmonies of #84C150
Complementary color
Monochromatic Colors of #84C150
Black with #84C150
Text Example
Text Example
White with #84C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C150; }
p { color: rgb(132,193,80); }
H1.HeaderClassName
{
color: #84C150;
}
.AnyTagClassName
{
color: #84C150;
}
</style>
background-color css
<style>
a { background-color: #84C150; }
a { background-color: rgb(132,193,80); }
div.DivClassName
{
background-color: #84C150;
}
.BgClassName
{
background-color: #84C150;
}
</style>
border-color css
<style>
span { border-color: #84C150; }
span { border-color: rgb(132,193,80); }
td.TdClassName
{
border-color: #84C150;
}
.TagClassName
{
border-color: #84C150;
}
</style>