Shades of Mantis #84C64C
Tints of Mantis #84C64C
RGB
CMYK
RGB Variations
Color information
#84C64C (or 0x84C64C) is known color: Mantis. HEX triplet: 84, C6 and 4C. RGB value is (132,198,76). Sum of RGB (Red+Green+Blue) = 132+198+76=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #84C64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C64C is #7B39B3. Grayscale: #A4A4A4. Windows color (decimal): -8075700 or 5031556. OLE color: 5031556.
HSL color Cylindrical-coordinate representation of color #84C64C: hue angle of 92.46º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84C64C is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 76 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.22 |
| HSL | 92.46º | 0.52% | 0.54% | - |
| HSV(B) | 92.46º | 0.62% | 0.78% | - |
| XYZ | 31.01 | 45.82 | 14.05 | - |
| YUV | 164.36 | 78.13 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 76 | 0.33 | 0 | 0.62 | 0.22 | 92.46 | 0.52 | 0.54 |
| Hex | 84 | C6 | 4C | 21 | 0 | 3E | 16 | 5C | 34 | 36 |
| Octal | 204 | 306 | 114 | 41 | 0 | 76 | 26 | 134 | 64 | 66 |
| Binary | 10000100 | 11000110 | 1001100 | 100001 | 0 | 111110 | 10110 | 1011100 | 110100 | 110110 |
Color Harmonies of #84C64C
Complementary color
Monochromatic Colors of #84C64C
Black with #84C64C
Text Example
Text Example
White with #84C64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C64C; }
p { color: rgb(132,198,76); }
H1.HeaderClassName
{
color: #84C64C;
}
.AnyTagClassName
{
color: #84C64C;
}
</style>
background-color css
<style>
a { background-color: #84C64C; }
a { background-color: rgb(132,198,76); }
div.DivClassName
{
background-color: #84C64C;
}
.BgClassName
{
background-color: #84C64C;
}
</style>
border-color css
<style>
span { border-color: #84C64C; }
span { border-color: rgb(132,198,76); }
td.TdClassName
{
border-color: #84C64C;
}
.TagClassName
{
border-color: #84C64C;
}
</style>