Shades of Mantis #83D65D
Tints of Mantis #83D65D
RGB
CMYK
RGB Variations
Color information
#83D65D (or 0x83D65D) is known color: Mantis. HEX triplet: 83, D6 and 5D. RGB value is (131,214,93). Sum of RGB (Red+Green+Blue) = 131+214+93=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #83D65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D65D is #7C29A2. Grayscale: #AFAFAF. Windows color (decimal): -8137123 or 6149763. OLE color: 6149763.
HSL color Cylindrical-coordinate representation of color #83D65D: hue angle of 101.16º 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 #83D65D is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 214 | 93 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.16 |
| HSL | 101.16º | 0.6% | 0.6% | - |
| HSV(B) | 101.16º | 0.57% | 0.84% | - |
| XYZ | 35.38 | 53.71 | 18.86 | - |
| YUV | 175.39 | 81.5 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 214 | 93 | 0.39 | 0 | 0.57 | 0.16 | 101.16 | 0.6 | 0.6 |
| Hex | 83 | D6 | 5D | 27 | 0 | 39 | 10 | 65 | 3C | 3C |
| Octal | 203 | 326 | 135 | 47 | 0 | 71 | 20 | 145 | 74 | 74 |
| Binary | 10000011 | 11010110 | 1011101 | 100111 | 0 | 111001 | 10000 | 1100101 | 111100 | 111100 |
Color Harmonies of #83D65D
Complementary color
Monochromatic Colors of #83D65D
Black with #83D65D
Text Example
Text Example
White with #83D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D65D; }
p { color: rgb(131,214,93); }
H1.HeaderClassName
{
color: #83D65D;
}
.AnyTagClassName
{
color: #83D65D;
}
</style>
background-color css
<style>
a { background-color: #83D65D; }
a { background-color: rgb(131,214,93); }
div.DivClassName
{
background-color: #83D65D;
}
.BgClassName
{
background-color: #83D65D;
}
</style>
border-color css
<style>
span { border-color: #83D65D; }
span { border-color: rgb(131,214,93); }
td.TdClassName
{
border-color: #83D65D;
}
.TagClassName
{
border-color: #83D65D;
}
</style>