Shades of Lawn Green #82F628
Tints of Lawn Green #82F628
RGB
CMYK
RGB Variations
Color information
#82F628 (or 0x82F628) is known color: Lawn Green. HEX triplet: 82, F6 and 28. RGB value is (130,246,40). Sum of RGB (Red+Green+Blue) = 130+246+40=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 246 (96.48% from 255 or 59.13% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 246 - color contains mainly: green. Hex color #82F628 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F628 is #7D09D7. Grayscale: #BCBCBC. Windows color (decimal): -8194520 or 2684546. OLE color: 2684546.
HSL color Cylindrical-coordinate representation of color #82F628: hue angle of 93.79º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82F628 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 246 | 40 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.04 |
| HSL | 93.79º | 0.92% | 0.56% | - |
| HSV(B) | 93.79º | 0.84% | 0.96% | - |
| XYZ | 42.54 | 70.81 | 13.43 | - |
| YUV | 187.83 | 44.57 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 246 | 40 | 0.47 | 0 | 0.84 | 0.04 | 93.79 | 0.92 | 0.56 |
| Hex | 82 | F6 | 28 | 2F | 0 | 54 | 4 | 5E | 5C | 38 |
| Octal | 202 | 366 | 50 | 57 | 0 | 124 | 4 | 136 | 134 | 70 |
| Binary | 10000010 | 11110110 | 101000 | 101111 | 0 | 1010100 | 100 | 1011110 | 1011100 | 111000 |
Color Harmonies of #82F628
Complementary color
Monochromatic Colors of #82F628
Black with #82F628
Text Example
Text Example
White with #82F628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F628; }
p { color: rgb(130,246,40); }
H1.HeaderClassName
{
color: #82F628;
}
.AnyTagClassName
{
color: #82F628;
}
</style>
background-color css
<style>
a { background-color: #82F628; }
a { background-color: rgb(130,246,40); }
div.DivClassName
{
background-color: #82F628;
}
.BgClassName
{
background-color: #82F628;
}
</style>
border-color css
<style>
span { border-color: #82F628; }
span { border-color: rgb(130,246,40); }
td.TdClassName
{
border-color: #82F628;
}
.TagClassName
{
border-color: #82F628;
}
</style>