Shades of Mantis #83C14F
Tints of Mantis #83C14F
RGB
CMYK
RGB Variations
Color information
#83C14F (or 0x83C14F) is known color: Mantis. HEX triplet: 83, C1 and 4F. RGB value is (131,193,79). Sum of RGB (Red+Green+Blue) = 131+193+79=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #83C14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C14F is #7C3EB0. Grayscale: #A1A1A1. Windows color (decimal): -8142513 or 5226883. OLE color: 5226883.
HSL color Cylindrical-coordinate representation of color #83C14F: hue angle of 92.63º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83C14F is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 79 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.24 |
| HSL | 92.63º | 0.48% | 0.53% | - |
| HSV(B) | 92.63º | 0.59% | 0.76% | - |
| XYZ | 29.84 | 43.53 | 14.23 | - |
| YUV | 161.47 | 81.46 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 79 | 0.32 | 0 | 0.59 | 0.24 | 92.63 | 0.48 | 0.53 |
| Hex | 83 | C1 | 4F | 20 | 0 | 3B | 18 | 5D | 30 | 35 |
| Octal | 203 | 301 | 117 | 40 | 0 | 73 | 30 | 135 | 60 | 65 |
| Binary | 10000011 | 11000001 | 1001111 | 100000 | 0 | 111011 | 11000 | 1011101 | 110000 | 110101 |
Color Harmonies of #83C14F
Complementary color
Monochromatic Colors of #83C14F
Black with #83C14F
Text Example
Text Example
White with #83C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C14F; }
p { color: rgb(131,193,79); }
H1.HeaderClassName
{
color: #83C14F;
}
.AnyTagClassName
{
color: #83C14F;
}
</style>
background-color css
<style>
a { background-color: #83C14F; }
a { background-color: rgb(131,193,79); }
div.DivClassName
{
background-color: #83C14F;
}
.BgClassName
{
background-color: #83C14F;
}
</style>
border-color css
<style>
span { border-color: #83C14F; }
span { border-color: rgb(131,193,79); }
td.TdClassName
{
border-color: #83C14F;
}
.TagClassName
{
border-color: #83C14F;
}
</style>