Shades of Mantis #83D052
Tints of Mantis #83D052
RGB
CMYK
RGB Variations
Color information
#83D052 (or 0x83D052) is known color: Mantis. HEX triplet: 83, D0 and 52. RGB value is (131,208,82). Sum of RGB (Red+Green+Blue) = 131+208+82=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #83D052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D052 is #7C2FAD. Grayscale: #ABABAB. Windows color (decimal): -8138670 or 5427331. OLE color: 5427331.
HSL color Cylindrical-coordinate representation of color #83D052: hue angle of 96.67º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83D052 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 82 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.18 |
| HSL | 96.67º | 0.57% | 0.57% | - |
| HSV(B) | 96.67º | 0.61% | 0.82% | - |
| XYZ | 33.44 | 50.55 | 15.98 | - |
| YUV | 170.61 | 77.99 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 82 | 0.37 | 0 | 0.61 | 0.18 | 96.67 | 0.57 | 0.57 |
| Hex | 83 | D0 | 52 | 25 | 0 | 3D | 12 | 61 | 39 | 39 |
| Octal | 203 | 320 | 122 | 45 | 0 | 75 | 22 | 141 | 71 | 71 |
| Binary | 10000011 | 11010000 | 1010010 | 100101 | 0 | 111101 | 10010 | 1100001 | 111001 | 111001 |
Color Harmonies of #83D052
Complementary color
Monochromatic Colors of #83D052
Black with #83D052
Text Example
Text Example
White with #83D052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D052; }
p { color: rgb(131,208,82); }
H1.HeaderClassName
{
color: #83D052;
}
.AnyTagClassName
{
color: #83D052;
}
</style>
background-color css
<style>
a { background-color: #83D052; }
a { background-color: rgb(131,208,82); }
div.DivClassName
{
background-color: #83D052;
}
.BgClassName
{
background-color: #83D052;
}
</style>
border-color css
<style>
span { border-color: #83D052; }
span { border-color: rgb(131,208,82); }
td.TdClassName
{
border-color: #83D052;
}
.TagClassName
{
border-color: #83D052;
}
</style>