Shades of Lawn Green #82E919
Tints of Lawn Green #82E919
RGB
CMYK
RGB Variations
Color information
#82E919 (or 0x82E919) is known color: Lawn Green. HEX triplet: 82, E9 and 19. RGB value is (130,233,25). Sum of RGB (Red+Green+Blue) = 130+233+25=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 233 (91.41% from 255 or 60.05% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 233 - color contains mainly: green. Hex color #82E919 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82E919 is #7D16E6. Grayscale: #B3B3B3. Windows color (decimal): -8197863 or 1698178. OLE color: 1698178.
HSL color Cylindrical-coordinate representation of color #82E919: hue angle of 89.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82E919 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 233 | 25 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.09 |
| HSL | 89.71º | 0.83% | 0.51% | - |
| HSV(B) | 89.71º | 0.89% | 0.91% | - |
| XYZ | 38.52 | 63.09 | 11.07 | - |
| YUV | 178.49 | 41.38 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 25 | 0.44 | 0 | 0.89 | 0.09 | 89.71 | 0.83 | 0.51 |
| Hex | 82 | E9 | 19 | 2C | 0 | 59 | 9 | 5A | 53 | 33 |
| Octal | 202 | 351 | 31 | 54 | 0 | 131 | 11 | 132 | 123 | 63 |
| Binary | 10000010 | 11101001 | 11001 | 101100 | 0 | 1011001 | 1001 | 1011010 | 1010011 | 110011 |
Color Harmonies of #82E919
Complementary color
Monochromatic Colors of #82E919
Black with #82E919
Text Example
Text Example
White with #82E919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E919; }
p { color: rgb(130,233,25); }
H1.HeaderClassName
{
color: #82E919;
}
.AnyTagClassName
{
color: #82E919;
}
</style>
background-color css
<style>
a { background-color: #82E919; }
a { background-color: rgb(130,233,25); }
div.DivClassName
{
background-color: #82E919;
}
.BgClassName
{
background-color: #82E919;
}
</style>
border-color css
<style>
span { border-color: #82E919; }
span { border-color: rgb(130,233,25); }
td.TdClassName
{
border-color: #82E919;
}
.TagClassName
{
border-color: #82E919;
}
</style>