Shades of Mantis #84D74C
Tints of Mantis #84D74C
RGB
CMYK
RGB Variations
Color information
#84D74C (or 0x84D74C) is known color: Mantis. HEX triplet: 84, D7 and 4C. RGB value is (132,215,76). Sum of RGB (Red+Green+Blue) = 132+215+76=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #84D74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D74C is #7B28B3. Grayscale: #AEAEAE. Windows color (decimal): -8071348 or 5035908. OLE color: 5035908.
HSL color Cylindrical-coordinate representation of color #84D74C: hue angle of 95.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84D74C is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 76 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.16 |
| HSL | 95.83º | 0.63% | 0.57% | - |
| HSV(B) | 95.83º | 0.65% | 0.84% | - |
| XYZ | 35.12 | 54.03 | 15.41 | - |
| YUV | 174.34 | 72.5 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 76 | 0.39 | 0 | 0.65 | 0.16 | 95.83 | 0.63 | 0.57 |
| Hex | 84 | D7 | 4C | 27 | 0 | 41 | 10 | 60 | 3F | 39 |
| Octal | 204 | 327 | 114 | 47 | 0 | 101 | 20 | 140 | 77 | 71 |
| Binary | 10000100 | 11010111 | 1001100 | 100111 | 0 | 1000001 | 10000 | 1100000 | 111111 | 111001 |
Color Harmonies of #84D74C
Complementary color
Monochromatic Colors of #84D74C
Black with #84D74C
Text Example
Text Example
White with #84D74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D74C; }
p { color: rgb(132,215,76); }
H1.HeaderClassName
{
color: #84D74C;
}
.AnyTagClassName
{
color: #84D74C;
}
</style>
background-color css
<style>
a { background-color: #84D74C; }
a { background-color: rgb(132,215,76); }
div.DivClassName
{
background-color: #84D74C;
}
.BgClassName
{
background-color: #84D74C;
}
</style>
border-color css
<style>
span { border-color: #84D74C; }
span { border-color: rgb(132,215,76); }
td.TdClassName
{
border-color: #84D74C;
}
.TagClassName
{
border-color: #84D74C;
}
</style>