Shades of Lawn Green #82E705
Tints of Lawn Green #82E705
RGB
CMYK
RGB Variations
Color information
#82E705 (or 0x82E705) is known color: Lawn Green. HEX triplet: 82, E7 and 05. RGB value is (130,231,5). Sum of RGB (Red+Green+Blue) = 130+231+5=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 231 (90.62% from 255 or 63.11% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 231 - color contains mainly: green. Hex color #82E705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82E705 is #7D18FA. Grayscale: #AFAFAF. Windows color (decimal): -8198395 or 386946. OLE color: 386946.
HSL color Cylindrical-coordinate representation of color #82E705: hue angle of 86.81º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82E705 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 231 | 5 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.09 |
| HSL | 86.81º | 0.96% | 0.46% | - |
| HSV(B) | 86.81º | 0.98% | 0.91% | - |
| XYZ | 37.81 | 61.91 | 10.1 | - |
| YUV | 175.04 | 32.04 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 231 | 5 | 0.44 | 0 | 0.98 | 0.09 | 86.81 | 0.96 | 0.46 |
| Hex | 82 | E7 | 5 | 2C | 0 | 62 | 9 | 57 | 60 | 2E |
| Octal | 202 | 347 | 5 | 54 | 0 | 142 | 11 | 127 | 140 | 56 |
| Binary | 10000010 | 11100111 | 101 | 101100 | 0 | 1100010 | 1001 | 1010111 | 1100000 | 101110 |
Color Harmonies of #82E705
Complementary color
Monochromatic Colors of #82E705
Black with #82E705
Text Example
Text Example
White with #82E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E705; }
p { color: rgb(130,231,5); }
H1.HeaderClassName
{
color: #82E705;
}
.AnyTagClassName
{
color: #82E705;
}
</style>
background-color css
<style>
a { background-color: #82E705; }
a { background-color: rgb(130,231,5); }
div.DivClassName
{
background-color: #82E705;
}
.BgClassName
{
background-color: #82E705;
}
</style>
border-color css
<style>
span { border-color: #82E705; }
span { border-color: rgb(130,231,5); }
td.TdClassName
{
border-color: #82E705;
}
.TagClassName
{
border-color: #82E705;
}
</style>