Shades of Lawn Green #82E915
Tints of Lawn Green #82E915
RGB
CMYK
RGB Variations
Color information
#82E915 (or 0x82E915) is known color: Lawn Green. HEX triplet: 82, E9 and 15. RGB value is (130,233,21). Sum of RGB (Red+Green+Blue) = 130+233+21=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 233 (91.41% from 255 or 60.68% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 233 - color contains mainly: green. Hex color #82E915 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82E915 is #7D16EA. Grayscale: #B2B2B2. Windows color (decimal): -8197867 or 1436034. OLE color: 1436034.
HSL color Cylindrical-coordinate representation of color #82E915: hue angle of 89.15º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82E915 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 233 | 21 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.09 |
| HSL | 89.15º | 0.83% | 0.5% | - |
| HSV(B) | 89.15º | 0.91% | 0.91% | - |
| XYZ | 38.48 | 63.08 | 10.86 | - |
| YUV | 178.04 | 39.38 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 21 | 0.44 | 0 | 0.91 | 0.09 | 89.15 | 0.83 | 0.5 |
| Hex | 82 | E9 | 15 | 2C | 0 | 5B | 9 | 59 | 53 | 32 |
| Octal | 202 | 351 | 25 | 54 | 0 | 133 | 11 | 131 | 123 | 62 |
| Binary | 10000010 | 11101001 | 10101 | 101100 | 0 | 1011011 | 1001 | 1011001 | 1010011 | 110010 |
Color Harmonies of #82E915
Complementary color
Monochromatic Colors of #82E915
Black with #82E915
Text Example
Text Example
White with #82E915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E915; }
p { color: rgb(130,233,21); }
H1.HeaderClassName
{
color: #82E915;
}
.AnyTagClassName
{
color: #82E915;
}
</style>
background-color css
<style>
a { background-color: #82E915; }
a { background-color: rgb(130,233,21); }
div.DivClassName
{
background-color: #82E915;
}
.BgClassName
{
background-color: #82E915;
}
</style>
border-color css
<style>
span { border-color: #82E915; }
span { border-color: rgb(130,233,21); }
td.TdClassName
{
border-color: #82E915;
}
.TagClassName
{
border-color: #82E915;
}
</style>