Shades of Mantis #83D25B
Tints of Mantis #83D25B
RGB
CMYK
RGB Variations
Color information
#83D25B (or 0x83D25B) is known color: Mantis. HEX triplet: 83, D2 and 5B. RGB value is (131,210,91). Sum of RGB (Red+Green+Blue) = 131+210+91=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #83D25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D25B is #7C2DA4. Grayscale: #ADADAD. Windows color (decimal): -8138149 or 6017667. OLE color: 6017667.
HSL color Cylindrical-coordinate representation of color #83D25B: hue angle of 99.83º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83D25B is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 91 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.18 |
| HSL | 99.83º | 0.57% | 0.59% | - |
| HSV(B) | 99.83º | 0.57% | 0.82% | - |
| XYZ | 34.29 | 51.67 | 18.06 | - |
| YUV | 172.81 | 81.83 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 91 | 0.38 | 0 | 0.57 | 0.18 | 99.83 | 0.57 | 0.59 |
| Hex | 83 | D2 | 5B | 26 | 0 | 39 | 12 | 64 | 39 | 3B |
| Octal | 203 | 322 | 133 | 46 | 0 | 71 | 22 | 144 | 71 | 73 |
| Binary | 10000011 | 11010010 | 1011011 | 100110 | 0 | 111001 | 10010 | 1100100 | 111001 | 111011 |
Color Harmonies of #83D25B
Complementary color
Monochromatic Colors of #83D25B
Black with #83D25B
Text Example
Text Example
White with #83D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D25B; }
p { color: rgb(131,210,91); }
H1.HeaderClassName
{
color: #83D25B;
}
.AnyTagClassName
{
color: #83D25B;
}
</style>
background-color css
<style>
a { background-color: #83D25B; }
a { background-color: rgb(131,210,91); }
div.DivClassName
{
background-color: #83D25B;
}
.BgClassName
{
background-color: #83D25B;
}
</style>
border-color css
<style>
span { border-color: #83D25B; }
span { border-color: rgb(131,210,91); }
td.TdClassName
{
border-color: #83D25B;
}
.TagClassName
{
border-color: #83D25B;
}
</style>