Shades of Mantis #84C944
Tints of Mantis #84C944
RGB
CMYK
RGB Variations
Color information
#84C944 (or 0x84C944) is known color: Mantis. HEX triplet: 84, C9 and 44. RGB value is (132,201,68). Sum of RGB (Red+Green+Blue) = 132+201+68=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #84C944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C944 is #7B36BB. Grayscale: #A5A5A5. Windows color (decimal): -8074940 or 4508036. OLE color: 4508036.
HSL color Cylindrical-coordinate representation of color #84C944: hue angle of 91.13º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84C944 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 68 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.21 |
| HSL | 91.13º | 0.55% | 0.53% | - |
| HSV(B) | 91.13º | 0.66% | 0.79% | - |
| XYZ | 31.45 | 47.1 | 12.9 | - |
| YUV | 165.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 68 | 0.34 | 0 | 0.66 | 0.21 | 91.13 | 0.55 | 0.53 |
| Hex | 84 | C9 | 44 | 22 | 0 | 42 | 15 | 5B | 37 | 35 |
| Octal | 204 | 311 | 104 | 42 | 0 | 102 | 25 | 133 | 67 | 65 |
| Binary | 10000100 | 11001001 | 1000100 | 100010 | 0 | 1000010 | 10101 | 1011011 | 110111 | 110101 |
Color Harmonies of #84C944
Complementary color
Monochromatic Colors of #84C944
Black with #84C944
Text Example
Text Example
White with #84C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C944; }
p { color: rgb(132,201,68); }
H1.HeaderClassName
{
color: #84C944;
}
.AnyTagClassName
{
color: #84C944;
}
</style>
background-color css
<style>
a { background-color: #84C944; }
a { background-color: rgb(132,201,68); }
div.DivClassName
{
background-color: #84C944;
}
.BgClassName
{
background-color: #84C944;
}
</style>
border-color css
<style>
span { border-color: #84C944; }
span { border-color: rgb(132,201,68); }
td.TdClassName
{
border-color: #84C944;
}
.TagClassName
{
border-color: #84C944;
}
</style>