Shades of Mantis #83BC4F
Tints of Mantis #83BC4F
RGB
CMYK
RGB Variations
Color information
#83BC4F (or 0x83BC4F) is known color: Mantis. HEX triplet: 83, BC and 4F. RGB value is (131,188,79). Sum of RGB (Red+Green+Blue) = 131+188+79=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC4F is #7C43B0. Grayscale: #9E9E9E. Windows color (decimal): -8143793 or 5225603. OLE color: 5225603.
HSL color Cylindrical-coordinate representation of color #83BC4F: hue angle of 91.38º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83BC4F is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 79 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.26 |
| HSL | 91.38º | 0.45% | 0.52% | - |
| HSV(B) | 91.38º | 0.58% | 0.74% | - |
| XYZ | 28.75 | 41.36 | 13.86 | - |
| YUV | 158.53 | 83.12 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 79 | 0.30 | 0 | 0.58 | 0.26 | 91.38 | 0.45 | 0.52 |
| Hex | 83 | BC | 4F | 1E | 0 | 3A | 1A | 5B | 2D | 34 |
| Octal | 203 | 274 | 117 | 36 | 0 | 72 | 32 | 133 | 55 | 64 |
| Binary | 10000011 | 10111100 | 1001111 | 11110 | 0 | 111010 | 11010 | 1011011 | 101101 | 110100 |
Color Harmonies of #83BC4F
Complementary color
Monochromatic Colors of #83BC4F
Black with #83BC4F
Text Example
Text Example
White with #83BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC4F; }
p { color: rgb(131,188,79); }
H1.HeaderClassName
{
color: #83BC4F;
}
.AnyTagClassName
{
color: #83BC4F;
}
</style>
background-color css
<style>
a { background-color: #83BC4F; }
a { background-color: rgb(131,188,79); }
div.DivClassName
{
background-color: #83BC4F;
}
.BgClassName
{
background-color: #83BC4F;
}
</style>
border-color css
<style>
span { border-color: #83BC4F; }
span { border-color: rgb(131,188,79); }
td.TdClassName
{
border-color: #83BC4F;
}
.TagClassName
{
border-color: #83BC4F;
}
</style>