Shades of Screamin' Green #7AF54A
Tints of Screamin' Green #7AF54A
RGB
CMYK
RGB Variations
Color information
#7AF54A (or 0x7AF54A) is known color: Screamin' Green. HEX triplet: 7A, F5 and 4A. RGB value is (122,245,74). Sum of RGB (Red+Green+Blue) = 122+245+74=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 245 (96.09% from 255 or 55.56% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF54A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF54A is #850AB5. Grayscale: #BDBDBD. Windows color (decimal): -8719030 or 4912506. OLE color: 4912506.
HSL color Cylindrical-coordinate representation of color #7AF54A: hue angle of 103.16º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AF54A is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 74 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.04 |
| HSL | 103.16º | 0.9% | 0.63% | - |
| HSV(B) | 103.16º | 0.7% | 0.96% | - |
| XYZ | 41.91 | 69.94 | 17.77 | - |
| YUV | 188.73 | 63.25 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 74 | 0.50 | 0 | 0.70 | 0.04 | 103.16 | 0.9 | 0.63 |
| Hex | 7A | F5 | 4A | 32 | 0 | 46 | 4 | 67 | 5A | 3F |
| Octal | 172 | 365 | 112 | 62 | 0 | 106 | 4 | 147 | 132 | 77 |
| Binary | 1111010 | 11110101 | 1001010 | 110010 | 0 | 1000110 | 100 | 1100111 | 1011010 | 111111 |
Color Harmonies of #7AF54A
Complementary color
Monochromatic Colors of #7AF54A
Black with #7AF54A
Text Example
Text Example
White with #7AF54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF54A; }
p { color: rgb(122,245,74); }
H1.HeaderClassName
{
color: #7AF54A;
}
.AnyTagClassName
{
color: #7AF54A;
}
</style>
background-color css
<style>
a { background-color: #7AF54A; }
a { background-color: rgb(122,245,74); }
div.DivClassName
{
background-color: #7AF54A;
}
.BgClassName
{
background-color: #7AF54A;
}
</style>
border-color css
<style>
span { border-color: #7AF54A; }
span { border-color: rgb(122,245,74); }
td.TdClassName
{
border-color: #7AF54A;
}
.TagClassName
{
border-color: #7AF54A;
}
</style>