Shades of Mantis #84D75B
Tints of Mantis #84D75B
RGB
CMYK
RGB Variations
Color information
#84D75B (or 0x84D75B) is known color: Mantis. HEX triplet: 84, D7 and 5B. RGB value is (132,215,91). Sum of RGB (Red+Green+Blue) = 132+215+91=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #84D75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D75B is #7B28A4. Grayscale: #B0B0B0. Windows color (decimal): -8071333 or 6018948. OLE color: 6018948.
HSL color Cylindrical-coordinate representation of color #84D75B: hue angle of 100.16º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84D75B is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 91 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.16 |
| HSL | 100.16º | 0.61% | 0.6% | - |
| HSV(B) | 100.16º | 0.58% | 0.84% | - |
| XYZ | 35.7 | 54.26 | 18.49 | - |
| YUV | 176.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 91 | 0.39 | 0 | 0.58 | 0.16 | 100.16 | 0.61 | 0.6 |
| Hex | 84 | D7 | 5B | 27 | 0 | 3A | 10 | 64 | 3D | 3C |
| Octal | 204 | 327 | 133 | 47 | 0 | 72 | 20 | 144 | 75 | 74 |
| Binary | 10000100 | 11010111 | 1011011 | 100111 | 0 | 111010 | 10000 | 1100100 | 111101 | 111100 |
Color Harmonies of #84D75B
Complementary color
Monochromatic Colors of #84D75B
Black with #84D75B
Text Example
Text Example
White with #84D75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D75B; }
p { color: rgb(132,215,91); }
H1.HeaderClassName
{
color: #84D75B;
}
.AnyTagClassName
{
color: #84D75B;
}
</style>
background-color css
<style>
a { background-color: #84D75B; }
a { background-color: rgb(132,215,91); }
div.DivClassName
{
background-color: #84D75B;
}
.BgClassName
{
background-color: #84D75B;
}
</style>
border-color css
<style>
span { border-color: #84D75B; }
span { border-color: rgb(132,215,91); }
td.TdClassName
{
border-color: #84D75B;
}
.TagClassName
{
border-color: #84D75B;
}
</style>