Shades of Screamin' Green #7AF76C
Tints of Screamin' Green #7AF76C
RGB
CMYK
RGB Variations
Color information
#7AF76C (or 0x7AF76C) is known color: Screamin' Green. HEX triplet: 7A, F7 and 6C. RGB value is (122,247,108). Sum of RGB (Red+Green+Blue) = 122+247+108=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF76C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF76C is #850893. Grayscale: #C2C2C2. Windows color (decimal): -8718484 or 7141242. OLE color: 7141242.
HSL color Cylindrical-coordinate representation of color #7AF76C: hue angle of 113.96º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AF76C is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 108 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.03 |
| HSL | 113.96º | 0.9% | 0.7% | - |
| HSV(B) | 113.96º | 0.56% | 0.97% | - |
| XYZ | 43.99 | 71.74 | 25.72 | - |
| YUV | 193.78 | 79.59 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 108 | 0.51 | 0 | 0.56 | 0.03 | 113.96 | 0.9 | 0.7 |
| Hex | 7A | F7 | 6C | 33 | 0 | 38 | 3 | 72 | 5A | 46 |
| Octal | 172 | 367 | 154 | 63 | 0 | 70 | 3 | 162 | 132 | 106 |
| Binary | 1111010 | 11110111 | 1101100 | 110011 | 0 | 111000 | 11 | 1110010 | 1011010 | 1000110 |
Color Harmonies of #7AF76C
Complementary color
Monochromatic Colors of #7AF76C
Black with #7AF76C
Text Example
Text Example
White with #7AF76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF76C; }
p { color: rgb(122,247,108); }
H1.HeaderClassName
{
color: #7AF76C;
}
.AnyTagClassName
{
color: #7AF76C;
}
</style>
background-color css
<style>
a { background-color: #7AF76C; }
a { background-color: rgb(122,247,108); }
div.DivClassName
{
background-color: #7AF76C;
}
.BgClassName
{
background-color: #7AF76C;
}
</style>
border-color css
<style>
span { border-color: #7AF76C; }
span { border-color: rgb(122,247,108); }
td.TdClassName
{
border-color: #7AF76C;
}
.TagClassName
{
border-color: #7AF76C;
}
</style>