Shades of Screamin' Green #7AF44A
Tints of Screamin' Green #7AF44A
RGB
CMYK
RGB Variations
Color information
#7AF44A (or 0x7AF44A) is known color: Screamin' Green. HEX triplet: 7A, F4 and 4A. RGB value is (122,244,74). Sum of RGB (Red+Green+Blue) = 122+244+74=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 244 (95.70% from 255 or 55.45% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF44A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF44A is #850BB5. Grayscale: #BCBCBC. Windows color (decimal): -8719286 or 4912250. OLE color: 4912250.
HSL color Cylindrical-coordinate representation of color #7AF44A: hue angle of 103.06º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AF44A is Cyan = 0.5, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 74 | - |
| CMYK | 0.5 | 0 | 0.70 | 0.04 |
| HSL | 103.06º | 0.89% | 0.62% | - |
| HSV(B) | 103.06º | 0.7% | 0.96% | - |
| XYZ | 41.61 | 69.33 | 17.67 | - |
| YUV | 188.14 | 63.58 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 74 | 0.5 | 0 | 0.70 | 0.04 | 103.06 | 0.89 | 0.62 |
| Hex | 7A | F4 | 4A | 32 | 0 | 46 | 4 | 67 | 59 | 3E |
| Octal | 172 | 364 | 112 | 62 | 0 | 106 | 4 | 147 | 131 | 76 |
| Binary | 1111010 | 11110100 | 1001010 | 110010 | 0 | 1000110 | 100 | 1100111 | 1011001 | 111110 |
Color Harmonies of #7AF44A
Complementary color
Monochromatic Colors of #7AF44A
Black with #7AF44A
Text Example
Text Example
White with #7AF44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF44A; }
p { color: rgb(122,244,74); }
H1.HeaderClassName
{
color: #7AF44A;
}
.AnyTagClassName
{
color: #7AF44A;
}
</style>
background-color css
<style>
a { background-color: #7AF44A; }
a { background-color: rgb(122,244,74); }
div.DivClassName
{
background-color: #7AF44A;
}
.BgClassName
{
background-color: #7AF44A;
}
</style>
border-color css
<style>
span { border-color: #7AF44A; }
span { border-color: rgb(122,244,74); }
td.TdClassName
{
border-color: #7AF44A;
}
.TagClassName
{
border-color: #7AF44A;
}
</style>