Shades of Green Yellow #82F63E
Tints of Green Yellow #82F63E
RGB
CMYK
RGB Variations
Color information
#82F63E (or 0x82F63E) is known color: Green Yellow. HEX triplet: 82, F6 and 3E. RGB value is (130,246,62). Sum of RGB (Red+Green+Blue) = 130+246+62=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #82F63E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F63E is #7D09C1. Grayscale: #BEBEBE. Windows color (decimal): -8194498 or 4126338. OLE color: 4126338.
HSL color Cylindrical-coordinate representation of color #82F63E: hue angle of 97.83º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82F63E is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 246 | 62 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.04 |
| HSL | 97.83º | 0.91% | 0.6% | - |
| HSV(B) | 97.83º | 0.75% | 0.96% | - |
| XYZ | 43.03 | 71.01 | 15.99 | - |
| YUV | 190.34 | 55.57 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 246 | 62 | 0.47 | 0 | 0.75 | 0.04 | 97.83 | 0.91 | 0.6 |
| Hex | 82 | F6 | 3E | 2F | 0 | 4B | 4 | 62 | 5B | 3C |
| Octal | 202 | 366 | 76 | 57 | 0 | 113 | 4 | 142 | 133 | 74 |
| Binary | 10000010 | 11110110 | 111110 | 101111 | 0 | 1001011 | 100 | 1100010 | 1011011 | 111100 |
Color Harmonies of #82F63E
Complementary color
Monochromatic Colors of #82F63E
Black with #82F63E
Text Example
Text Example
White with #82F63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F63E; }
p { color: rgb(130,246,62); }
H1.HeaderClassName
{
color: #82F63E;
}
.AnyTagClassName
{
color: #82F63E;
}
</style>
background-color css
<style>
a { background-color: #82F63E; }
a { background-color: rgb(130,246,62); }
div.DivClassName
{
background-color: #82F63E;
}
.BgClassName
{
background-color: #82F63E;
}
</style>
border-color css
<style>
span { border-color: #82F63E; }
span { border-color: rgb(130,246,62); }
td.TdClassName
{
border-color: #82F63E;
}
.TagClassName
{
border-color: #82F63E;
}
</style>