Shades of Lawn Green #82F524
Tints of Lawn Green #82F524
RGB
CMYK
RGB Variations
Color information
#82F524 (or 0x82F524) is known color: Lawn Green. HEX triplet: 82, F5 and 24. RGB value is (130,245,36). Sum of RGB (Red+Green+Blue) = 130+245+36=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 245 (96.09% from 255 or 59.61% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 245 - color contains mainly: green. Hex color #82F524 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F524 is #7D0ADB. Grayscale: #BBBBBB. Windows color (decimal): -8194780 or 2422146. OLE color: 2422146.
HSL color Cylindrical-coordinate representation of color #82F524: hue angle of 93.01º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82F524 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 245 | 36 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.04 |
| HSL | 93.01º | 0.91% | 0.55% | - |
| HSV(B) | 93.01º | 0.85% | 0.96% | - |
| XYZ | 42.18 | 70.18 | 12.99 | - |
| YUV | 186.79 | 42.9 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 245 | 36 | 0.47 | 0 | 0.85 | 0.04 | 93.01 | 0.91 | 0.55 |
| Hex | 82 | F5 | 24 | 2F | 0 | 55 | 4 | 5D | 5B | 37 |
| Octal | 202 | 365 | 44 | 57 | 0 | 125 | 4 | 135 | 133 | 67 |
| Binary | 10000010 | 11110101 | 100100 | 101111 | 0 | 1010101 | 100 | 1011101 | 1011011 | 110111 |
Color Harmonies of #82F524
Complementary color
Monochromatic Colors of #82F524
Black with #82F524
Text Example
Text Example
White with #82F524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F524; }
p { color: rgb(130,245,36); }
H1.HeaderClassName
{
color: #82F524;
}
.AnyTagClassName
{
color: #82F524;
}
</style>
background-color css
<style>
a { background-color: #82F524; }
a { background-color: rgb(130,245,36); }
div.DivClassName
{
background-color: #82F524;
}
.BgClassName
{
background-color: #82F524;
}
</style>
border-color css
<style>
span { border-color: #82F524; }
span { border-color: rgb(130,245,36); }
td.TdClassName
{
border-color: #82F524;
}
.TagClassName
{
border-color: #82F524;
}
</style>