Shades of Screamin' Green #82F963
Tints of Screamin' Green #82F963
RGB
CMYK
RGB Variations
Color information
#82F963 (or 0x82F963) is known color: Screamin' Green. HEX triplet: 82, F9 and 63. RGB value is (130,249,99). Sum of RGB (Red+Green+Blue) = 130+249+99=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #82F963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F963 is #7D069C. Grayscale: #C4C4C4. Windows color (decimal): -8193693 or 6551938. OLE color: 6551938.
HSL color Cylindrical-coordinate representation of color #82F963: hue angle of 107.6º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82F963 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 249 | 99 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.02 |
| HSL | 107.6º | 0.93% | 0.68% | - |
| HSV(B) | 107.6º | 0.6% | 0.98% | - |
| XYZ | 45.33 | 73.4 | 23.58 | - |
| YUV | 196.32 | 73.08 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 249 | 99 | 0.48 | 0 | 0.60 | 0.02 | 107.6 | 0.93 | 0.68 |
| Hex | 82 | F9 | 63 | 30 | 0 | 3C | 2 | 6C | 5D | 44 |
| Octal | 202 | 371 | 143 | 60 | 0 | 74 | 2 | 154 | 135 | 104 |
| Binary | 10000010 | 11111001 | 1100011 | 110000 | 0 | 111100 | 10 | 1101100 | 1011101 | 1000100 |
Color Harmonies of #82F963
Complementary color
Monochromatic Colors of #82F963
Black with #82F963
Text Example
Text Example
White with #82F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F963; }
p { color: rgb(130,249,99); }
H1.HeaderClassName
{
color: #82F963;
}
.AnyTagClassName
{
color: #82F963;
}
</style>
background-color css
<style>
a { background-color: #82F963; }
a { background-color: rgb(130,249,99); }
div.DivClassName
{
background-color: #82F963;
}
.BgClassName
{
background-color: #82F963;
}
</style>
border-color css
<style>
span { border-color: #82F963; }
span { border-color: rgb(130,249,99); }
td.TdClassName
{
border-color: #82F963;
}
.TagClassName
{
border-color: #82F963;
}
</style>