Shades of Screamin' Green #7AFA72
Tints of Screamin' Green #7AFA72
RGB
CMYK
RGB Variations
Color information
#7AFA72 (or 0x7AFA72) is known color: Screamin' Green. HEX triplet: 7A, FA and 72. RGB value is (122,250,114). Sum of RGB (Red+Green+Blue) = 122+250+114=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AFA72 is #85058D. Grayscale: #C4C4C4. Windows color (decimal): -8717710 or 7535226. OLE color: 7535226.
HSL color Cylindrical-coordinate representation of color #7AFA72: hue angle of 116.47º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AFA72 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 114 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.02 |
| HSL | 116.47º | 0.93% | 0.71% | - |
| HSV(B) | 116.47º | 0.54% | 0.98% | - |
| XYZ | 45.25 | 73.72 | 27.76 | - |
| YUV | 196.22 | 81.59 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 114 | 0.51 | 0 | 0.54 | 0.02 | 116.47 | 0.93 | 0.71 |
| Hex | 7A | FA | 72 | 33 | 0 | 36 | 2 | 74 | 5D | 47 |
| Octal | 172 | 372 | 162 | 63 | 0 | 66 | 2 | 164 | 135 | 107 |
| Binary | 1111010 | 11111010 | 1110010 | 110011 | 0 | 110110 | 10 | 1110100 | 1011101 | 1000111 |
Color Harmonies of #7AFA72
Complementary color
Monochromatic Colors of #7AFA72
Black with #7AFA72
Text Example
Text Example
White with #7AFA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFA72; }
p { color: rgb(122,250,114); }
H1.HeaderClassName
{
color: #7AFA72;
}
.AnyTagClassName
{
color: #7AFA72;
}
</style>
background-color css
<style>
a { background-color: #7AFA72; }
a { background-color: rgb(122,250,114); }
div.DivClassName
{
background-color: #7AFA72;
}
.BgClassName
{
background-color: #7AFA72;
}
</style>
border-color css
<style>
span { border-color: #7AFA72; }
span { border-color: rgb(122,250,114); }
td.TdClassName
{
border-color: #7AFA72;
}
.TagClassName
{
border-color: #7AFA72;
}
</style>