Shades of Mantis #83C341
Tints of Mantis #83C341
RGB
CMYK
RGB Variations
Color information
#83C341 (or 0x83C341) is known color: Mantis. HEX triplet: 83, C3 and 41. RGB value is (131,195,65). Sum of RGB (Red+Green+Blue) = 131+195+65=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #83C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C341 is #7C3CBE. Grayscale: #A1A1A1. Windows color (decimal): -8142015 or 4309891. OLE color: 4309891.
HSL color Cylindrical-coordinate representation of color #83C341: hue angle of 89.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83C341 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 65 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.24 |
| HSL | 89.54º | 0.52% | 0.51% | - |
| HSV(B) | 89.54º | 0.67% | 0.76% | - |
| XYZ | 29.83 | 44.24 | 11.97 | - |
| YUV | 161.04 | 73.8 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 65 | 0.33 | 0 | 0.67 | 0.24 | 89.54 | 0.52 | 0.51 |
| Hex | 83 | C3 | 41 | 21 | 0 | 43 | 18 | 5A | 34 | 33 |
| Octal | 203 | 303 | 101 | 41 | 0 | 103 | 30 | 132 | 64 | 63 |
| Binary | 10000011 | 11000011 | 1000001 | 100001 | 0 | 1000011 | 11000 | 1011010 | 110100 | 110011 |
Color Harmonies of #83C341
Complementary color
Monochromatic Colors of #83C341
Black with #83C341
Text Example
Text Example
White with #83C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C341; }
p { color: rgb(131,195,65); }
H1.HeaderClassName
{
color: #83C341;
}
.AnyTagClassName
{
color: #83C341;
}
</style>
background-color css
<style>
a { background-color: #83C341; }
a { background-color: rgb(131,195,65); }
div.DivClassName
{
background-color: #83C341;
}
.BgClassName
{
background-color: #83C341;
}
</style>
border-color css
<style>
span { border-color: #83C341; }
span { border-color: rgb(131,195,65); }
td.TdClassName
{
border-color: #83C341;
}
.TagClassName
{
border-color: #83C341;
}
</style>