Shades of Green Yellow #82F932
Tints of Green Yellow #82F932
RGB
CMYK
RGB Variations
Color information
#82F932 (or 0x82F932) is known color: Green Yellow. HEX triplet: 82, F9 and 32. RGB value is (130,249,50). Sum of RGB (Red+Green+Blue) = 130+249+50=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 249 (97.66% from 255 or 58.04% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 249 - color contains mainly: green. Hex color #82F932 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F932 is #7D06CD. Grayscale: #BFBFBF. Windows color (decimal): -8193742 or 3340674. OLE color: 3340674.
HSL color Cylindrical-coordinate representation of color #82F932: hue angle of 95.88º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82F932 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 249 | 50 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.02 |
| HSL | 95.88º | 0.94% | 0.59% | - |
| HSV(B) | 95.88º | 0.8% | 0.98% | - |
| XYZ | 43.66 | 72.73 | 14.75 | - |
| YUV | 190.73 | 48.58 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 249 | 50 | 0.48 | 0 | 0.80 | 0.02 | 95.88 | 0.94 | 0.59 |
| Hex | 82 | F9 | 32 | 30 | 0 | 50 | 2 | 60 | 5E | 3B |
| Octal | 202 | 371 | 62 | 60 | 0 | 120 | 2 | 140 | 136 | 73 |
| Binary | 10000010 | 11111001 | 110010 | 110000 | 0 | 1010000 | 10 | 1100000 | 1011110 | 111011 |
Color Harmonies of #82F932
Complementary color
Monochromatic Colors of #82F932
Black with #82F932
Text Example
Text Example
White with #82F932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F932; }
p { color: rgb(130,249,50); }
H1.HeaderClassName
{
color: #82F932;
}
.AnyTagClassName
{
color: #82F932;
}
</style>
background-color css
<style>
a { background-color: #82F932; }
a { background-color: rgb(130,249,50); }
div.DivClassName
{
background-color: #82F932;
}
.BgClassName
{
background-color: #82F932;
}
</style>
border-color css
<style>
span { border-color: #82F932; }
span { border-color: rgb(130,249,50); }
td.TdClassName
{
border-color: #82F932;
}
.TagClassName
{
border-color: #82F932;
}
</style>