Shades of Mantis #83C84C
Tints of Mantis #83C84C
RGB
CMYK
RGB Variations
Color information
#83C84C (or 0x83C84C) is known color: Mantis. HEX triplet: 83, C8 and 4C. RGB value is (131,200,76). Sum of RGB (Red+Green+Blue) = 131+200+76=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #83C84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C84C is #7C37B3. Grayscale: #A5A5A5. Windows color (decimal): -8140724 or 5032067. OLE color: 5032067.
HSL color Cylindrical-coordinate representation of color #83C84C: hue angle of 93.39º degrees, saturation: 0.53, 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 #83C84C is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 76 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.22 |
| HSL | 93.39º | 0.53% | 0.54% | - |
| HSV(B) | 93.39º | 0.62% | 0.78% | - |
| XYZ | 31.32 | 46.66 | 14.19 | - |
| YUV | 165.23 | 77.64 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 76 | 0.34 | 0 | 0.62 | 0.22 | 93.39 | 0.53 | 0.54 |
| Hex | 83 | C8 | 4C | 22 | 0 | 3E | 16 | 5D | 35 | 36 |
| Octal | 203 | 310 | 114 | 42 | 0 | 76 | 26 | 135 | 65 | 66 |
| Binary | 10000011 | 11001000 | 1001100 | 100010 | 0 | 111110 | 10110 | 1011101 | 110101 | 110110 |
Color Harmonies of #83C84C
Complementary color
Monochromatic Colors of #83C84C
Black with #83C84C
Text Example
Text Example
White with #83C84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C84C; }
p { color: rgb(131,200,76); }
H1.HeaderClassName
{
color: #83C84C;
}
.AnyTagClassName
{
color: #83C84C;
}
</style>
background-color css
<style>
a { background-color: #83C84C; }
a { background-color: rgb(131,200,76); }
div.DivClassName
{
background-color: #83C84C;
}
.BgClassName
{
background-color: #83C84C;
}
</style>
border-color css
<style>
span { border-color: #83C84C; }
span { border-color: rgb(131,200,76); }
td.TdClassName
{
border-color: #83C84C;
}
.TagClassName
{
border-color: #83C84C;
}
</style>