Shades of Mantis #83CE58
Tints of Mantis #83CE58
RGB
CMYK
RGB Variations
Color information
#83CE58 (or 0x83CE58) is known color: Mantis. HEX triplet: 83, CE and 58. RGB value is (131,206,88). Sum of RGB (Red+Green+Blue) = 131+206+88=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #83CE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CE58 is #7C31A7. Grayscale: #AAAAAA. Windows color (decimal): -8139176 or 5820035. OLE color: 5820035.
HSL color Cylindrical-coordinate representation of color #83CE58: hue angle of 98.14º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83CE58 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 88 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.19 |
| HSL | 98.14º | 0.55% | 0.58% | - |
| HSV(B) | 98.14º | 0.57% | 0.81% | - |
| XYZ | 33.19 | 49.67 | 17.07 | - |
| YUV | 170.12 | 81.65 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 88 | 0.36 | 0 | 0.57 | 0.19 | 98.14 | 0.55 | 0.58 |
| Hex | 83 | CE | 58 | 24 | 0 | 39 | 13 | 62 | 37 | 3A |
| Octal | 203 | 316 | 130 | 44 | 0 | 71 | 23 | 142 | 67 | 72 |
| Binary | 10000011 | 11001110 | 1011000 | 100100 | 0 | 111001 | 10011 | 1100010 | 110111 | 111010 |
Color Harmonies of #83CE58
Complementary color
Monochromatic Colors of #83CE58
Black with #83CE58
Text Example
Text Example
White with #83CE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CE58; }
p { color: rgb(131,206,88); }
H1.HeaderClassName
{
color: #83CE58;
}
.AnyTagClassName
{
color: #83CE58;
}
</style>
background-color css
<style>
a { background-color: #83CE58; }
a { background-color: rgb(131,206,88); }
div.DivClassName
{
background-color: #83CE58;
}
.BgClassName
{
background-color: #83CE58;
}
</style>
border-color css
<style>
span { border-color: #83CE58; }
span { border-color: rgb(131,206,88); }
td.TdClassName
{
border-color: #83CE58;
}
.TagClassName
{
border-color: #83CE58;
}
</style>