Shades of Mantis #83C946
Tints of Mantis #83C946
RGB
CMYK
RGB Variations
Color information
#83C946 (or 0x83C946) is known color: Mantis. HEX triplet: 83, C9 and 46. RGB value is (131,201,70). Sum of RGB (Red+Green+Blue) = 131+201+70=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #83C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C946 is #7C36B9. Grayscale: #A5A5A5. Windows color (decimal): -8140474 or 4639107. OLE color: 4639107.
HSL color Cylindrical-coordinate representation of color #83C946: hue angle of 92.06º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83C946 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 70 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.21 |
| HSL | 92.06º | 0.55% | 0.53% | - |
| HSV(B) | 92.06º | 0.65% | 0.79% | - |
| XYZ | 31.35 | 47.04 | 13.22 | - |
| YUV | 165.14 | 74.31 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 70 | 0.35 | 0 | 0.65 | 0.21 | 92.06 | 0.55 | 0.53 |
| Hex | 83 | C9 | 46 | 23 | 0 | 41 | 15 | 5C | 37 | 35 |
| Octal | 203 | 311 | 106 | 43 | 0 | 101 | 25 | 134 | 67 | 65 |
| Binary | 10000011 | 11001001 | 1000110 | 100011 | 0 | 1000001 | 10101 | 1011100 | 110111 | 110101 |
Color Harmonies of #83C946
Complementary color
Monochromatic Colors of #83C946
Black with #83C946
Text Example
Text Example
White with #83C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C946; }
p { color: rgb(131,201,70); }
H1.HeaderClassName
{
color: #83C946;
}
.AnyTagClassName
{
color: #83C946;
}
</style>
background-color css
<style>
a { background-color: #83C946; }
a { background-color: rgb(131,201,70); }
div.DivClassName
{
background-color: #83C946;
}
.BgClassName
{
background-color: #83C946;
}
</style>
border-color css
<style>
span { border-color: #83C946; }
span { border-color: rgb(131,201,70); }
td.TdClassName
{
border-color: #83C946;
}
.TagClassName
{
border-color: #83C946;
}
</style>