Shades of Mantis #82DE5C
Tints of Mantis #82DE5C
RGB
CMYK
RGB Variations
Color information
#82DE5C (or 0x82DE5C) is known color: Mantis. HEX triplet: 82, DE and 5C. RGB value is (130,222,92). Sum of RGB (Red+Green+Blue) = 130+222+92=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DE5C is #7D21A3. Grayscale: #B4B4B4. Windows color (decimal): -8200612 or 6086274. OLE color: 6086274.
HSL color Cylindrical-coordinate representation of color #82DE5C: hue angle of 102.46º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82DE5C is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 222 | 92 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.13 |
| HSL | 102.46º | 0.66% | 0.62% | - |
| HSV(B) | 102.46º | 0.59% | 0.87% | - |
| XYZ | 37.26 | 57.76 | 19.31 | - |
| YUV | 179.67 | 78.52 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 222 | 92 | 0.41 | 0 | 0.59 | 0.13 | 102.46 | 0.66 | 0.62 |
| Hex | 82 | DE | 5C | 29 | 0 | 3B | D | 66 | 42 | 3E |
| Octal | 202 | 336 | 134 | 51 | 0 | 73 | 15 | 146 | 102 | 76 |
| Binary | 10000010 | 11011110 | 1011100 | 101001 | 0 | 111011 | 1101 | 1100110 | 1000010 | 111110 |
Color Harmonies of #82DE5C
Complementary color
Monochromatic Colors of #82DE5C
Black with #82DE5C
Text Example
Text Example
White with #82DE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DE5C; }
p { color: rgb(130,222,92); }
H1.HeaderClassName
{
color: #82DE5C;
}
.AnyTagClassName
{
color: #82DE5C;
}
</style>
background-color css
<style>
a { background-color: #82DE5C; }
a { background-color: rgb(130,222,92); }
div.DivClassName
{
background-color: #82DE5C;
}
.BgClassName
{
background-color: #82DE5C;
}
</style>
border-color css
<style>
span { border-color: #82DE5C; }
span { border-color: rgb(130,222,92); }
td.TdClassName
{
border-color: #82DE5C;
}
.TagClassName
{
border-color: #82DE5C;
}
</style>