Shades of Lawn Green #82F828
Tints of Lawn Green #82F828
RGB
CMYK
RGB Variations
Color information
#82F828 (or 0x82F828) is known color: Lawn Green. HEX triplet: 82, F8 and 28. RGB value is (130,248,40). Sum of RGB (Red+Green+Blue) = 130+248+40=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 248 (97.27% from 255 or 59.33% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 248 - color contains mainly: green. Hex color #82F828 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F828 is #7D07D7. Grayscale: #BDBDBD. Windows color (decimal): -8194008 or 2685058. OLE color: 2685058.
HSL color Cylindrical-coordinate representation of color #82F828: hue angle of 94.04º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82F828 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 248 | 40 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.03 |
| HSL | 94.04º | 0.94% | 0.56% | - |
| HSV(B) | 94.04º | 0.84% | 0.97% | - |
| XYZ | 43.16 | 72.03 | 13.64 | - |
| YUV | 189.01 | 43.91 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 248 | 40 | 0.48 | 0 | 0.84 | 0.03 | 94.04 | 0.94 | 0.56 |
| Hex | 82 | F8 | 28 | 30 | 0 | 54 | 3 | 5E | 5E | 38 |
| Octal | 202 | 370 | 50 | 60 | 0 | 124 | 3 | 136 | 136 | 70 |
| Binary | 10000010 | 11111000 | 101000 | 110000 | 0 | 1010100 | 11 | 1011110 | 1011110 | 111000 |
Color Harmonies of #82F828
Complementary color
Monochromatic Colors of #82F828
Black with #82F828
Text Example
Text Example
White with #82F828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F828; }
p { color: rgb(130,248,40); }
H1.HeaderClassName
{
color: #82F828;
}
.AnyTagClassName
{
color: #82F828;
}
</style>
background-color css
<style>
a { background-color: #82F828; }
a { background-color: rgb(130,248,40); }
div.DivClassName
{
background-color: #82F828;
}
.BgClassName
{
background-color: #82F828;
}
</style>
border-color css
<style>
span { border-color: #82F828; }
span { border-color: rgb(130,248,40); }
td.TdClassName
{
border-color: #82F828;
}
.TagClassName
{
border-color: #82F828;
}
</style>