Shades of Mantis #83C471
Tints of Mantis #83C471
RGB
CMYK
RGB Variations
Color information
#83C471 (or 0x83C471) is known color: Mantis. HEX triplet: 83, C4 and 71. RGB value is (131,196,113). Sum of RGB (Red+Green+Blue) = 131+196+113=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #83C471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C471 is #7C3B8E. Grayscale: #A7A7A7. Windows color (decimal): -8141711 or 7455875. OLE color: 7455875.
HSL color Cylindrical-coordinate representation of color #83C471: hue angle of 106.99º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83C471 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 196 | 113 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.23 |
| HSL | 106.99º | 0.41% | 0.61% | - |
| HSV(B) | 106.99º | 0.42% | 0.77% | - |
| XYZ | 32.08 | 45.5 | 22.71 | - |
| YUV | 167.1 | 97.47 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 196 | 113 | 0.33 | 0 | 0.42 | 0.23 | 106.99 | 0.41 | 0.61 |
| Hex | 83 | C4 | 71 | 21 | 0 | 2A | 17 | 6B | 29 | 3D |
| Octal | 203 | 304 | 161 | 41 | 0 | 52 | 27 | 153 | 51 | 75 |
| Binary | 10000011 | 11000100 | 1110001 | 100001 | 0 | 101010 | 10111 | 1101011 | 101001 | 111101 |
Color Harmonies of #83C471
Complementary color
Monochromatic Colors of #83C471
Black with #83C471
Text Example
Text Example
White with #83C471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C471; }
p { color: rgb(131,196,113); }
H1.HeaderClassName
{
color: #83C471;
}
.AnyTagClassName
{
color: #83C471;
}
</style>
background-color css
<style>
a { background-color: #83C471; }
a { background-color: rgb(131,196,113); }
div.DivClassName
{
background-color: #83C471;
}
.BgClassName
{
background-color: #83C471;
}
</style>
border-color css
<style>
span { border-color: #83C471; }
span { border-color: rgb(131,196,113); }
td.TdClassName
{
border-color: #83C471;
}
.TagClassName
{
border-color: #83C471;
}
</style>