Shades of Screamin' Green #7AF041
Tints of Screamin' Green #7AF041
RGB
CMYK
RGB Variations
Color information
#7AF041 (or 0x7AF041) is known color: Screamin' Green. HEX triplet: 7A, F0 and 41. RGB value is (122,240,65). Sum of RGB (Red+Green+Blue) = 122+240+65=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 240 (94.14% from 255 or 56.21% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF041 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF041 is #850FBE. Grayscale: #B9B9B9. Windows color (decimal): -8720319 or 4321402. OLE color: 4321402.
HSL color Cylindrical-coordinate representation of color #7AF041: hue angle of 100.46º 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 #7AF041 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 65 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.06 |
| HSL | 100.46º | 0.85% | 0.6% | - |
| HSV(B) | 100.46º | 0.73% | 0.94% | - |
| XYZ | 40.14 | 66.84 | 15.79 | - |
| YUV | 184.77 | 60.41 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 65 | 0.49 | 0 | 0.73 | 0.06 | 100.46 | 0.85 | 0.6 |
| Hex | 7A | F0 | 41 | 31 | 0 | 49 | 6 | 64 | 55 | 3C |
| Octal | 172 | 360 | 101 | 61 | 0 | 111 | 6 | 144 | 125 | 74 |
| Binary | 1111010 | 11110000 | 1000001 | 110001 | 0 | 1001001 | 110 | 1100100 | 1010101 | 111100 |
Color Harmonies of #7AF041
Complementary color
Monochromatic Colors of #7AF041
Black with #7AF041
Text Example
Text Example
White with #7AF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF041; }
p { color: rgb(122,240,65); }
H1.HeaderClassName
{
color: #7AF041;
}
.AnyTagClassName
{
color: #7AF041;
}
</style>
background-color css
<style>
a { background-color: #7AF041; }
a { background-color: rgb(122,240,65); }
div.DivClassName
{
background-color: #7AF041;
}
.BgClassName
{
background-color: #7AF041;
}
</style>
border-color css
<style>
span { border-color: #7AF041; }
span { border-color: rgb(122,240,65); }
td.TdClassName
{
border-color: #7AF041;
}
.TagClassName
{
border-color: #7AF041;
}
</style>