Shades of Screamin' Green #7AFF4C
Tints of Screamin' Green #7AFF4C
RGB
CMYK
RGB Variations
Color information
#7AFF4C (or 0x7AFF4C) is known color: Screamin' Green. HEX triplet: 7A, FF and 4C. RGB value is (122,255,76). Sum of RGB (Red+Green+Blue) = 122+255+76=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFF4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFF4C is #8500B3. Grayscale: #C3C3C3. Windows color (decimal): -8716468 or 5046138. OLE color: 5046138.
HSL color Cylindrical-coordinate representation of color #7AFF4C: hue angle of 104.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AFF4C is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 76 | - |
| CMYK | 0.52 | 0 | 0.70 | 0 |
| HSL | 104.58º | 1% | 0.65% | - |
| HSV(B) | 104.58º | 0.7% | 1% | - |
| XYZ | 45.09 | 76.18 | 19.17 | - |
| YUV | 194.83 | 60.94 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 76 | 0.52 | 0 | 0.70 | 0 | 104.58 | 1 | 0.65 |
| Hex | 7A | FF | 4C | 34 | 0 | 46 | 0 | 69 | 64 | 41 |
| Octal | 172 | 377 | 114 | 64 | 0 | 106 | 0 | 151 | 144 | 101 |
| Binary | 1111010 | 11111111 | 1001100 | 110100 | 0 | 1000110 | 0 | 1101001 | 1100100 | 1000001 |
Color Harmonies of #7AFF4C
Complementary color
Monochromatic Colors of #7AFF4C
Black with #7AFF4C
Text Example
Text Example
White with #7AFF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFF4C; }
p { color: rgb(122,255,76); }
H1.HeaderClassName
{
color: #7AFF4C;
}
.AnyTagClassName
{
color: #7AFF4C;
}
</style>
background-color css
<style>
a { background-color: #7AFF4C; }
a { background-color: rgb(122,255,76); }
div.DivClassName
{
background-color: #7AFF4C;
}
.BgClassName
{
background-color: #7AFF4C;
}
</style>
border-color css
<style>
span { border-color: #7AFF4C; }
span { border-color: rgb(122,255,76); }
td.TdClassName
{
border-color: #7AFF4C;
}
.TagClassName
{
border-color: #7AFF4C;
}
</style>