Shades of Mantis #83BC61
Tints of Mantis #83BC61
RGB
CMYK
RGB Variations
Color information
#83BC61 (or 0x83BC61) is known color: Mantis. HEX triplet: 83, BC and 61. RGB value is (131,188,97). Sum of RGB (Red+Green+Blue) = 131+188+97=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC61 is #7C439E. Grayscale: #A0A0A0. Windows color (decimal): -8143775 or 6405251. OLE color: 6405251.
HSL color Cylindrical-coordinate representation of color #83BC61: hue angle of 97.58º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83BC61 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 97 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.26 |
| HSL | 97.58º | 0.4% | 0.56% | - |
| HSV(B) | 97.58º | 0.48% | 0.74% | - |
| XYZ | 29.5 | 41.65 | 17.79 | - |
| YUV | 160.58 | 92.12 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 97 | 0.30 | 0 | 0.48 | 0.26 | 97.58 | 0.4 | 0.56 |
| Hex | 83 | BC | 61 | 1E | 0 | 30 | 1A | 62 | 28 | 38 |
| Octal | 203 | 274 | 141 | 36 | 0 | 60 | 32 | 142 | 50 | 70 |
| Binary | 10000011 | 10111100 | 1100001 | 11110 | 0 | 110000 | 11010 | 1100010 | 101000 | 111000 |
Color Harmonies of #83BC61
Complementary color
Monochromatic Colors of #83BC61
Black with #83BC61
Text Example
Text Example
White with #83BC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC61; }
p { color: rgb(131,188,97); }
H1.HeaderClassName
{
color: #83BC61;
}
.AnyTagClassName
{
color: #83BC61;
}
</style>
background-color css
<style>
a { background-color: #83BC61; }
a { background-color: rgb(131,188,97); }
div.DivClassName
{
background-color: #83BC61;
}
.BgClassName
{
background-color: #83BC61;
}
</style>
border-color css
<style>
span { border-color: #83BC61; }
span { border-color: rgb(131,188,97); }
td.TdClassName
{
border-color: #83BC61;
}
.TagClassName
{
border-color: #83BC61;
}
</style>