Shades of Mantis #83C359
Tints of Mantis #83C359
RGB
CMYK
RGB Variations
Color information
#83C359 (or 0x83C359) is known color: Mantis. HEX triplet: 83, C3 and 59. RGB value is (131,195,89). Sum of RGB (Red+Green+Blue) = 131+195+89=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #83C359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C359 is #7C3CA6. Grayscale: #A4A4A4. Windows color (decimal): -8141991 or 5882755. OLE color: 5882755.
HSL color Cylindrical-coordinate representation of color #83C359: hue angle of 96.23º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83C359 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 89 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.24 |
| HSL | 96.23º | 0.47% | 0.56% | - |
| HSV(B) | 96.23º | 0.54% | 0.76% | - |
| XYZ | 30.68 | 44.58 | 16.44 | - |
| YUV | 163.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 89 | 0.33 | 0 | 0.54 | 0.24 | 96.23 | 0.47 | 0.56 |
| Hex | 83 | C3 | 59 | 21 | 0 | 36 | 18 | 60 | 2F | 38 |
| Octal | 203 | 303 | 131 | 41 | 0 | 66 | 30 | 140 | 57 | 70 |
| Binary | 10000011 | 11000011 | 1011001 | 100001 | 0 | 110110 | 11000 | 1100000 | 101111 | 111000 |
Color Harmonies of #83C359
Complementary color
Monochromatic Colors of #83C359
Black with #83C359
Text Example
Text Example
White with #83C359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C359; }
p { color: rgb(131,195,89); }
H1.HeaderClassName
{
color: #83C359;
}
.AnyTagClassName
{
color: #83C359;
}
</style>
background-color css
<style>
a { background-color: #83C359; }
a { background-color: rgb(131,195,89); }
div.DivClassName
{
background-color: #83C359;
}
.BgClassName
{
background-color: #83C359;
}
</style>
border-color css
<style>
span { border-color: #83C359; }
span { border-color: rgb(131,195,89); }
td.TdClassName
{
border-color: #83C359;
}
.TagClassName
{
border-color: #83C359;
}
</style>