Shades of Screamin' Green #7AF049
Tints of Screamin' Green #7AF049
RGB
CMYK
RGB Variations
Color information
#7AF049 (or 0x7AF049) is known color: Screamin' Green. HEX triplet: 7A, F0 and 49. RGB value is (122,240,73). Sum of RGB (Red+Green+Blue) = 122+240+73=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF049 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF049 is #850FB6. Grayscale: #BABABA. Windows color (decimal): -8720311 or 4845690. OLE color: 4845690.
HSL color Cylindrical-coordinate representation of color #7AF049: hue angle of 102.4º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AF049 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 73 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.06 |
| HSL | 102.4º | 0.85% | 0.61% | - |
| HSV(B) | 102.4º | 0.7% | 0.94% | - |
| XYZ | 40.39 | 66.94 | 17.1 | - |
| YUV | 185.68 | 64.41 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 73 | 0.49 | 0 | 0.70 | 0.06 | 102.4 | 0.85 | 0.61 |
| Hex | 7A | F0 | 49 | 31 | 0 | 46 | 6 | 66 | 55 | 3D |
| Octal | 172 | 360 | 111 | 61 | 0 | 106 | 6 | 146 | 125 | 75 |
| Binary | 1111010 | 11110000 | 1001001 | 110001 | 0 | 1000110 | 110 | 1100110 | 1010101 | 111101 |
Color Harmonies of #7AF049
Complementary color
Monochromatic Colors of #7AF049
Black with #7AF049
Text Example
Text Example
White with #7AF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF049; }
p { color: rgb(122,240,73); }
H1.HeaderClassName
{
color: #7AF049;
}
.AnyTagClassName
{
color: #7AF049;
}
</style>
background-color css
<style>
a { background-color: #7AF049; }
a { background-color: rgb(122,240,73); }
div.DivClassName
{
background-color: #7AF049;
}
.BgClassName
{
background-color: #7AF049;
}
</style>
border-color css
<style>
span { border-color: #7AF049; }
span { border-color: rgb(122,240,73); }
td.TdClassName
{
border-color: #7AF049;
}
.TagClassName
{
border-color: #7AF049;
}
</style>