Shades of Mantis #84C543
Tints of Mantis #84C543
RGB
CMYK
RGB Variations
Color information
#84C543 (or 0x84C543) is known color: Mantis. HEX triplet: 84, C5 and 43. RGB value is (132,197,67). Sum of RGB (Red+Green+Blue) = 132+197+67=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #84C543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C543 is #7B3ABC. Grayscale: #A3A3A3. Windows color (decimal): -8075965 or 4441476. OLE color: 4441476.
HSL color Cylindrical-coordinate representation of color #84C543: hue angle of 90º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84C543 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 67 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.23 |
| HSL | 90º | 0.53% | 0.52% | - |
| HSV(B) | 90º | 0.66% | 0.77% | - |
| XYZ | 30.5 | 45.24 | 12.44 | - |
| YUV | 162.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 67 | 0.33 | 0 | 0.66 | 0.23 | 90 | 0.53 | 0.52 |
| Hex | 84 | C5 | 43 | 21 | 0 | 42 | 17 | 5A | 35 | 34 |
| Octal | 204 | 305 | 103 | 41 | 0 | 102 | 27 | 132 | 65 | 64 |
| Binary | 10000100 | 11000101 | 1000011 | 100001 | 0 | 1000010 | 10111 | 1011010 | 110101 | 110100 |
Color Harmonies of #84C543
Complementary color
Monochromatic Colors of #84C543
Black with #84C543
Text Example
Text Example
White with #84C543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C543; }
p { color: rgb(132,197,67); }
H1.HeaderClassName
{
color: #84C543;
}
.AnyTagClassName
{
color: #84C543;
}
</style>
background-color css
<style>
a { background-color: #84C543; }
a { background-color: rgb(132,197,67); }
div.DivClassName
{
background-color: #84C543;
}
.BgClassName
{
background-color: #84C543;
}
</style>
border-color css
<style>
span { border-color: #84C543; }
span { border-color: rgb(132,197,67); }
td.TdClassName
{
border-color: #84C543;
}
.TagClassName
{
border-color: #84C543;
}
</style>