Shades of Screamin' Green #7AFF4A
Tints of Screamin' Green #7AFF4A
RGB
CMYK
RGB Variations
Color information
#7AFF4A (or 0x7AFF4A) is known color: Screamin' Green. HEX triplet: 7A, FF and 4A. RGB value is (122,255,74). Sum of RGB (Red+Green+Blue) = 122+255+74=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFF4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFF4A is #8500B5. Grayscale: #C3C3C3. Windows color (decimal): -8716470 or 4915066. OLE color: 4915066.
HSL color Cylindrical-coordinate representation of color #7AFF4A: hue angle of 104.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AFF4A is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 74 | - |
| CMYK | 0.52 | 0 | 0.71 | 0 |
| HSL | 104.09º | 1% | 0.65% | - |
| HSV(B) | 104.09º | 0.71% | 1% | - |
| XYZ | 45.02 | 76.15 | 18.8 | - |
| YUV | 194.6 | 59.94 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 74 | 0.52 | 0 | 0.71 | 0 | 104.09 | 1 | 0.65 |
| Hex | 7A | FF | 4A | 34 | 0 | 47 | 0 | 68 | 64 | 41 |
| Octal | 172 | 377 | 112 | 64 | 0 | 107 | 0 | 150 | 144 | 101 |
| Binary | 1111010 | 11111111 | 1001010 | 110100 | 0 | 1000111 | 0 | 1101000 | 1100100 | 1000001 |
Color Harmonies of #7AFF4A
Complementary color
Monochromatic Colors of #7AFF4A
Black with #7AFF4A
Text Example
Text Example
White with #7AFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFF4A; }
p { color: rgb(122,255,74); }
H1.HeaderClassName
{
color: #7AFF4A;
}
.AnyTagClassName
{
color: #7AFF4A;
}
</style>
background-color css
<style>
a { background-color: #7AFF4A; }
a { background-color: rgb(122,255,74); }
div.DivClassName
{
background-color: #7AFF4A;
}
.BgClassName
{
background-color: #7AFF4A;
}
</style>
border-color css
<style>
span { border-color: #7AFF4A; }
span { border-color: rgb(122,255,74); }
td.TdClassName
{
border-color: #7AFF4A;
}
.TagClassName
{
border-color: #7AFF4A;
}
</style>