Shades of Mantis #84D95C
Tints of Mantis #84D95C
RGB
CMYK
RGB Variations
Color information
#84D95C (or 0x84D95C) is known color: Mantis. HEX triplet: 84, D9 and 5C. RGB value is (132,217,92). Sum of RGB (Red+Green+Blue) = 132+217+92=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #84D95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D95C is #7B26A3. Grayscale: #B1B1B1. Windows color (decimal): -8070820 or 6084996. OLE color: 6084996.
HSL color Cylindrical-coordinate representation of color #84D95C: hue angle of 100.8º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84D95C is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 92 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.15 |
| HSL | 100.8º | 0.62% | 0.61% | - |
| HSV(B) | 100.8º | 0.58% | 0.85% | - |
| XYZ | 36.26 | 55.3 | 18.89 | - |
| YUV | 177.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 92 | 0.39 | 0 | 0.58 | 0.15 | 100.8 | 0.62 | 0.61 |
| Hex | 84 | D9 | 5C | 27 | 0 | 3A | F | 65 | 3E | 3D |
| Octal | 204 | 331 | 134 | 47 | 0 | 72 | 17 | 145 | 76 | 75 |
| Binary | 10000100 | 11011001 | 1011100 | 100111 | 0 | 111010 | 1111 | 1100101 | 111110 | 111101 |
Color Harmonies of #84D95C
Complementary color
Monochromatic Colors of #84D95C
Black with #84D95C
Text Example
Text Example
White with #84D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D95C; }
p { color: rgb(132,217,92); }
H1.HeaderClassName
{
color: #84D95C;
}
.AnyTagClassName
{
color: #84D95C;
}
</style>
background-color css
<style>
a { background-color: #84D95C; }
a { background-color: rgb(132,217,92); }
div.DivClassName
{
background-color: #84D95C;
}
.BgClassName
{
background-color: #84D95C;
}
</style>
border-color css
<style>
span { border-color: #84D95C; }
span { border-color: rgb(132,217,92); }
td.TdClassName
{
border-color: #84D95C;
}
.TagClassName
{
border-color: #84D95C;
}
</style>