Shades of Mantis #83E35F
Tints of Mantis #83E35F
RGB
CMYK
RGB Variations
Color information
#83E35F (or 0x83E35F) is known color: Mantis. HEX triplet: 83, E3 and 5F. RGB value is (131,227,95). Sum of RGB (Red+Green+Blue) = 131+227+95=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #83E35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83E35F is #7C1CA0. Grayscale: #B7B7B7. Windows color (decimal): -8133793 or 6284163. OLE color: 6284163.
HSL color Cylindrical-coordinate representation of color #83E35F: hue angle of 103.64º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83E35F is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 227 | 95 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.11 |
| HSL | 103.64º | 0.7% | 0.63% | - |
| HSV(B) | 103.64º | 0.58% | 0.89% | - |
| XYZ | 38.89 | 60.59 | 20.47 | - |
| YUV | 183.25 | 78.2 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 227 | 95 | 0.42 | 0 | 0.58 | 0.11 | 103.64 | 0.7 | 0.63 |
| Hex | 83 | E3 | 5F | 2A | 0 | 3A | B | 68 | 46 | 3F |
| Octal | 203 | 343 | 137 | 52 | 0 | 72 | 13 | 150 | 106 | 77 |
| Binary | 10000011 | 11100011 | 1011111 | 101010 | 0 | 111010 | 1011 | 1101000 | 1000110 | 111111 |
Color Harmonies of #83E35F
Complementary color
Monochromatic Colors of #83E35F
Black with #83E35F
Text Example
Text Example
White with #83E35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E35F; }
p { color: rgb(131,227,95); }
H1.HeaderClassName
{
color: #83E35F;
}
.AnyTagClassName
{
color: #83E35F;
}
</style>
background-color css
<style>
a { background-color: #83E35F; }
a { background-color: rgb(131,227,95); }
div.DivClassName
{
background-color: #83E35F;
}
.BgClassName
{
background-color: #83E35F;
}
</style>
border-color css
<style>
span { border-color: #83E35F; }
span { border-color: rgb(131,227,95); }
td.TdClassName
{
border-color: #83E35F;
}
.TagClassName
{
border-color: #83E35F;
}
</style>