Shades of Mantis #83C94F
Tints of Mantis #83C94F
RGB
CMYK
RGB Variations
Color information
#83C94F (or 0x83C94F) is known color: Mantis. HEX triplet: 83, C9 and 4F. RGB value is (131,201,79). Sum of RGB (Red+Green+Blue) = 131+201+79=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #83C94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C94F is #7C36B0. Grayscale: #A6A6A6. Windows color (decimal): -8140465 or 5228931. OLE color: 5228931.
HSL color Cylindrical-coordinate representation of color #83C94F: hue angle of 94.43º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83C94F is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 79 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.21 |
| HSL | 94.43º | 0.53% | 0.55% | - |
| HSV(B) | 94.43º | 0.61% | 0.79% | - |
| XYZ | 31.66 | 47.16 | 14.83 | - |
| YUV | 166.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 79 | 0.35 | 0 | 0.61 | 0.21 | 94.43 | 0.53 | 0.55 |
| Hex | 83 | C9 | 4F | 23 | 0 | 3D | 15 | 5E | 35 | 37 |
| Octal | 203 | 311 | 117 | 43 | 0 | 75 | 25 | 136 | 65 | 67 |
| Binary | 10000011 | 11001001 | 1001111 | 100011 | 0 | 111101 | 10101 | 1011110 | 110101 | 110111 |
Color Harmonies of #83C94F
Complementary color
Monochromatic Colors of #83C94F
Black with #83C94F
Text Example
Text Example
White with #83C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C94F; }
p { color: rgb(131,201,79); }
H1.HeaderClassName
{
color: #83C94F;
}
.AnyTagClassName
{
color: #83C94F;
}
</style>
background-color css
<style>
a { background-color: #83C94F; }
a { background-color: rgb(131,201,79); }
div.DivClassName
{
background-color: #83C94F;
}
.BgClassName
{
background-color: #83C94F;
}
</style>
border-color css
<style>
span { border-color: #83C94F; }
span { border-color: rgb(131,201,79); }
td.TdClassName
{
border-color: #83C94F;
}
.TagClassName
{
border-color: #83C94F;
}
</style>