Shades of Mantis #83C55F
Tints of Mantis #83C55F
RGB
CMYK
RGB Variations
Color information
#83C55F (or 0x83C55F) is known color: Mantis. HEX triplet: 83, C5 and 5F. RGB value is (131,197,95). Sum of RGB (Red+Green+Blue) = 131+197+95=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #83C55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C55F is #7C3AA0. Grayscale: #A5A5A5. Windows color (decimal): -8141473 or 6276483. OLE color: 6276483.
HSL color Cylindrical-coordinate representation of color #83C55F: hue angle of 98.82º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83C55F is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 95 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.23 |
| HSL | 98.82º | 0.47% | 0.57% | - |
| HSV(B) | 98.82º | 0.52% | 0.77% | - |
| XYZ | 31.39 | 45.58 | 17.97 | - |
| YUV | 165.64 | 88.13 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 95 | 0.34 | 0 | 0.52 | 0.23 | 98.82 | 0.47 | 0.57 |
| Hex | 83 | C5 | 5F | 22 | 0 | 34 | 17 | 63 | 2F | 39 |
| Octal | 203 | 305 | 137 | 42 | 0 | 64 | 27 | 143 | 57 | 71 |
| Binary | 10000011 | 11000101 | 1011111 | 100010 | 0 | 110100 | 10111 | 1100011 | 101111 | 111001 |
Color Harmonies of #83C55F
Complementary color
Monochromatic Colors of #83C55F
Black with #83C55F
Text Example
Text Example
White with #83C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C55F; }
p { color: rgb(131,197,95); }
H1.HeaderClassName
{
color: #83C55F;
}
.AnyTagClassName
{
color: #83C55F;
}
</style>
background-color css
<style>
a { background-color: #83C55F; }
a { background-color: rgb(131,197,95); }
div.DivClassName
{
background-color: #83C55F;
}
.BgClassName
{
background-color: #83C55F;
}
</style>
border-color css
<style>
span { border-color: #83C55F; }
span { border-color: rgb(131,197,95); }
td.TdClassName
{
border-color: #83C55F;
}
.TagClassName
{
border-color: #83C55F;
}
</style>