Shades of Screamin' Green #82F950
Tints of Screamin' Green #82F950
RGB
CMYK
RGB Variations
Color information
#82F950 (or 0x82F950) is known color: Screamin' Green. HEX triplet: 82, F9 and 50. RGB value is (130,249,80). Sum of RGB (Red+Green+Blue) = 130+249+80=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #82F950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F950 is #7D06AF. Grayscale: #C2C2C2. Windows color (decimal): -8193712 or 5306754. OLE color: 5306754.
HSL color Cylindrical-coordinate representation of color #82F950: hue angle of 102.25º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82F950 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
RGB | 130 | 249 | 80 | - |
CMYK | 0.48 | 0 | 0.68 | 0.02 |
HSL | 102.25º | 0.93% | 0.65% | - |
HSV(B) | 102.25º | 0.68% | 0.98% | - |
XYZ | 44.53 | 73.08 | 19.35 | - |
YUV | 194.15 | 63.58 | 82.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 249 | 80 | 0.48 | 0 | 0.68 | 0.02 | 102.25 | 0.93 | 0.65 |
Hex | 82 | F9 | 50 | 30 | 0 | 44 | 2 | 66 | 5D | 41 |
Octal | 202 | 371 | 120 | 60 | 0 | 104 | 2 | 146 | 135 | 101 |
Binary | 10000010 | 11111001 | 1010000 | 110000 | 0 | 1000100 | 10 | 1100110 | 1011101 | 1000001 |
Color Harmonies of #82F950
Complementary color
Monochromatic Colors of #82F950
Black with #82F950
Text Example
Text Example
White with #82F950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F950; }
p { color: rgb(130,249,80); }
H1.HeaderClassName
{
color: #82F950;
}
.AnyTagClassName
{
color: #82F950;
}
</style>
background-color css
<style>
a { background-color: #82F950; }
a { background-color: rgb(130,249,80); }
div.DivClassName
{
background-color: #82F950;
}
.BgClassName
{
background-color: #82F950;
}
</style>
border-color css
<style>
span { border-color: #82F950; }
span { border-color: rgb(130,249,80); }
td.TdClassName
{
border-color: #82F950;
}
.TagClassName
{
border-color: #82F950;
}
</style>