Shades of Mantis #83D04D
Tints of Mantis #83D04D
RGB
CMYK
RGB Variations
Color information
#83D04D (or 0x83D04D) is known color: Mantis. HEX triplet: 83, D0 and 4D. RGB value is (131,208,77). Sum of RGB (Red+Green+Blue) = 131+208+77=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #83D04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D04D is #7C2FB2. Grayscale: #AAAAAA. Windows color (decimal): -8138675 or 5099651. OLE color: 5099651.
HSL color Cylindrical-coordinate representation of color #83D04D: hue angle of 95.27º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83D04D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 77 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.18 |
| HSL | 95.27º | 0.58% | 0.56% | - |
| HSV(B) | 95.27º | 0.63% | 0.82% | - |
| XYZ | 33.26 | 50.47 | 15.01 | - |
| YUV | 170.04 | 75.49 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 77 | 0.37 | 0 | 0.63 | 0.18 | 95.27 | 0.58 | 0.56 |
| Hex | 83 | D0 | 4D | 25 | 0 | 3F | 12 | 5F | 3A | 38 |
| Octal | 203 | 320 | 115 | 45 | 0 | 77 | 22 | 137 | 72 | 70 |
| Binary | 10000011 | 11010000 | 1001101 | 100101 | 0 | 111111 | 10010 | 1011111 | 111010 | 111000 |
Color Harmonies of #83D04D
Complementary color
Monochromatic Colors of #83D04D
Black with #83D04D
Text Example
Text Example
White with #83D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D04D; }
p { color: rgb(131,208,77); }
H1.HeaderClassName
{
color: #83D04D;
}
.AnyTagClassName
{
color: #83D04D;
}
</style>
background-color css
<style>
a { background-color: #83D04D; }
a { background-color: rgb(131,208,77); }
div.DivClassName
{
background-color: #83D04D;
}
.BgClassName
{
background-color: #83D04D;
}
</style>
border-color css
<style>
span { border-color: #83D04D; }
span { border-color: rgb(131,208,77); }
td.TdClassName
{
border-color: #83D04D;
}
.TagClassName
{
border-color: #83D04D;
}
</style>