Shades of Screamin' Green #82F863
Tints of Screamin' Green #82F863
RGB
CMYK
RGB Variations
Color information
#82F863 (or 0x82F863) is known color: Screamin' Green. HEX triplet: 82, F8 and 63. RGB value is (130,248,99). Sum of RGB (Red+Green+Blue) = 130+248+99=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #82F863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F863 is #7D079C. Grayscale: #C4C4C4. Windows color (decimal): -8193949 or 6551682. OLE color: 6551682.
HSL color Cylindrical-coordinate representation of color #82F863: hue angle of 107.52º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82F863 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 248 | 99 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.03 |
| HSL | 107.52º | 0.91% | 0.68% | - |
| HSV(B) | 107.52º | 0.6% | 0.97% | - |
| XYZ | 45.03 | 72.78 | 23.48 | - |
| YUV | 195.73 | 73.41 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 248 | 99 | 0.48 | 0 | 0.60 | 0.03 | 107.52 | 0.91 | 0.68 |
| Hex | 82 | F8 | 63 | 30 | 0 | 3C | 3 | 6C | 5B | 44 |
| Octal | 202 | 370 | 143 | 60 | 0 | 74 | 3 | 154 | 133 | 104 |
| Binary | 10000010 | 11111000 | 1100011 | 110000 | 0 | 111100 | 11 | 1101100 | 1011011 | 1000100 |
Color Harmonies of #82F863
Complementary color
Monochromatic Colors of #82F863
Black with #82F863
Text Example
Text Example
White with #82F863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F863; }
p { color: rgb(130,248,99); }
H1.HeaderClassName
{
color: #82F863;
}
.AnyTagClassName
{
color: #82F863;
}
</style>
background-color css
<style>
a { background-color: #82F863; }
a { background-color: rgb(130,248,99); }
div.DivClassName
{
background-color: #82F863;
}
.BgClassName
{
background-color: #82F863;
}
</style>
border-color css
<style>
span { border-color: #82F863; }
span { border-color: rgb(130,248,99); }
td.TdClassName
{
border-color: #82F863;
}
.TagClassName
{
border-color: #82F863;
}
</style>