Shades of Mantis #83D65B
Tints of Mantis #83D65B
RGB
CMYK
RGB Variations
Color information
#83D65B (or 0x83D65B) is known color: Mantis. HEX triplet: 83, D6 and 5B. RGB value is (131,214,91). Sum of RGB (Red+Green+Blue) = 131+214+91=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #83D65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D65B is #7C29A4. Grayscale: #AFAFAF. Windows color (decimal): -8137125 or 6018691. OLE color: 6018691.
HSL color Cylindrical-coordinate representation of color #83D65B: hue angle of 100.49º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83D65B is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 214 | 91 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.16 |
| HSL | 100.49º | 0.6% | 0.6% | - |
| HSV(B) | 100.49º | 0.57% | 0.84% | - |
| XYZ | 35.29 | 53.67 | 18.4 | - |
| YUV | 175.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 214 | 91 | 0.39 | 0 | 0.57 | 0.16 | 100.49 | 0.6 | 0.6 |
| Hex | 83 | D6 | 5B | 27 | 0 | 39 | 10 | 64 | 3C | 3C |
| Octal | 203 | 326 | 133 | 47 | 0 | 71 | 20 | 144 | 74 | 74 |
| Binary | 10000011 | 11010110 | 1011011 | 100111 | 0 | 111001 | 10000 | 1100100 | 111100 | 111100 |
Color Harmonies of #83D65B
Complementary color
Monochromatic Colors of #83D65B
Black with #83D65B
Text Example
Text Example
White with #83D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D65B; }
p { color: rgb(131,214,91); }
H1.HeaderClassName
{
color: #83D65B;
}
.AnyTagClassName
{
color: #83D65B;
}
</style>
background-color css
<style>
a { background-color: #83D65B; }
a { background-color: rgb(131,214,91); }
div.DivClassName
{
background-color: #83D65B;
}
.BgClassName
{
background-color: #83D65B;
}
</style>
border-color css
<style>
span { border-color: #83D65B; }
span { border-color: rgb(131,214,91); }
td.TdClassName
{
border-color: #83D65B;
}
.TagClassName
{
border-color: #83D65B;
}
</style>