Shades of Mantis #82E25F
Tints of Mantis #82E25F
RGB
CMYK
RGB Variations
Color information
#82E25F (or 0x82E25F) is known color: Mantis. HEX triplet: 82, E2 and 5F. RGB value is (130,226,95). Sum of RGB (Red+Green+Blue) = 130+226+95=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #82E25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E25F is #7D1DA0. Grayscale: #B6B6B6. Windows color (decimal): -8199585 or 6283906. OLE color: 6283906.
HSL color Cylindrical-coordinate representation of color #82E25F: hue angle of 103.97º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82E25F is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 226 | 95 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.11 |
| HSL | 103.97º | 0.69% | 0.63% | - |
| HSV(B) | 103.97º | 0.58% | 0.89% | - |
| XYZ | 38.47 | 59.96 | 20.37 | - |
| YUV | 182.36 | 78.7 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 226 | 95 | 0.42 | 0 | 0.58 | 0.11 | 103.97 | 0.69 | 0.63 |
| Hex | 82 | E2 | 5F | 2A | 0 | 3A | B | 68 | 45 | 3F |
| Octal | 202 | 342 | 137 | 52 | 0 | 72 | 13 | 150 | 105 | 77 |
| Binary | 10000010 | 11100010 | 1011111 | 101010 | 0 | 111010 | 1011 | 1101000 | 1000101 | 111111 |
Color Harmonies of #82E25F
Complementary color
Monochromatic Colors of #82E25F
Black with #82E25F
Text Example
Text Example
White with #82E25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E25F; }
p { color: rgb(130,226,95); }
H1.HeaderClassName
{
color: #82E25F;
}
.AnyTagClassName
{
color: #82E25F;
}
</style>
background-color css
<style>
a { background-color: #82E25F; }
a { background-color: rgb(130,226,95); }
div.DivClassName
{
background-color: #82E25F;
}
.BgClassName
{
background-color: #82E25F;
}
</style>
border-color css
<style>
span { border-color: #82E25F; }
span { border-color: rgb(130,226,95); }
td.TdClassName
{
border-color: #82E25F;
}
.TagClassName
{
border-color: #82E25F;
}
</style>