Shades of Screamin' Green #7AFA73
Tints of Screamin' Green #7AFA73
RGB
CMYK
RGB Variations
Color information
#7AFA73 (or 0x7AFA73) is known color: Screamin' Green. HEX triplet: 7A, FA and 73. RGB value is (122,250,115). Sum of RGB (Red+Green+Blue) = 122+250+115=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AFA73 is #85058C. Grayscale: #C4C4C4. Windows color (decimal): -8717709 or 7600762. OLE color: 7600762.
HSL color Cylindrical-coordinate representation of color #7AFA73: hue angle of 116.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AFA73 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 115 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.02 |
| HSL | 116.89º | 0.93% | 0.72% | - |
| HSV(B) | 116.89º | 0.54% | 0.98% | - |
| XYZ | 45.31 | 73.75 | 28.07 | - |
| YUV | 196.34 | 82.09 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 115 | 0.51 | 0 | 0.54 | 0.02 | 116.89 | 0.93 | 0.72 |
| Hex | 7A | FA | 73 | 33 | 0 | 36 | 2 | 75 | 5D | 48 |
| Octal | 172 | 372 | 163 | 63 | 0 | 66 | 2 | 165 | 135 | 110 |
| Binary | 1111010 | 11111010 | 1110011 | 110011 | 0 | 110110 | 10 | 1110101 | 1011101 | 1001000 |
Color Harmonies of #7AFA73
Complementary color
Monochromatic Colors of #7AFA73
Black with #7AFA73
Text Example
Text Example
White with #7AFA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFA73; }
p { color: rgb(122,250,115); }
H1.HeaderClassName
{
color: #7AFA73;
}
.AnyTagClassName
{
color: #7AFA73;
}
</style>
background-color css
<style>
a { background-color: #7AFA73; }
a { background-color: rgb(122,250,115); }
div.DivClassName
{
background-color: #7AFA73;
}
.BgClassName
{
background-color: #7AFA73;
}
</style>
border-color css
<style>
span { border-color: #7AFA73; }
span { border-color: rgb(122,250,115); }
td.TdClassName
{
border-color: #7AFA73;
}
.TagClassName
{
border-color: #7AFA73;
}
</style>