Shades of Screamin' Green #82FF70
Tints of Screamin' Green #82FF70
RGB
CMYK
RGB Variations
Color information
#82FF70 (or 0x82FF70) is known color: Screamin' Green. HEX triplet: 82, FF and 70. RGB value is (130,255,112). Sum of RGB (Red+Green+Blue) = 130+255+112=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FF70 is #7D008F. Grayscale: #C9C9C9. Windows color (decimal): -8192144 or 7405442. OLE color: 7405442.
HSL color Cylindrical-coordinate representation of color #82FF70: hue angle of 112.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82FF70 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 112 | - |
| CMYK | 0.49 | 0 | 0.56 | 0 |
| HSL | 112.45º | 1% | 0.72% | - |
| HSV(B) | 112.45º | 0.56% | 1% | - |
| XYZ | 47.89 | 77.44 | 27.75 | - |
| YUV | 201.32 | 77.59 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 112 | 0.49 | 0 | 0.56 | 0 | 112.45 | 1 | 0.72 |
| Hex | 82 | FF | 70 | 31 | 0 | 38 | 0 | 70 | 64 | 48 |
| Octal | 202 | 377 | 160 | 61 | 0 | 70 | 0 | 160 | 144 | 110 |
| Binary | 10000010 | 11111111 | 1110000 | 110001 | 0 | 111000 | 0 | 1110000 | 1100100 | 1001000 |
Color Harmonies of #82FF70
Complementary color
Monochromatic Colors of #82FF70
Black with #82FF70
Text Example
Text Example
White with #82FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FF70; }
p { color: rgb(130,255,112); }
H1.HeaderClassName
{
color: #82FF70;
}
.AnyTagClassName
{
color: #82FF70;
}
</style>
background-color css
<style>
a { background-color: #82FF70; }
a { background-color: rgb(130,255,112); }
div.DivClassName
{
background-color: #82FF70;
}
.BgClassName
{
background-color: #82FF70;
}
</style>
border-color css
<style>
span { border-color: #82FF70; }
span { border-color: rgb(130,255,112); }
td.TdClassName
{
border-color: #82FF70;
}
.TagClassName
{
border-color: #82FF70;
}
</style>