Shades of Mantis #84C148
Tints of Mantis #84C148
RGB
CMYK
RGB Variations
Color information
#84C148 (or 0x84C148) is known color: Mantis. HEX triplet: 84, C1 and 48. RGB value is (132,193,72). Sum of RGB (Red+Green+Blue) = 132+193+72=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #84C148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C148 is #7B3EB7. Grayscale: #A1A1A1. Windows color (decimal): -8076984 or 4768132. OLE color: 4768132.
HSL color Cylindrical-coordinate representation of color #84C148: hue angle of 90.25º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84C148 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 72 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.24 |
| HSL | 90.25º | 0.49% | 0.52% | - |
| HSV(B) | 90.25º | 0.63% | 0.76% | - |
| XYZ | 29.76 | 43.51 | 12.96 | - |
| YUV | 160.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 72 | 0.32 | 0 | 0.63 | 0.24 | 90.25 | 0.49 | 0.52 |
| Hex | 84 | C1 | 48 | 20 | 0 | 3F | 18 | 5A | 31 | 34 |
| Octal | 204 | 301 | 110 | 40 | 0 | 77 | 30 | 132 | 61 | 64 |
| Binary | 10000100 | 11000001 | 1001000 | 100000 | 0 | 111111 | 11000 | 1011010 | 110001 | 110100 |
Color Harmonies of #84C148
Complementary color
Monochromatic Colors of #84C148
Black with #84C148
Text Example
Text Example
White with #84C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C148; }
p { color: rgb(132,193,72); }
H1.HeaderClassName
{
color: #84C148;
}
.AnyTagClassName
{
color: #84C148;
}
</style>
background-color css
<style>
a { background-color: #84C148; }
a { background-color: rgb(132,193,72); }
div.DivClassName
{
background-color: #84C148;
}
.BgClassName
{
background-color: #84C148;
}
</style>
border-color css
<style>
span { border-color: #84C148; }
span { border-color: rgb(132,193,72); }
td.TdClassName
{
border-color: #84C148;
}
.TagClassName
{
border-color: #84C148;
}
</style>