Shades of Mantis #84C943
Tints of Mantis #84C943
RGB
CMYK
RGB Variations
Color information
#84C943 (or 0x84C943) is known color: Mantis. HEX triplet: 84, C9 and 43. RGB value is (132,201,67). Sum of RGB (Red+Green+Blue) = 132+201+67=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #84C943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C943 is #7B36BC. Grayscale: #A5A5A5. Windows color (decimal): -8074941 or 4442500. OLE color: 4442500.
HSL color Cylindrical-coordinate representation of color #84C943: hue angle of 90.9º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84C943 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 67 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.21 |
| HSL | 90.9º | 0.55% | 0.53% | - |
| HSV(B) | 90.9º | 0.67% | 0.79% | - |
| XYZ | 31.42 | 47.08 | 12.74 | - |
| YUV | 165.09 | 72.64 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 67 | 0.34 | 0 | 0.67 | 0.21 | 90.9 | 0.55 | 0.53 |
| Hex | 84 | C9 | 43 | 22 | 0 | 43 | 15 | 5B | 37 | 35 |
| Octal | 204 | 311 | 103 | 42 | 0 | 103 | 25 | 133 | 67 | 65 |
| Binary | 10000100 | 11001001 | 1000011 | 100010 | 0 | 1000011 | 10101 | 1011011 | 110111 | 110101 |
Color Harmonies of #84C943
Complementary color
Monochromatic Colors of #84C943
Black with #84C943
Text Example
Text Example
White with #84C943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C943; }
p { color: rgb(132,201,67); }
H1.HeaderClassName
{
color: #84C943;
}
.AnyTagClassName
{
color: #84C943;
}
</style>
background-color css
<style>
a { background-color: #84C943; }
a { background-color: rgb(132,201,67); }
div.DivClassName
{
background-color: #84C943;
}
.BgClassName
{
background-color: #84C943;
}
</style>
border-color css
<style>
span { border-color: #84C943; }
span { border-color: rgb(132,201,67); }
td.TdClassName
{
border-color: #84C943;
}
.TagClassName
{
border-color: #84C943;
}
</style>