Shades of Lawn Green #82EA15
Tints of Lawn Green #82EA15
RGB
CMYK
RGB Variations
Color information
#82EA15 (or 0x82EA15) is known color: Lawn Green. HEX triplet: 82, EA and 15. RGB value is (130,234,21). Sum of RGB (Red+Green+Blue) = 130+234+21=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 234 (91.80% from 255 or 60.78% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82EA15 is #7D15EA. Grayscale: #B3B3B3. Windows color (decimal): -8197611 or 1436290. OLE color: 1436290.
HSL color Cylindrical-coordinate representation of color #82EA15: hue angle of 89.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82EA15 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 234 | 21 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.08 |
| HSL | 89.3º | 0.84% | 0.5% | - |
| HSV(B) | 89.3º | 0.91% | 0.92% | - |
| XYZ | 38.76 | 63.65 | 10.95 | - |
| YUV | 178.62 | 39.04 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 234 | 21 | 0.44 | 0 | 0.91 | 0.08 | 89.3 | 0.84 | 0.5 |
| Hex | 82 | EA | 15 | 2C | 0 | 5B | 8 | 59 | 54 | 32 |
| Octal | 202 | 352 | 25 | 54 | 0 | 133 | 10 | 131 | 124 | 62 |
| Binary | 10000010 | 11101010 | 10101 | 101100 | 0 | 1011011 | 1000 | 1011001 | 1010100 | 110010 |
Color Harmonies of #82EA15
Complementary color
Monochromatic Colors of #82EA15
Black with #82EA15
Text Example
Text Example
White with #82EA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EA15; }
p { color: rgb(130,234,21); }
H1.HeaderClassName
{
color: #82EA15;
}
.AnyTagClassName
{
color: #82EA15;
}
</style>
background-color css
<style>
a { background-color: #82EA15; }
a { background-color: rgb(130,234,21); }
div.DivClassName
{
background-color: #82EA15;
}
.BgClassName
{
background-color: #82EA15;
}
</style>
border-color css
<style>
span { border-color: #82EA15; }
span { border-color: rgb(130,234,21); }
td.TdClassName
{
border-color: #82EA15;
}
.TagClassName
{
border-color: #82EA15;
}
</style>