Shades of Mantis #83C95F
Tints of Mantis #83C95F
RGB
CMYK
RGB Variations
Color information
#83C95F (or 0x83C95F) is known color: Mantis. HEX triplet: 83, C9 and 5F. RGB value is (131,201,95). Sum of RGB (Red+Green+Blue) = 131+201+95=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #83C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C95F is #7C36A0. Grayscale: #A8A8A8. Windows color (decimal): -8140449 or 6277507. OLE color: 6277507.
HSL color Cylindrical-coordinate representation of color #83C95F: hue angle of 99.62º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83C95F is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 95 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.21 |
| HSL | 99.62º | 0.5% | 0.58% | - |
| HSV(B) | 99.62º | 0.53% | 0.79% | - |
| XYZ | 32.31 | 47.42 | 18.28 | - |
| YUV | 167.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 95 | 0.35 | 0 | 0.53 | 0.21 | 99.62 | 0.5 | 0.58 |
| Hex | 83 | C9 | 5F | 23 | 0 | 35 | 15 | 64 | 32 | 3A |
| Octal | 203 | 311 | 137 | 43 | 0 | 65 | 25 | 144 | 62 | 72 |
| Binary | 10000011 | 11001001 | 1011111 | 100011 | 0 | 110101 | 10101 | 1100100 | 110010 | 111010 |
Color Harmonies of #83C95F
Complementary color
Monochromatic Colors of #83C95F
Black with #83C95F
Text Example
Text Example
White with #83C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C95F; }
p { color: rgb(131,201,95); }
H1.HeaderClassName
{
color: #83C95F;
}
.AnyTagClassName
{
color: #83C95F;
}
</style>
background-color css
<style>
a { background-color: #83C95F; }
a { background-color: rgb(131,201,95); }
div.DivClassName
{
background-color: #83C95F;
}
.BgClassName
{
background-color: #83C95F;
}
</style>
border-color css
<style>
span { border-color: #83C95F; }
span { border-color: rgb(131,201,95); }
td.TdClassName
{
border-color: #83C95F;
}
.TagClassName
{
border-color: #83C95F;
}
</style>