Shades of Mantis #82DD5C
Tints of Mantis #82DD5C
RGB
CMYK
RGB Variations
Color information
#82DD5C (or 0x82DD5C) is known color: Mantis. HEX triplet: 82, DD and 5C. RGB value is (130,221,92). Sum of RGB (Red+Green+Blue) = 130+221+92=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DD5C is #7D22A3. Grayscale: #B3B3B3. Windows color (decimal): -8200868 or 6086018. OLE color: 6086018.
HSL color Cylindrical-coordinate representation of color #82DD5C: hue angle of 102.33º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82DD5C is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 221 | 92 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.13 |
| HSL | 102.33º | 0.65% | 0.61% | - |
| HSV(B) | 102.33º | 0.58% | 0.87% | - |
| XYZ | 36.99 | 57.23 | 19.22 | - |
| YUV | 179.09 | 78.85 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 221 | 92 | 0.41 | 0 | 0.58 | 0.13 | 102.33 | 0.65 | 0.61 |
| Hex | 82 | DD | 5C | 29 | 0 | 3A | D | 66 | 41 | 3D |
| Octal | 202 | 335 | 134 | 51 | 0 | 72 | 15 | 146 | 101 | 75 |
| Binary | 10000010 | 11011101 | 1011100 | 101001 | 0 | 111010 | 1101 | 1100110 | 1000001 | 111101 |
Color Harmonies of #82DD5C
Complementary color
Monochromatic Colors of #82DD5C
Black with #82DD5C
Text Example
Text Example
White with #82DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DD5C; }
p { color: rgb(130,221,92); }
H1.HeaderClassName
{
color: #82DD5C;
}
.AnyTagClassName
{
color: #82DD5C;
}
</style>
background-color css
<style>
a { background-color: #82DD5C; }
a { background-color: rgb(130,221,92); }
div.DivClassName
{
background-color: #82DD5C;
}
.BgClassName
{
background-color: #82DD5C;
}
</style>
border-color css
<style>
span { border-color: #82DD5C; }
span { border-color: rgb(130,221,92); }
td.TdClassName
{
border-color: #82DD5C;
}
.TagClassName
{
border-color: #82DD5C;
}
</style>