Shades of Mantis #83BF6D
Tints of Mantis #83BF6D
RGB
CMYK
RGB Variations
Color information
#83BF6D (or 0x83BF6D) is known color: Mantis. HEX triplet: 83, BF and 6D. RGB value is (131,191,109). Sum of RGB (Red+Green+Blue) = 131+191+109=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BF6D is #7C4092. Grayscale: #A3A3A3. Windows color (decimal): -8142995 or 7192451. OLE color: 7192451.
HSL color Cylindrical-coordinate representation of color #83BF6D: hue angle of 103.9º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83BF6D is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 109 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.25 |
| HSL | 103.9º | 0.39% | 0.59% | - |
| HSV(B) | 103.9º | 0.43% | 0.75% | - |
| XYZ | 30.75 | 43.19 | 21.18 | - |
| YUV | 163.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 109 | 0.31 | 0 | 0.43 | 0.25 | 103.9 | 0.39 | 0.59 |
| Hex | 83 | BF | 6D | 1F | 0 | 2B | 19 | 68 | 27 | 3B |
| Octal | 203 | 277 | 155 | 37 | 0 | 53 | 31 | 150 | 47 | 73 |
| Binary | 10000011 | 10111111 | 1101101 | 11111 | 0 | 101011 | 11001 | 1101000 | 100111 | 111011 |
Color Harmonies of #83BF6D
Complementary color
Monochromatic Colors of #83BF6D
Black with #83BF6D
Text Example
Text Example
White with #83BF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF6D; }
p { color: rgb(131,191,109); }
H1.HeaderClassName
{
color: #83BF6D;
}
.AnyTagClassName
{
color: #83BF6D;
}
</style>
background-color css
<style>
a { background-color: #83BF6D; }
a { background-color: rgb(131,191,109); }
div.DivClassName
{
background-color: #83BF6D;
}
.BgClassName
{
background-color: #83BF6D;
}
</style>
border-color css
<style>
span { border-color: #83BF6D; }
span { border-color: rgb(131,191,109); }
td.TdClassName
{
border-color: #83BF6D;
}
.TagClassName
{
border-color: #83BF6D;
}
</style>