Shades of Screamin' Green #82F44D
Tints of Screamin' Green #82F44D
RGB
CMYK
RGB Variations
Color information
#82F44D (or 0x82F44D) is known color: Screamin' Green. HEX triplet: 82, F4 and 4D. RGB value is (130,244,77). Sum of RGB (Red+Green+Blue) = 130+244+77=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 244 (95.70% from 255 or 54.10% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 244 - color contains mainly: green. Hex color #82F44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F44D is #7D0BB2. Grayscale: #BFBFBF. Windows color (decimal): -8194995 or 5108866. OLE color: 5108866.
HSL color Cylindrical-coordinate representation of color #82F44D: hue angle of 100.96º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82F44D is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 244 | 77 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.04 |
| HSL | 100.96º | 0.88% | 0.63% | - |
| HSV(B) | 100.96º | 0.68% | 0.96% | - |
| XYZ | 42.9 | 69.98 | 18.27 | - |
| YUV | 190.88 | 63.73 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 244 | 77 | 0.47 | 0 | 0.68 | 0.04 | 100.96 | 0.88 | 0.63 |
| Hex | 82 | F4 | 4D | 2F | 0 | 44 | 4 | 65 | 58 | 3F |
| Octal | 202 | 364 | 115 | 57 | 0 | 104 | 4 | 145 | 130 | 77 |
| Binary | 10000010 | 11110100 | 1001101 | 101111 | 0 | 1000100 | 100 | 1100101 | 1011000 | 111111 |
Color Harmonies of #82F44D
Complementary color
Monochromatic Colors of #82F44D
Black with #82F44D
Text Example
Text Example
White with #82F44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F44D; }
p { color: rgb(130,244,77); }
H1.HeaderClassName
{
color: #82F44D;
}
.AnyTagClassName
{
color: #82F44D;
}
</style>
background-color css
<style>
a { background-color: #82F44D; }
a { background-color: rgb(130,244,77); }
div.DivClassName
{
background-color: #82F44D;
}
.BgClassName
{
background-color: #82F44D;
}
</style>
border-color css
<style>
span { border-color: #82F44D; }
span { border-color: rgb(130,244,77); }
td.TdClassName
{
border-color: #82F44D;
}
.TagClassName
{
border-color: #82F44D;
}
</style>