Shades of Mantis #83BF65
Tints of Mantis #83BF65
RGB
CMYK
RGB Variations
Color information
#83BF65 (or 0x83BF65) is known color: Mantis. HEX triplet: 83, BF and 65. RGB value is (131,191,101). Sum of RGB (Red+Green+Blue) = 131+191+101=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BF65 is #7C409A. Grayscale: #A3A3A3. Windows color (decimal): -8143003 or 6668163. OLE color: 6668163.
HSL color Cylindrical-coordinate representation of color #83BF65: hue angle of 100º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83BF65 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 101 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.25 |
| HSL | 100º | 0.41% | 0.57% | - |
| HSV(B) | 100º | 0.47% | 0.75% | - |
| XYZ | 30.34 | 43.03 | 19.02 | - |
| YUV | 162.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 101 | 0.31 | 0 | 0.47 | 0.25 | 100 | 0.41 | 0.57 |
| Hex | 83 | BF | 65 | 1F | 0 | 2F | 19 | 64 | 29 | 39 |
| Octal | 203 | 277 | 145 | 37 | 0 | 57 | 31 | 144 | 51 | 71 |
| Binary | 10000011 | 10111111 | 1100101 | 11111 | 0 | 101111 | 11001 | 1100100 | 101001 | 111001 |
Color Harmonies of #83BF65
Complementary color
Monochromatic Colors of #83BF65
Black with #83BF65
Text Example
Text Example
White with #83BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF65; }
p { color: rgb(131,191,101); }
H1.HeaderClassName
{
color: #83BF65;
}
.AnyTagClassName
{
color: #83BF65;
}
</style>
background-color css
<style>
a { background-color: #83BF65; }
a { background-color: rgb(131,191,101); }
div.DivClassName
{
background-color: #83BF65;
}
.BgClassName
{
background-color: #83BF65;
}
</style>
border-color css
<style>
span { border-color: #83BF65; }
span { border-color: rgb(131,191,101); }
td.TdClassName
{
border-color: #83BF65;
}
.TagClassName
{
border-color: #83BF65;
}
</style>