Shades of Mantis #83D05A
Tints of Mantis #83D05A
RGB
CMYK
RGB Variations
Color information
#83D05A (or 0x83D05A) is known color: Mantis. HEX triplet: 83, D0 and 5A. RGB value is (131,208,90). Sum of RGB (Red+Green+Blue) = 131+208+90=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #83D05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D05A is #7C2FA5. Grayscale: #ABABAB. Windows color (decimal): -8138662 or 5951619. OLE color: 5951619.
HSL color Cylindrical-coordinate representation of color #83D05A: hue angle of 99.15º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83D05A is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 90 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.18 |
| HSL | 99.15º | 0.56% | 0.58% | - |
| HSV(B) | 99.15º | 0.57% | 0.82% | - |
| XYZ | 33.76 | 50.68 | 17.67 | - |
| YUV | 171.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 90 | 0.37 | 0 | 0.57 | 0.18 | 99.15 | 0.56 | 0.58 |
| Hex | 83 | D0 | 5A | 25 | 0 | 39 | 12 | 63 | 38 | 3A |
| Octal | 203 | 320 | 132 | 45 | 0 | 71 | 22 | 143 | 70 | 72 |
| Binary | 10000011 | 11010000 | 1011010 | 100101 | 0 | 111001 | 10010 | 1100011 | 111000 | 111010 |
Color Harmonies of #83D05A
Complementary color
Monochromatic Colors of #83D05A
Black with #83D05A
Text Example
Text Example
White with #83D05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D05A; }
p { color: rgb(131,208,90); }
H1.HeaderClassName
{
color: #83D05A;
}
.AnyTagClassName
{
color: #83D05A;
}
</style>
background-color css
<style>
a { background-color: #83D05A; }
a { background-color: rgb(131,208,90); }
div.DivClassName
{
background-color: #83D05A;
}
.BgClassName
{
background-color: #83D05A;
}
</style>
border-color css
<style>
span { border-color: #83D05A; }
span { border-color: rgb(131,208,90); }
td.TdClassName
{
border-color: #83D05A;
}
.TagClassName
{
border-color: #83D05A;
}
</style>