Shades of Mantis #84C261
Tints of Mantis #84C261
RGB
CMYK
RGB Variations
Color information
#84C261 (or 0x84C261) is known color: Mantis. HEX triplet: 84, C2 and 61. RGB value is (132,194,97). Sum of RGB (Red+Green+Blue) = 132+194+97=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #84C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C261 is #7B3D9E. Grayscale: #A4A4A4. Windows color (decimal): -8076703 or 6406788. OLE color: 6406788.
HSL color Cylindrical-coordinate representation of color #84C261: hue angle of 98.35º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84C261 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 97 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.24 |
| HSL | 98.35º | 0.44% | 0.57% | - |
| HSV(B) | 98.35º | 0.5% | 0.76% | - |
| XYZ | 30.97 | 44.35 | 18.24 | - |
| YUV | 164.4 | 89.96 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 97 | 0.32 | 0 | 0.50 | 0.24 | 98.35 | 0.44 | 0.57 |
| Hex | 84 | C2 | 61 | 20 | 0 | 32 | 18 | 62 | 2C | 39 |
| Octal | 204 | 302 | 141 | 40 | 0 | 62 | 30 | 142 | 54 | 71 |
| Binary | 10000100 | 11000010 | 1100001 | 100000 | 0 | 110010 | 11000 | 1100010 | 101100 | 111001 |
Color Harmonies of #84C261
Complementary color
Monochromatic Colors of #84C261
Black with #84C261
Text Example
Text Example
White with #84C261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C261; }
p { color: rgb(132,194,97); }
H1.HeaderClassName
{
color: #84C261;
}
.AnyTagClassName
{
color: #84C261;
}
</style>
background-color css
<style>
a { background-color: #84C261; }
a { background-color: rgb(132,194,97); }
div.DivClassName
{
background-color: #84C261;
}
.BgClassName
{
background-color: #84C261;
}
</style>
border-color css
<style>
span { border-color: #84C261; }
span { border-color: rgb(132,194,97); }
td.TdClassName
{
border-color: #84C261;
}
.TagClassName
{
border-color: #84C261;
}
</style>