Shades of Mantis #83C45F
Tints of Mantis #83C45F
RGB
CMYK
RGB Variations
Color information
#83C45F (or 0x83C45F) is known color: Mantis. HEX triplet: 83, C4 and 5F. RGB value is (131,196,95). Sum of RGB (Red+Green+Blue) = 131+196+95=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #83C45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C45F is #7C3BA0. Grayscale: #A5A5A5. Windows color (decimal): -8141729 or 6276227. OLE color: 6276227.
HSL color Cylindrical-coordinate representation of color #83C45F: hue angle of 98.61º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83C45F is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 196 | 95 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.23 |
| HSL | 98.61º | 0.46% | 0.57% | - |
| HSV(B) | 98.61º | 0.52% | 0.77% | - |
| XYZ | 31.17 | 45.13 | 17.9 | - |
| YUV | 165.05 | 88.47 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 196 | 95 | 0.33 | 0 | 0.52 | 0.23 | 98.61 | 0.46 | 0.57 |
| Hex | 83 | C4 | 5F | 21 | 0 | 34 | 17 | 63 | 2E | 39 |
| Octal | 203 | 304 | 137 | 41 | 0 | 64 | 27 | 143 | 56 | 71 |
| Binary | 10000011 | 11000100 | 1011111 | 100001 | 0 | 110100 | 10111 | 1100011 | 101110 | 111001 |
Color Harmonies of #83C45F
Complementary color
Monochromatic Colors of #83C45F
Black with #83C45F
Text Example
Text Example
White with #83C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C45F; }
p { color: rgb(131,196,95); }
H1.HeaderClassName
{
color: #83C45F;
}
.AnyTagClassName
{
color: #83C45F;
}
</style>
background-color css
<style>
a { background-color: #83C45F; }
a { background-color: rgb(131,196,95); }
div.DivClassName
{
background-color: #83C45F;
}
.BgClassName
{
background-color: #83C45F;
}
</style>
border-color css
<style>
span { border-color: #83C45F; }
span { border-color: rgb(131,196,95); }
td.TdClassName
{
border-color: #83C45F;
}
.TagClassName
{
border-color: #83C45F;
}
</style>