Shades of Lawn Green #82E721
Tints of Lawn Green #82E721
RGB
CMYK
RGB Variations
Color information
#82E721 (or 0x82E721) is known color: Lawn Green. HEX triplet: 82, E7 and 21. RGB value is (130,231,33). Sum of RGB (Red+Green+Blue) = 130+231+33=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 231 (90.62% from 255 or 58.63% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 231 - color contains mainly: green. Hex color #82E721 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E721 is #7D18DE. Grayscale: #B2B2B2. Windows color (decimal): -8198367 or 2221954. OLE color: 2221954.
HSL color Cylindrical-coordinate representation of color #82E721: hue angle of 90.61º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82E721 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 231 | 33 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.09 |
| HSL | 90.61º | 0.8% | 0.52% | - |
| HSV(B) | 90.61º | 0.86% | 0.91% | - |
| XYZ | 38.06 | 62.01 | 11.4 | - |
| YUV | 178.23 | 46.04 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 231 | 33 | 0.44 | 0 | 0.86 | 0.09 | 90.61 | 0.8 | 0.52 |
| Hex | 82 | E7 | 21 | 2C | 0 | 56 | 9 | 5B | 50 | 34 |
| Octal | 202 | 347 | 41 | 54 | 0 | 126 | 11 | 133 | 120 | 64 |
| Binary | 10000010 | 11100111 | 100001 | 101100 | 0 | 1010110 | 1001 | 1011011 | 1010000 | 110100 |
Color Harmonies of #82E721
Complementary color
Monochromatic Colors of #82E721
Black with #82E721
Text Example
Text Example
White with #82E721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E721; }
p { color: rgb(130,231,33); }
H1.HeaderClassName
{
color: #82E721;
}
.AnyTagClassName
{
color: #82E721;
}
</style>
background-color css
<style>
a { background-color: #82E721; }
a { background-color: rgb(130,231,33); }
div.DivClassName
{
background-color: #82E721;
}
.BgClassName
{
background-color: #82E721;
}
</style>
border-color css
<style>
span { border-color: #82E721; }
span { border-color: rgb(130,231,33); }
td.TdClassName
{
border-color: #82E721;
}
.TagClassName
{
border-color: #82E721;
}
</style>