Shades of Screamin' Green #82F86E
Tints of Screamin' Green #82F86E
RGB
CMYK
RGB Variations
Color information
#82F86E (or 0x82F86E) is known color: Screamin' Green. HEX triplet: 82, F8 and 6E. RGB value is (130,248,110). Sum of RGB (Red+Green+Blue) = 130+248+110=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #82F86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F86E is #7D0791. Grayscale: #C5C5C5. Windows color (decimal): -8193938 or 7272578. OLE color: 7272578.
HSL color Cylindrical-coordinate representation of color #82F86E: hue angle of 111.3º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82F86E is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 248 | 110 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.03 |
| HSL | 111.3º | 0.91% | 0.7% | - |
| HSV(B) | 111.3º | 0.56% | 0.97% | - |
| XYZ | 45.59 | 73.01 | 26.44 | - |
| YUV | 196.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 248 | 110 | 0.48 | 0 | 0.56 | 0.03 | 111.3 | 0.91 | 0.7 |
| Hex | 82 | F8 | 6E | 30 | 0 | 38 | 3 | 6F | 5B | 46 |
| Octal | 202 | 370 | 156 | 60 | 0 | 70 | 3 | 157 | 133 | 106 |
| Binary | 10000010 | 11111000 | 1101110 | 110000 | 0 | 111000 | 11 | 1101111 | 1011011 | 1000110 |
Color Harmonies of #82F86E
Complementary color
Monochromatic Colors of #82F86E
Black with #82F86E
Text Example
Text Example
White with #82F86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F86E; }
p { color: rgb(130,248,110); }
H1.HeaderClassName
{
color: #82F86E;
}
.AnyTagClassName
{
color: #82F86E;
}
</style>
background-color css
<style>
a { background-color: #82F86E; }
a { background-color: rgb(130,248,110); }
div.DivClassName
{
background-color: #82F86E;
}
.BgClassName
{
background-color: #82F86E;
}
</style>
border-color css
<style>
span { border-color: #82F86E; }
span { border-color: rgb(130,248,110); }
td.TdClassName
{
border-color: #82F86E;
}
.TagClassName
{
border-color: #82F86E;
}
</style>