Shades of Green Yellow #82F62E
Tints of Green Yellow #82F62E
RGB
CMYK
RGB Variations
Color information
#82F62E (or 0x82F62E) is known color: Green Yellow. HEX triplet: 82, F6 and 2E. RGB value is (130,246,46). Sum of RGB (Red+Green+Blue) = 130+246+46=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 246 (96.48% from 255 or 58.29% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 246 - color contains mainly: green. Hex color #82F62E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F62E is #7D09D1. Grayscale: #BDBDBD. Windows color (decimal): -8194514 or 3077762. OLE color: 3077762.
HSL color Cylindrical-coordinate representation of color #82F62E: hue angle of 94.8º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82F62E is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 246 | 46 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.04 |
| HSL | 94.8º | 0.92% | 0.57% | - |
| HSV(B) | 94.8º | 0.81% | 0.96% | - |
| XYZ | 42.65 | 70.85 | 14.01 | - |
| YUV | 188.52 | 47.57 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 246 | 46 | 0.47 | 0 | 0.81 | 0.04 | 94.8 | 0.92 | 0.57 |
| Hex | 82 | F6 | 2E | 2F | 0 | 51 | 4 | 5F | 5C | 39 |
| Octal | 202 | 366 | 56 | 57 | 0 | 121 | 4 | 137 | 134 | 71 |
| Binary | 10000010 | 11110110 | 101110 | 101111 | 0 | 1010001 | 100 | 1011111 | 1011100 | 111001 |
Color Harmonies of #82F62E
Complementary color
Monochromatic Colors of #82F62E
Black with #82F62E
Text Example
Text Example
White with #82F62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F62E; }
p { color: rgb(130,246,46); }
H1.HeaderClassName
{
color: #82F62E;
}
.AnyTagClassName
{
color: #82F62E;
}
</style>
background-color css
<style>
a { background-color: #82F62E; }
a { background-color: rgb(130,246,46); }
div.DivClassName
{
background-color: #82F62E;
}
.BgClassName
{
background-color: #82F62E;
}
</style>
border-color css
<style>
span { border-color: #82F62E; }
span { border-color: rgb(130,246,46); }
td.TdClassName
{
border-color: #82F62E;
}
.TagClassName
{
border-color: #82F62E;
}
</style>