Shades of Screamin' Green #7AF140
Tints of Screamin' Green #7AF140
RGB
CMYK
RGB Variations
Color information
#7AF140 (or 0x7AF140) is known color: Screamin' Green. HEX triplet: 7A, F1 and 40. RGB value is (122,241,64). Sum of RGB (Red+Green+Blue) = 122+241+64=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF140 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF140 is #850EBF. Grayscale: #B9B9B9. Windows color (decimal): -8720064 or 4256122. OLE color: 4256122.
HSL color Cylindrical-coordinate representation of color #7AF140: hue angle of 100.34º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AF140 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 64 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.05 |
| HSL | 100.34º | 0.86% | 0.6% | - |
| HSV(B) | 100.34º | 0.73% | 0.95% | - |
| XYZ | 40.41 | 67.42 | 15.73 | - |
| YUV | 185.24 | 59.58 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 64 | 0.49 | 0 | 0.73 | 0.05 | 100.34 | 0.86 | 0.6 |
| Hex | 7A | F1 | 40 | 31 | 0 | 49 | 5 | 64 | 56 | 3C |
| Octal | 172 | 361 | 100 | 61 | 0 | 111 | 5 | 144 | 126 | 74 |
| Binary | 1111010 | 11110001 | 1000000 | 110001 | 0 | 1001001 | 101 | 1100100 | 1010110 | 111100 |
Color Harmonies of #7AF140
Complementary color
Monochromatic Colors of #7AF140
Black with #7AF140
Text Example
Text Example
White with #7AF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF140; }
p { color: rgb(122,241,64); }
H1.HeaderClassName
{
color: #7AF140;
}
.AnyTagClassName
{
color: #7AF140;
}
</style>
background-color css
<style>
a { background-color: #7AF140; }
a { background-color: rgb(122,241,64); }
div.DivClassName
{
background-color: #7AF140;
}
.BgClassName
{
background-color: #7AF140;
}
</style>
border-color css
<style>
span { border-color: #7AF140; }
span { border-color: rgb(122,241,64); }
td.TdClassName
{
border-color: #7AF140;
}
.TagClassName
{
border-color: #7AF140;
}
</style>