Shades of Screamin' Green #7AFC76
Tints of Screamin' Green #7AFC76
RGB
CMYK
RGB Variations
Color information
#7AFC76 (or 0x7AFC76) is known color: Screamin' Green. HEX triplet: 7A, FC and 76. RGB value is (122,252,118). Sum of RGB (Red+Green+Blue) = 122+252+118=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AFC76 is #850389. Grayscale: #C6C6C6. Windows color (decimal): -8717194 or 7797882. OLE color: 7797882.
HSL color Cylindrical-coordinate representation of color #7AFC76: hue angle of 118.21º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AFC76 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 118 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.01 |
| HSL | 118.21º | 0.96% | 0.73% | - |
| HSV(B) | 118.21º | 0.53% | 0.99% | - |
| XYZ | 46.11 | 75.07 | 29.2 | - |
| YUV | 197.85 | 82.93 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 118 | 0.52 | 0 | 0.53 | 0.01 | 118.21 | 0.96 | 0.73 |
| Hex | 7A | FC | 76 | 34 | 0 | 35 | 1 | 76 | 60 | 49 |
| Octal | 172 | 374 | 166 | 64 | 0 | 65 | 1 | 166 | 140 | 111 |
| Binary | 1111010 | 11111100 | 1110110 | 110100 | 0 | 110101 | 1 | 1110110 | 1100000 | 1001001 |
Color Harmonies of #7AFC76
Complementary color
Monochromatic Colors of #7AFC76
Black with #7AFC76
Text Example
Text Example
White with #7AFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFC76; }
p { color: rgb(122,252,118); }
H1.HeaderClassName
{
color: #7AFC76;
}
.AnyTagClassName
{
color: #7AFC76;
}
</style>
background-color css
<style>
a { background-color: #7AFC76; }
a { background-color: rgb(122,252,118); }
div.DivClassName
{
background-color: #7AFC76;
}
.BgClassName
{
background-color: #7AFC76;
}
</style>
border-color css
<style>
span { border-color: #7AFC76; }
span { border-color: rgb(122,252,118); }
td.TdClassName
{
border-color: #7AFC76;
}
.TagClassName
{
border-color: #7AFC76;
}
</style>