Shades of Screamin' Green #7AFC40
Tints of Screamin' Green #7AFC40
RGB
CMYK
RGB Variations
Color information
#7AFC40 (or 0x7AFC40) is known color: Screamin' Green. HEX triplet: 7A, FC and 40. RGB value is (122,252,64). Sum of RGB (Red+Green+Blue) = 122+252+64=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 252 (98.83% from 255 or 57.53% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFC40 is #8503BF. Grayscale: #C0C0C0. Windows color (decimal): -8717248 or 4258938. OLE color: 4258938.
HSL color Cylindrical-coordinate representation of color #7AFC40: hue angle of 101.49º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AFC40 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 64 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.01 |
| HSL | 101.49º | 0.97% | 0.62% | - |
| HSV(B) | 101.49º | 0.75% | 0.99% | - |
| XYZ | 43.76 | 74.13 | 16.85 | - |
| YUV | 191.7 | 55.93 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 64 | 0.52 | 0 | 0.75 | 0.01 | 101.49 | 0.97 | 0.62 |
| Hex | 7A | FC | 40 | 34 | 0 | 4B | 1 | 65 | 61 | 3E |
| Octal | 172 | 374 | 100 | 64 | 0 | 113 | 1 | 145 | 141 | 76 |
| Binary | 1111010 | 11111100 | 1000000 | 110100 | 0 | 1001011 | 1 | 1100101 | 1100001 | 111110 |
Color Harmonies of #7AFC40
Complementary color
Monochromatic Colors of #7AFC40
Black with #7AFC40
Text Example
Text Example
White with #7AFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFC40; }
p { color: rgb(122,252,64); }
H1.HeaderClassName
{
color: #7AFC40;
}
.AnyTagClassName
{
color: #7AFC40;
}
</style>
background-color css
<style>
a { background-color: #7AFC40; }
a { background-color: rgb(122,252,64); }
div.DivClassName
{
background-color: #7AFC40;
}
.BgClassName
{
background-color: #7AFC40;
}
</style>
border-color css
<style>
span { border-color: #7AFC40; }
span { border-color: rgb(122,252,64); }
td.TdClassName
{
border-color: #7AFC40;
}
.TagClassName
{
border-color: #7AFC40;
}
</style>