Shades of Screamin' Green #82F260
Tints of Screamin' Green #82F260
RGB
CMYK
RGB Variations
Color information
#82F260 (or 0x82F260) is known color: Screamin' Green. HEX triplet: 82, F2 and 60. RGB value is (130,242,96). Sum of RGB (Red+Green+Blue) = 130+242+96=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #82F260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F260 is #7D0D9F. Grayscale: #C0C0C0. Windows color (decimal): -8195488 or 6353538. OLE color: 6353538.
HSL color Cylindrical-coordinate representation of color #82F260: hue angle of 106.03º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82F260 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 242 | 96 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.05 |
| HSL | 106.03º | 0.85% | 0.66% | - |
| HSV(B) | 106.03º | 0.6% | 0.95% | - |
| XYZ | 43.07 | 69.09 | 22.13 | - |
| YUV | 191.87 | 73.89 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 242 | 96 | 0.46 | 0 | 0.60 | 0.05 | 106.03 | 0.85 | 0.66 |
| Hex | 82 | F2 | 60 | 2E | 0 | 3C | 5 | 6A | 55 | 42 |
| Octal | 202 | 362 | 140 | 56 | 0 | 74 | 5 | 152 | 125 | 102 |
| Binary | 10000010 | 11110010 | 1100000 | 101110 | 0 | 111100 | 101 | 1101010 | 1010101 | 1000010 |
Color Harmonies of #82F260
Complementary color
Monochromatic Colors of #82F260
Black with #82F260
Text Example
Text Example
White with #82F260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F260; }
p { color: rgb(130,242,96); }
H1.HeaderClassName
{
color: #82F260;
}
.AnyTagClassName
{
color: #82F260;
}
</style>
background-color css
<style>
a { background-color: #82F260; }
a { background-color: rgb(130,242,96); }
div.DivClassName
{
background-color: #82F260;
}
.BgClassName
{
background-color: #82F260;
}
</style>
border-color css
<style>
span { border-color: #82F260; }
span { border-color: rgb(130,242,96); }
td.TdClassName
{
border-color: #82F260;
}
.TagClassName
{
border-color: #82F260;
}
</style>