Shades of Mantis #84C547
Tints of Mantis #84C547
RGB
CMYK
RGB Variations
Color information
#84C547 (or 0x84C547) is known color: Mantis. HEX triplet: 84, C5 and 47. RGB value is (132,197,71). Sum of RGB (Red+Green+Blue) = 132+197+71=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #84C547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C547 is #7B3AB8. Grayscale: #A3A3A3. Windows color (decimal): -8075961 or 4703620. OLE color: 4703620.
HSL color Cylindrical-coordinate representation of color #84C547: hue angle of 90.95º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84C547 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 71 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.23 |
| HSL | 90.95º | 0.52% | 0.53% | - |
| HSV(B) | 90.95º | 0.64% | 0.77% | - |
| XYZ | 30.62 | 45.29 | 13.09 | - |
| YUV | 163.2 | 75.97 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 71 | 0.33 | 0 | 0.64 | 0.23 | 90.95 | 0.52 | 0.53 |
| Hex | 84 | C5 | 47 | 21 | 0 | 40 | 17 | 5B | 34 | 35 |
| Octal | 204 | 305 | 107 | 41 | 0 | 100 | 27 | 133 | 64 | 65 |
| Binary | 10000100 | 11000101 | 1000111 | 100001 | 0 | 1000000 | 10111 | 1011011 | 110100 | 110101 |
Color Harmonies of #84C547
Complementary color
Monochromatic Colors of #84C547
Black with #84C547
Text Example
Text Example
White with #84C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C547; }
p { color: rgb(132,197,71); }
H1.HeaderClassName
{
color: #84C547;
}
.AnyTagClassName
{
color: #84C547;
}
</style>
background-color css
<style>
a { background-color: #84C547; }
a { background-color: rgb(132,197,71); }
div.DivClassName
{
background-color: #84C547;
}
.BgClassName
{
background-color: #84C547;
}
</style>
border-color css
<style>
span { border-color: #84C547; }
span { border-color: rgb(132,197,71); }
td.TdClassName
{
border-color: #84C547;
}
.TagClassName
{
border-color: #84C547;
}
</style>