Shades of Mantis #83D04F
Tints of Mantis #83D04F
RGB
CMYK
RGB Variations
Color information
#83D04F (or 0x83D04F) is known color: Mantis. HEX triplet: 83, D0 and 4F. RGB value is (131,208,79). Sum of RGB (Red+Green+Blue) = 131+208+79=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #83D04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D04F is #7C2FB0. Grayscale: #AAAAAA. Windows color (decimal): -8138673 or 5230723. OLE color: 5230723.
HSL color Cylindrical-coordinate representation of color #83D04F: hue angle of 95.81º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83D04F is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 79 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.18 |
| HSL | 95.81º | 0.58% | 0.56% | - |
| HSV(B) | 95.81º | 0.62% | 0.82% | - |
| XYZ | 33.33 | 50.5 | 15.39 | - |
| YUV | 170.27 | 76.49 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 79 | 0.37 | 0 | 0.62 | 0.18 | 95.81 | 0.58 | 0.56 |
| Hex | 83 | D0 | 4F | 25 | 0 | 3E | 12 | 60 | 3A | 38 |
| Octal | 203 | 320 | 117 | 45 | 0 | 76 | 22 | 140 | 72 | 70 |
| Binary | 10000011 | 11010000 | 1001111 | 100101 | 0 | 111110 | 10010 | 1100000 | 111010 | 111000 |
Color Harmonies of #83D04F
Complementary color
Monochromatic Colors of #83D04F
Black with #83D04F
Text Example
Text Example
White with #83D04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D04F; }
p { color: rgb(131,208,79); }
H1.HeaderClassName
{
color: #83D04F;
}
.AnyTagClassName
{
color: #83D04F;
}
</style>
background-color css
<style>
a { background-color: #83D04F; }
a { background-color: rgb(131,208,79); }
div.DivClassName
{
background-color: #83D04F;
}
.BgClassName
{
background-color: #83D04F;
}
</style>
border-color css
<style>
span { border-color: #83D04F; }
span { border-color: rgb(131,208,79); }
td.TdClassName
{
border-color: #83D04F;
}
.TagClassName
{
border-color: #83D04F;
}
</style>