Shades of Screamin' Green #7AF64D
Tints of Screamin' Green #7AF64D
RGB
CMYK
RGB Variations
Color information
#7AF64D (or 0x7AF64D) is known color: Screamin' Green. HEX triplet: 7A, F6 and 4D. RGB value is (122,246,77). Sum of RGB (Red+Green+Blue) = 122+246+77=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 246 (96.48% from 255 or 55.28% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF64D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF64D is #8509B2. Grayscale: #BEBEBE. Windows color (decimal): -8718771 or 5109370. OLE color: 5109370.
HSL color Cylindrical-coordinate representation of color #7AF64D: hue angle of 104.02º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7AF64D is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 246 | 77 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.04 |
| HSL | 104.02º | 0.9% | 0.63% | - |
| HSV(B) | 104.02º | 0.69% | 0.96% | - |
| XYZ | 42.32 | 70.58 | 18.41 | - |
| YUV | 189.66 | 64.42 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 246 | 77 | 0.50 | 0 | 0.69 | 0.04 | 104.02 | 0.9 | 0.63 |
| Hex | 7A | F6 | 4D | 32 | 0 | 45 | 4 | 68 | 5A | 3F |
| Octal | 172 | 366 | 115 | 62 | 0 | 105 | 4 | 150 | 132 | 77 |
| Binary | 1111010 | 11110110 | 1001101 | 110010 | 0 | 1000101 | 100 | 1101000 | 1011010 | 111111 |
Color Harmonies of #7AF64D
Complementary color
Monochromatic Colors of #7AF64D
Black with #7AF64D
Text Example
Text Example
White with #7AF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF64D; }
p { color: rgb(122,246,77); }
H1.HeaderClassName
{
color: #7AF64D;
}
.AnyTagClassName
{
color: #7AF64D;
}
</style>
background-color css
<style>
a { background-color: #7AF64D; }
a { background-color: rgb(122,246,77); }
div.DivClassName
{
background-color: #7AF64D;
}
.BgClassName
{
background-color: #7AF64D;
}
</style>
border-color css
<style>
span { border-color: #7AF64D; }
span { border-color: rgb(122,246,77); }
td.TdClassName
{
border-color: #7AF64D;
}
.TagClassName
{
border-color: #7AF64D;
}
</style>