Shades of Screamin' Green #7AFC44
Tints of Screamin' Green #7AFC44
RGB
CMYK
RGB Variations
Color information
#7AFC44 (or 0x7AFC44) is known color: Screamin' Green. HEX triplet: 7A, FC and 44. RGB value is (122,252,68). Sum of RGB (Red+Green+Blue) = 122+252+68=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC44 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFC44 is #8503BB. Grayscale: #C0C0C0. Windows color (decimal): -8717244 or 4521082. OLE color: 4521082.
HSL color Cylindrical-coordinate representation of color #7AFC44: hue angle of 102.39º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AFC44 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 68 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.01 |
| HSL | 102.39º | 0.97% | 0.63% | - |
| HSV(B) | 102.39º | 0.73% | 0.99% | - |
| XYZ | 43.88 | 74.18 | 17.47 | - |
| YUV | 192.15 | 57.93 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 68 | 0.52 | 0 | 0.73 | 0.01 | 102.39 | 0.97 | 0.63 |
| Hex | 7A | FC | 44 | 34 | 0 | 49 | 1 | 66 | 61 | 3F |
| Octal | 172 | 374 | 104 | 64 | 0 | 111 | 1 | 146 | 141 | 77 |
| Binary | 1111010 | 11111100 | 1000100 | 110100 | 0 | 1001001 | 1 | 1100110 | 1100001 | 111111 |
Color Harmonies of #7AFC44
Complementary color
Monochromatic Colors of #7AFC44
Black with #7AFC44
Text Example
Text Example
White with #7AFC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFC44; }
p { color: rgb(122,252,68); }
H1.HeaderClassName
{
color: #7AFC44;
}
.AnyTagClassName
{
color: #7AFC44;
}
</style>
background-color css
<style>
a { background-color: #7AFC44; }
a { background-color: rgb(122,252,68); }
div.DivClassName
{
background-color: #7AFC44;
}
.BgClassName
{
background-color: #7AFC44;
}
</style>
border-color css
<style>
span { border-color: #7AFC44; }
span { border-color: rgb(122,252,68); }
td.TdClassName
{
border-color: #7AFC44;
}
.TagClassName
{
border-color: #7AFC44;
}
</style>