Shades of Mantis #83D04B
Tints of Mantis #83D04B
RGB
CMYK
RGB Variations
Color information
#83D04B (or 0x83D04B) is known color: Mantis. HEX triplet: 83, D0 and 4B. RGB value is (131,208,75). Sum of RGB (Red+Green+Blue) = 131+208+75=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #83D04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D04B is #7C2FB4. Grayscale: #AAAAAA. Windows color (decimal): -8138677 or 4968579. OLE color: 4968579.
HSL color Cylindrical-coordinate representation of color #83D04B: hue angle of 94.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83D04B is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 75 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.18 |
| HSL | 94.74º | 0.59% | 0.55% | - |
| HSV(B) | 94.74º | 0.64% | 0.82% | - |
| XYZ | 33.19 | 50.45 | 14.64 | - |
| YUV | 169.82 | 74.49 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 75 | 0.37 | 0 | 0.64 | 0.18 | 94.74 | 0.59 | 0.55 |
| Hex | 83 | D0 | 4B | 25 | 0 | 40 | 12 | 5F | 3B | 37 |
| Octal | 203 | 320 | 113 | 45 | 0 | 100 | 22 | 137 | 73 | 67 |
| Binary | 10000011 | 11010000 | 1001011 | 100101 | 0 | 1000000 | 10010 | 1011111 | 111011 | 110111 |
Color Harmonies of #83D04B
Complementary color
Monochromatic Colors of #83D04B
Black with #83D04B
Text Example
Text Example
White with #83D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D04B; }
p { color: rgb(131,208,75); }
H1.HeaderClassName
{
color: #83D04B;
}
.AnyTagClassName
{
color: #83D04B;
}
</style>
background-color css
<style>
a { background-color: #83D04B; }
a { background-color: rgb(131,208,75); }
div.DivClassName
{
background-color: #83D04B;
}
.BgClassName
{
background-color: #83D04B;
}
</style>
border-color css
<style>
span { border-color: #83D04B; }
span { border-color: rgb(131,208,75); }
td.TdClassName
{
border-color: #83D04B;
}
.TagClassName
{
border-color: #83D04B;
}
</style>