Shades of Mantis #83C94D
Tints of Mantis #83C94D
RGB
CMYK
RGB Variations
Color information
#83C94D (or 0x83C94D) is known color: Mantis. HEX triplet: 83, C9 and 4D. RGB value is (131,201,77). Sum of RGB (Red+Green+Blue) = 131+201+77=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #83C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C94D is #7C36B2. Grayscale: #A6A6A6. Windows color (decimal): -8140467 or 5097859. OLE color: 5097859.
HSL color Cylindrical-coordinate representation of color #83C94D: hue angle of 93.87º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83C94D is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 77 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.21 |
| HSL | 93.87º | 0.53% | 0.55% | - |
| HSV(B) | 93.87º | 0.62% | 0.79% | - |
| XYZ | 31.59 | 47.13 | 14.45 | - |
| YUV | 165.93 | 77.81 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 77 | 0.35 | 0 | 0.62 | 0.21 | 93.87 | 0.53 | 0.55 |
| Hex | 83 | C9 | 4D | 23 | 0 | 3E | 15 | 5E | 35 | 37 |
| Octal | 203 | 311 | 115 | 43 | 0 | 76 | 25 | 136 | 65 | 67 |
| Binary | 10000011 | 11001001 | 1001101 | 100011 | 0 | 111110 | 10101 | 1011110 | 110101 | 110111 |
Color Harmonies of #83C94D
Complementary color
Monochromatic Colors of #83C94D
Black with #83C94D
Text Example
Text Example
White with #83C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C94D; }
p { color: rgb(131,201,77); }
H1.HeaderClassName
{
color: #83C94D;
}
.AnyTagClassName
{
color: #83C94D;
}
</style>
background-color css
<style>
a { background-color: #83C94D; }
a { background-color: rgb(131,201,77); }
div.DivClassName
{
background-color: #83C94D;
}
.BgClassName
{
background-color: #83C94D;
}
</style>
border-color css
<style>
span { border-color: #83C94D; }
span { border-color: rgb(131,201,77); }
td.TdClassName
{
border-color: #83C94D;
}
.TagClassName
{
border-color: #83C94D;
}
</style>