Shades of Mantis #83DA65
Tints of Mantis #83DA65
RGB
CMYK
RGB Variations
Color information
#83DA65 (or 0x83DA65) is known color: Mantis. HEX triplet: 83, DA and 65. RGB value is (131,218,101). Sum of RGB (Red+Green+Blue) = 131+218+101=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #83DA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DA65 is #7C259A. Grayscale: #B3B3B3. Windows color (decimal): -8136091 or 6675075. OLE color: 6675075.
HSL color Cylindrical-coordinate representation of color #83DA65: hue angle of 104.62º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83DA65 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 101 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.15 |
| HSL | 104.62º | 0.61% | 0.63% | - |
| HSV(B) | 104.62º | 0.54% | 0.85% | - |
| XYZ | 36.78 | 55.91 | 21.16 | - |
| YUV | 178.65 | 84.18 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 101 | 0.40 | 0 | 0.54 | 0.15 | 104.62 | 0.61 | 0.63 |
| Hex | 83 | DA | 65 | 28 | 0 | 36 | F | 69 | 3D | 3F |
| Octal | 203 | 332 | 145 | 50 | 0 | 66 | 17 | 151 | 75 | 77 |
| Binary | 10000011 | 11011010 | 1100101 | 101000 | 0 | 110110 | 1111 | 1101001 | 111101 | 111111 |
Color Harmonies of #83DA65
Complementary color
Monochromatic Colors of #83DA65
Black with #83DA65
Text Example
Text Example
White with #83DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DA65; }
p { color: rgb(131,218,101); }
H1.HeaderClassName
{
color: #83DA65;
}
.AnyTagClassName
{
color: #83DA65;
}
</style>
background-color css
<style>
a { background-color: #83DA65; }
a { background-color: rgb(131,218,101); }
div.DivClassName
{
background-color: #83DA65;
}
.BgClassName
{
background-color: #83DA65;
}
</style>
border-color css
<style>
span { border-color: #83DA65; }
span { border-color: rgb(131,218,101); }
td.TdClassName
{
border-color: #83DA65;
}
.TagClassName
{
border-color: #83DA65;
}
</style>