Shades of Mantis #84D546
Tints of Mantis #84D546
RGB
CMYK
RGB Variations
Color information
#84D546 (or 0x84D546) is known color: Mantis. HEX triplet: 84, D5 and 46. RGB value is (132,213,70). Sum of RGB (Red+Green+Blue) = 132+213+70=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #84D546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D546 is #7B2AB9. Grayscale: #ACACAC. Windows color (decimal): -8071866 or 4642180. OLE color: 4642180.
HSL color Cylindrical-coordinate representation of color #84D546: hue angle of 93.99º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84D546 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 70 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.16 |
| HSL | 93.99º | 0.63% | 0.55% | - |
| HSV(B) | 93.99º | 0.67% | 0.84% | - |
| XYZ | 34.42 | 52.94 | 14.2 | - |
| YUV | 172.48 | 70.16 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 70 | 0.38 | 0 | 0.67 | 0.16 | 93.99 | 0.63 | 0.55 |
| Hex | 84 | D5 | 46 | 26 | 0 | 43 | 10 | 5E | 3F | 37 |
| Octal | 204 | 325 | 106 | 46 | 0 | 103 | 20 | 136 | 77 | 67 |
| Binary | 10000100 | 11010101 | 1000110 | 100110 | 0 | 1000011 | 10000 | 1011110 | 111111 | 110111 |
Color Harmonies of #84D546
Complementary color
Monochromatic Colors of #84D546
Black with #84D546
Text Example
Text Example
White with #84D546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D546; }
p { color: rgb(132,213,70); }
H1.HeaderClassName
{
color: #84D546;
}
.AnyTagClassName
{
color: #84D546;
}
</style>
background-color css
<style>
a { background-color: #84D546; }
a { background-color: rgb(132,213,70); }
div.DivClassName
{
background-color: #84D546;
}
.BgClassName
{
background-color: #84D546;
}
</style>
border-color css
<style>
span { border-color: #84D546; }
span { border-color: rgb(132,213,70); }
td.TdClassName
{
border-color: #84D546;
}
.TagClassName
{
border-color: #84D546;
}
</style>