Shades of Lawn Green #82E717
Tints of Lawn Green #82E717
RGB
CMYK
RGB Variations
Color information
#82E717 (or 0x82E717) is known color: Lawn Green. HEX triplet: 82, E7 and 17. RGB value is (130,231,23). Sum of RGB (Red+Green+Blue) = 130+231+23=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 231 (90.62% from 255 or 60.16% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 231 - color contains mainly: green. Hex color #82E717 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82E717 is #7D18E8. Grayscale: #B1B1B1. Windows color (decimal): -8198377 or 1566594. OLE color: 1566594.
HSL color Cylindrical-coordinate representation of color #82E717: hue angle of 89.13º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82E717 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 231 | 23 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.09 |
| HSL | 89.13º | 0.82% | 0.5% | - |
| HSV(B) | 89.13º | 0.9% | 0.91% | - |
| XYZ | 37.94 | 61.96 | 10.77 | - |
| YUV | 177.09 | 41.04 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 231 | 23 | 0.44 | 0 | 0.90 | 0.09 | 89.13 | 0.82 | 0.5 |
| Hex | 82 | E7 | 17 | 2C | 0 | 5A | 9 | 59 | 52 | 32 |
| Octal | 202 | 347 | 27 | 54 | 0 | 132 | 11 | 131 | 122 | 62 |
| Binary | 10000010 | 11100111 | 10111 | 101100 | 0 | 1011010 | 1001 | 1011001 | 1010010 | 110010 |
Color Harmonies of #82E717
Complementary color
Monochromatic Colors of #82E717
Black with #82E717
Text Example
Text Example
White with #82E717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E717; }
p { color: rgb(130,231,23); }
H1.HeaderClassName
{
color: #82E717;
}
.AnyTagClassName
{
color: #82E717;
}
</style>
background-color css
<style>
a { background-color: #82E717; }
a { background-color: rgb(130,231,23); }
div.DivClassName
{
background-color: #82E717;
}
.BgClassName
{
background-color: #82E717;
}
</style>
border-color css
<style>
span { border-color: #82E717; }
span { border-color: rgb(130,231,23); }
td.TdClassName
{
border-color: #82E717;
}
.TagClassName
{
border-color: #82E717;
}
</style>