Shades of Green Yellow #82FC32
Tints of Green Yellow #82FC32
RGB
CMYK
RGB Variations
Color information
#82FC32 (or 0x82FC32) is known color: Green Yellow. HEX triplet: 82, FC and 32. RGB value is (130,252,50). Sum of RGB (Red+Green+Blue) = 130+252+50=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 252 (98.83% from 255 or 58.33% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 252 - color contains mainly: green. Hex color #82FC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FC32 is #7D03CD. Grayscale: #C1C1C1. Windows color (decimal): -8192974 or 3341442. OLE color: 3341442.
HSL color Cylindrical-coordinate representation of color #82FC32: hue angle of 96.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82FC32 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 252 | 50 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.01 |
| HSL | 96.24º | 0.97% | 0.59% | - |
| HSV(B) | 96.24º | 0.8% | 0.99% | - |
| XYZ | 44.59 | 74.6 | 15.07 | - |
| YUV | 192.49 | 47.58 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 252 | 50 | 0.48 | 0 | 0.80 | 0.01 | 96.24 | 0.97 | 0.59 |
| Hex | 82 | FC | 32 | 30 | 0 | 50 | 1 | 60 | 61 | 3B |
| Octal | 202 | 374 | 62 | 60 | 0 | 120 | 1 | 140 | 141 | 73 |
| Binary | 10000010 | 11111100 | 110010 | 110000 | 0 | 1010000 | 1 | 1100000 | 1100001 | 111011 |
Color Harmonies of #82FC32
Complementary color
Monochromatic Colors of #82FC32
Black with #82FC32
Text Example
Text Example
White with #82FC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FC32; }
p { color: rgb(130,252,50); }
H1.HeaderClassName
{
color: #82FC32;
}
.AnyTagClassName
{
color: #82FC32;
}
</style>
background-color css
<style>
a { background-color: #82FC32; }
a { background-color: rgb(130,252,50); }
div.DivClassName
{
background-color: #82FC32;
}
.BgClassName
{
background-color: #82FC32;
}
</style>
border-color css
<style>
span { border-color: #82FC32; }
span { border-color: rgb(130,252,50); }
td.TdClassName
{
border-color: #82FC32;
}
.TagClassName
{
border-color: #82FC32;
}
</style>