Shades of Mantis #83D94F
Tints of Mantis #83D94F
RGB
CMYK
RGB Variations
Color information
#83D94F (or 0x83D94F) is known color: Mantis. HEX triplet: 83, D9 and 4F. RGB value is (131,217,79). Sum of RGB (Red+Green+Blue) = 131+217+79=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #83D94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D94F is #7C26B0. Grayscale: #B0B0B0. Windows color (decimal): -8136369 or 5233027. OLE color: 5233027.
HSL color Cylindrical-coordinate representation of color #83D94F: hue angle of 97.39º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83D94F is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 217 | 79 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.15 |
| HSL | 97.39º | 0.64% | 0.58% | - |
| HSV(B) | 97.39º | 0.64% | 0.85% | - |
| XYZ | 35.58 | 55.02 | 16.14 | - |
| YUV | 175.55 | 73.51 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 217 | 79 | 0.40 | 0 | 0.64 | 0.15 | 97.39 | 0.64 | 0.58 |
| Hex | 83 | D9 | 4F | 28 | 0 | 40 | F | 61 | 40 | 3A |
| Octal | 203 | 331 | 117 | 50 | 0 | 100 | 17 | 141 | 100 | 72 |
| Binary | 10000011 | 11011001 | 1001111 | 101000 | 0 | 1000000 | 1111 | 1100001 | 1000000 | 111010 |
Color Harmonies of #83D94F
Complementary color
Monochromatic Colors of #83D94F
Black with #83D94F
Text Example
Text Example
White with #83D94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D94F; }
p { color: rgb(131,217,79); }
H1.HeaderClassName
{
color: #83D94F;
}
.AnyTagClassName
{
color: #83D94F;
}
</style>
background-color css
<style>
a { background-color: #83D94F; }
a { background-color: rgb(131,217,79); }
div.DivClassName
{
background-color: #83D94F;
}
.BgClassName
{
background-color: #83D94F;
}
</style>
border-color css
<style>
span { border-color: #83D94F; }
span { border-color: rgb(131,217,79); }
td.TdClassName
{
border-color: #83D94F;
}
.TagClassName
{
border-color: #83D94F;
}
</style>