Shades of Lawn Green #82F509
Tints of Lawn Green #82F509
RGB
CMYK
RGB Variations
Color information
#82F509 (or 0x82F509) is known color: Lawn Green. HEX triplet: 82, F5 and 09. RGB value is (130,245,9). Sum of RGB (Red+Green+Blue) = 130+245+9=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 245 (96.09% from 255 or 63.80% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 245 - color contains mainly: green. Hex color #82F509 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F509 is #7D0AF6. Grayscale: #B8B8B8. Windows color (decimal): -8194807 or 652674. OLE color: 652674.
HSL color Cylindrical-coordinate representation of color #82F509: hue angle of 89.24º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82F509 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 245 | 9 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.04 |
| HSL | 89.24º | 0.93% | 0.5% | - |
| HSV(B) | 89.24º | 0.96% | 0.96% | - |
| XYZ | 41.91 | 70.07 | 11.57 | - |
| YUV | 183.71 | 29.4 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 245 | 9 | 0.47 | 0 | 0.96 | 0.04 | 89.24 | 0.93 | 0.5 |
| Hex | 82 | F5 | 9 | 2F | 0 | 60 | 4 | 59 | 5D | 32 |
| Octal | 202 | 365 | 11 | 57 | 0 | 140 | 4 | 131 | 135 | 62 |
| Binary | 10000010 | 11110101 | 1001 | 101111 | 0 | 1100000 | 100 | 1011001 | 1011101 | 110010 |
Color Harmonies of #82F509
Complementary color
Monochromatic Colors of #82F509
Black with #82F509
Text Example
Text Example
White with #82F509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F509; }
p { color: rgb(130,245,9); }
H1.HeaderClassName
{
color: #82F509;
}
.AnyTagClassName
{
color: #82F509;
}
</style>
background-color css
<style>
a { background-color: #82F509; }
a { background-color: rgb(130,245,9); }
div.DivClassName
{
background-color: #82F509;
}
.BgClassName
{
background-color: #82F509;
}
</style>
border-color css
<style>
span { border-color: #82F509; }
span { border-color: rgb(130,245,9); }
td.TdClassName
{
border-color: #82F509;
}
.TagClassName
{
border-color: #82F509;
}
</style>