Shades of Screamin' Green #82FE4A
Tints of Screamin' Green #82FE4A
RGB
CMYK
RGB Variations
Color information
#82FE4A (or 0x82FE4A) is known color: Screamin' Green. HEX triplet: 82, FE and 4A. RGB value is (130,254,74). Sum of RGB (Red+Green+Blue) = 130+254+74=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 254 (99.61% from 255 or 55.46% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 254 - color contains mainly: green. Hex color #82FE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FE4A is #7D01B5. Grayscale: #C5C5C5. Windows color (decimal): -8192438 or 4914818. OLE color: 4914818.
HSL color Cylindrical-coordinate representation of color #82FE4A: hue angle of 101.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82FE4A is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 254 | 74 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.00 |
| HSL | 101.33º | 0.99% | 0.64% | - |
| HSV(B) | 101.33º | 0.71% | 1% | - |
| XYZ | 45.88 | 76.12 | 18.75 | - |
| YUV | 196.4 | 58.92 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 254 | 74 | 0.49 | 0 | 0.71 | 0.00 | 101.33 | 0.99 | 0.64 |
| Hex | 82 | FE | 4A | 31 | 0 | 47 | 0 | 65 | 63 | 40 |
| Octal | 202 | 376 | 112 | 61 | 0 | 107 | 0 | 145 | 143 | 100 |
| Binary | 10000010 | 11111110 | 1001010 | 110001 | 0 | 1000111 | 0 | 1100101 | 1100011 | 1000000 |
Color Harmonies of #82FE4A
Complementary color
Monochromatic Colors of #82FE4A
Black with #82FE4A
Text Example
Text Example
White with #82FE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FE4A; }
p { color: rgb(130,254,74); }
H1.HeaderClassName
{
color: #82FE4A;
}
.AnyTagClassName
{
color: #82FE4A;
}
</style>
background-color css
<style>
a { background-color: #82FE4A; }
a { background-color: rgb(130,254,74); }
div.DivClassName
{
background-color: #82FE4A;
}
.BgClassName
{
background-color: #82FE4A;
}
</style>
border-color css
<style>
span { border-color: #82FE4A; }
span { border-color: rgb(130,254,74); }
td.TdClassName
{
border-color: #82FE4A;
}
.TagClassName
{
border-color: #82FE4A;
}
</style>