Shades of Screamin' Green #7AF040
Tints of Screamin' Green #7AF040
RGB
CMYK
RGB Variations
Color information
#7AF040 (or 0x7AF040) is known color: Screamin' Green. HEX triplet: 7A, F0 and 40. RGB value is (122,240,64). Sum of RGB (Red+Green+Blue) = 122+240+64=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF040 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF040 is #850FBF. Grayscale: #B9B9B9. Windows color (decimal): -8720320 or 4255866. OLE color: 4255866.
HSL color Cylindrical-coordinate representation of color #7AF040: hue angle of 100.23º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AF040 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 64 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.06 |
| HSL | 100.23º | 0.85% | 0.6% | - |
| HSV(B) | 100.23º | 0.73% | 0.94% | - |
| XYZ | 40.11 | 66.83 | 15.64 | - |
| YUV | 184.65 | 59.91 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 64 | 0.49 | 0 | 0.73 | 0.06 | 100.23 | 0.85 | 0.6 |
| Hex | 7A | F0 | 40 | 31 | 0 | 49 | 6 | 64 | 55 | 3C |
| Octal | 172 | 360 | 100 | 61 | 0 | 111 | 6 | 144 | 125 | 74 |
| Binary | 1111010 | 11110000 | 1000000 | 110001 | 0 | 1001001 | 110 | 1100100 | 1010101 | 111100 |
Color Harmonies of #7AF040
Complementary color
Monochromatic Colors of #7AF040
Black with #7AF040
Text Example
Text Example
White with #7AF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF040; }
p { color: rgb(122,240,64); }
H1.HeaderClassName
{
color: #7AF040;
}
.AnyTagClassName
{
color: #7AF040;
}
</style>
background-color css
<style>
a { background-color: #7AF040; }
a { background-color: rgb(122,240,64); }
div.DivClassName
{
background-color: #7AF040;
}
.BgClassName
{
background-color: #7AF040;
}
</style>
border-color css
<style>
span { border-color: #7AF040; }
span { border-color: rgb(122,240,64); }
td.TdClassName
{
border-color: #7AF040;
}
.TagClassName
{
border-color: #7AF040;
}
</style>