Shades of Mantis #84C65C
Tints of Mantis #84C65C
RGB
CMYK
RGB Variations
Color information
#84C65C (or 0x84C65C) is known color: Mantis. HEX triplet: 84, C6 and 5C. RGB value is (132,198,92). Sum of RGB (Red+Green+Blue) = 132+198+92=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #84C65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C65C is #7B39A3. Grayscale: #A6A6A6. Windows color (decimal): -8075684 or 6080132. OLE color: 6080132.
HSL color Cylindrical-coordinate representation of color #84C65C: hue angle of 97.36º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84C65C is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 92 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.22 |
| HSL | 97.36º | 0.48% | 0.57% | - |
| HSV(B) | 97.36º | 0.54% | 0.78% | - |
| XYZ | 31.64 | 46.07 | 17.35 | - |
| YUV | 166.18 | 86.13 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 92 | 0.33 | 0 | 0.54 | 0.22 | 97.36 | 0.48 | 0.57 |
| Hex | 84 | C6 | 5C | 21 | 0 | 36 | 16 | 61 | 30 | 39 |
| Octal | 204 | 306 | 134 | 41 | 0 | 66 | 26 | 141 | 60 | 71 |
| Binary | 10000100 | 11000110 | 1011100 | 100001 | 0 | 110110 | 10110 | 1100001 | 110000 | 111001 |
Color Harmonies of #84C65C
Complementary color
Monochromatic Colors of #84C65C
Black with #84C65C
Text Example
Text Example
White with #84C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C65C; }
p { color: rgb(132,198,92); }
H1.HeaderClassName
{
color: #84C65C;
}
.AnyTagClassName
{
color: #84C65C;
}
</style>
background-color css
<style>
a { background-color: #84C65C; }
a { background-color: rgb(132,198,92); }
div.DivClassName
{
background-color: #84C65C;
}
.BgClassName
{
background-color: #84C65C;
}
</style>
border-color css
<style>
span { border-color: #84C65C; }
span { border-color: rgb(132,198,92); }
td.TdClassName
{
border-color: #84C65C;
}
.TagClassName
{
border-color: #84C65C;
}
</style>