Shades of Mantis #84D760
Tints of Mantis #84D760
RGB
CMYK
RGB Variations
Color information
#84D760 (or 0x84D760) is known color: Mantis. HEX triplet: 84, D7 and 60. RGB value is (132,215,96). Sum of RGB (Red+Green+Blue) = 132+215+96=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #84D760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D760 is #7B289F. Grayscale: #B1B1B1. Windows color (decimal): -8071328 or 6346628. OLE color: 6346628.
HSL color Cylindrical-coordinate representation of color #84D760: hue angle of 101.85º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84D760 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 96 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.16 |
| HSL | 101.85º | 0.6% | 0.61% | - |
| HSV(B) | 101.85º | 0.55% | 0.84% | - |
| XYZ | 35.93 | 54.35 | 19.66 | - |
| YUV | 176.62 | 82.5 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 96 | 0.39 | 0 | 0.55 | 0.16 | 101.85 | 0.6 | 0.61 |
| Hex | 84 | D7 | 60 | 27 | 0 | 37 | 10 | 66 | 3C | 3D |
| Octal | 204 | 327 | 140 | 47 | 0 | 67 | 20 | 146 | 74 | 75 |
| Binary | 10000100 | 11010111 | 1100000 | 100111 | 0 | 110111 | 10000 | 1100110 | 111100 | 111101 |
Color Harmonies of #84D760
Complementary color
Monochromatic Colors of #84D760
Black with #84D760
Text Example
Text Example
White with #84D760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D760; }
p { color: rgb(132,215,96); }
H1.HeaderClassName
{
color: #84D760;
}
.AnyTagClassName
{
color: #84D760;
}
</style>
background-color css
<style>
a { background-color: #84D760; }
a { background-color: rgb(132,215,96); }
div.DivClassName
{
background-color: #84D760;
}
.BgClassName
{
background-color: #84D760;
}
</style>
border-color css
<style>
span { border-color: #84D760; }
span { border-color: rgb(132,215,96); }
td.TdClassName
{
border-color: #84D760;
}
.TagClassName
{
border-color: #84D760;
}
</style>