Shades of Screamin' Green #82F94C
Tints of Screamin' Green #82F94C
RGB
CMYK
RGB Variations
Color information
#82F94C (or 0x82F94C) is known color: Screamin' Green. HEX triplet: 82, F9 and 4C. RGB value is (130,249,76). Sum of RGB (Red+Green+Blue) = 130+249+76=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #82F94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F94C is #7D06B3. Grayscale: #C2C2C2. Windows color (decimal): -8193716 or 5044610. OLE color: 5044610.
HSL color Cylindrical-coordinate representation of color #82F94C: hue angle of 101.27º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82F94C is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 249 | 76 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.02 |
| HSL | 101.27º | 0.94% | 0.64% | - |
| HSV(B) | 101.27º | 0.69% | 0.98% | - |
| XYZ | 44.39 | 73.02 | 18.59 | - |
| YUV | 193.7 | 61.58 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 249 | 76 | 0.48 | 0 | 0.69 | 0.02 | 101.27 | 0.94 | 0.64 |
| Hex | 82 | F9 | 4C | 30 | 0 | 45 | 2 | 65 | 5E | 40 |
| Octal | 202 | 371 | 114 | 60 | 0 | 105 | 2 | 145 | 136 | 100 |
| Binary | 10000010 | 11111001 | 1001100 | 110000 | 0 | 1000101 | 10 | 1100101 | 1011110 | 1000000 |
Color Harmonies of #82F94C
Complementary color
Monochromatic Colors of #82F94C
Black with #82F94C
Text Example
Text Example
White with #82F94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F94C; }
p { color: rgb(130,249,76); }
H1.HeaderClassName
{
color: #82F94C;
}
.AnyTagClassName
{
color: #82F94C;
}
</style>
background-color css
<style>
a { background-color: #82F94C; }
a { background-color: rgb(130,249,76); }
div.DivClassName
{
background-color: #82F94C;
}
.BgClassName
{
background-color: #82F94C;
}
</style>
border-color css
<style>
span { border-color: #82F94C; }
span { border-color: rgb(130,249,76); }
td.TdClassName
{
border-color: #82F94C;
}
.TagClassName
{
border-color: #82F94C;
}
</style>