Shades of Screamin' Green #7AFF45
Tints of Screamin' Green #7AFF45
RGB
CMYK
RGB Variations
Color information
#7AFF45 (or 0x7AFF45) is known color: Screamin' Green. HEX triplet: 7A, FF and 45. RGB value is (122,255,69). Sum of RGB (Red+Green+Blue) = 122+255+69=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFF45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFF45 is #8500BA. Grayscale: #C2C2C2. Windows color (decimal): -8716475 or 4587386. OLE color: 4587386.
HSL color Cylindrical-coordinate representation of color #7AFF45: hue angle of 102.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AFF45 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 69 | - |
| CMYK | 0.52 | 0 | 0.73 | 0 |
| HSL | 102.9º | 1% | 0.64% | - |
| HSV(B) | 102.9º | 0.73% | 1% | - |
| XYZ | 44.86 | 76.09 | 17.95 | - |
| YUV | 194.03 | 57.44 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 69 | 0.52 | 0 | 0.73 | 0 | 102.9 | 1 | 0.64 |
| Hex | 7A | FF | 45 | 34 | 0 | 49 | 0 | 67 | 64 | 40 |
| Octal | 172 | 377 | 105 | 64 | 0 | 111 | 0 | 147 | 144 | 100 |
| Binary | 1111010 | 11111111 | 1000101 | 110100 | 0 | 1001001 | 0 | 1100111 | 1100100 | 1000000 |
Color Harmonies of #7AFF45
Complementary color
Monochromatic Colors of #7AFF45
Black with #7AFF45
Text Example
Text Example
White with #7AFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFF45; }
p { color: rgb(122,255,69); }
H1.HeaderClassName
{
color: #7AFF45;
}
.AnyTagClassName
{
color: #7AFF45;
}
</style>
background-color css
<style>
a { background-color: #7AFF45; }
a { background-color: rgb(122,255,69); }
div.DivClassName
{
background-color: #7AFF45;
}
.BgClassName
{
background-color: #7AFF45;
}
</style>
border-color css
<style>
span { border-color: #7AFF45; }
span { border-color: rgb(122,255,69); }
td.TdClassName
{
border-color: #7AFF45;
}
.TagClassName
{
border-color: #7AFF45;
}
</style>