Shades of Mantis #82D05D
Tints of Mantis #82D05D
RGB
CMYK
RGB Variations
Color information
#82D05D (or 0x82D05D) is known color: Mantis. HEX triplet: 82, D0 and 5D. RGB value is (130,208,93). Sum of RGB (Red+Green+Blue) = 130+208+93=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #82D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D05D is #7D2FA2. Grayscale: #ABABAB. Windows color (decimal): -8204195 or 6148226. OLE color: 6148226.
HSL color Cylindrical-coordinate representation of color #82D05D: hue angle of 100.7º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82D05D is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 208 | 93 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.18 |
| HSL | 100.7º | 0.55% | 0.59% | - |
| HSV(B) | 100.7º | 0.55% | 0.82% | - |
| XYZ | 33.74 | 50.65 | 18.35 | - |
| YUV | 171.57 | 83.66 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 93 | 0.38 | 0 | 0.55 | 0.18 | 100.7 | 0.55 | 0.59 |
| Hex | 82 | D0 | 5D | 26 | 0 | 37 | 12 | 65 | 37 | 3B |
| Octal | 202 | 320 | 135 | 46 | 0 | 67 | 22 | 145 | 67 | 73 |
| Binary | 10000010 | 11010000 | 1011101 | 100110 | 0 | 110111 | 10010 | 1100101 | 110111 | 111011 |
Color Harmonies of #82D05D
Complementary color
Monochromatic Colors of #82D05D
Black with #82D05D
Text Example
Text Example
White with #82D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D05D; }
p { color: rgb(130,208,93); }
H1.HeaderClassName
{
color: #82D05D;
}
.AnyTagClassName
{
color: #82D05D;
}
</style>
background-color css
<style>
a { background-color: #82D05D; }
a { background-color: rgb(130,208,93); }
div.DivClassName
{
background-color: #82D05D;
}
.BgClassName
{
background-color: #82D05D;
}
</style>
border-color css
<style>
span { border-color: #82D05D; }
span { border-color: rgb(130,208,93); }
td.TdClassName
{
border-color: #82D05D;
}
.TagClassName
{
border-color: #82D05D;
}
</style>