Shades of Mantis #83CE55
Tints of Mantis #83CE55
RGB
CMYK
RGB Variations
Color information
#83CE55 (or 0x83CE55) is known color: Mantis. HEX triplet: 83, CE and 55. RGB value is (131,206,85). Sum of RGB (Red+Green+Blue) = 131+206+85=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #83CE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CE55 is #7C31AA. Grayscale: #AAAAAA. Windows color (decimal): -8139179 or 5623427. OLE color: 5623427.
HSL color Cylindrical-coordinate representation of color #83CE55: hue angle of 97.19º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83CE55 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 85 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.19 |
| HSL | 97.19º | 0.55% | 0.57% | - |
| HSV(B) | 97.19º | 0.59% | 0.81% | - |
| XYZ | 33.07 | 49.62 | 16.43 | - |
| YUV | 169.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 85 | 0.36 | 0 | 0.59 | 0.19 | 97.19 | 0.55 | 0.57 |
| Hex | 83 | CE | 55 | 24 | 0 | 3B | 13 | 61 | 37 | 39 |
| Octal | 203 | 316 | 125 | 44 | 0 | 73 | 23 | 141 | 67 | 71 |
| Binary | 10000011 | 11001110 | 1010101 | 100100 | 0 | 111011 | 10011 | 1100001 | 110111 | 111001 |
Color Harmonies of #83CE55
Complementary color
Monochromatic Colors of #83CE55
Black with #83CE55
Text Example
Text Example
White with #83CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CE55; }
p { color: rgb(131,206,85); }
H1.HeaderClassName
{
color: #83CE55;
}
.AnyTagClassName
{
color: #83CE55;
}
</style>
background-color css
<style>
a { background-color: #83CE55; }
a { background-color: rgb(131,206,85); }
div.DivClassName
{
background-color: #83CE55;
}
.BgClassName
{
background-color: #83CE55;
}
</style>
border-color css
<style>
span { border-color: #83CE55; }
span { border-color: rgb(131,206,85); }
td.TdClassName
{
border-color: #83CE55;
}
.TagClassName
{
border-color: #83CE55;
}
</style>