Shades of Screamin' Green #7AF755
Tints of Screamin' Green #7AF755
RGB
CMYK
RGB Variations
Color information
#7AF755 (or 0x7AF755) is known color: Screamin' Green. HEX triplet: 7A, F7 and 55. RGB value is (122,247,85). Sum of RGB (Red+Green+Blue) = 122+247+85=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 247 (96.88% from 255 or 54.41% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF755 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF755 is #8508AA. Grayscale: #BFBFBF. Windows color (decimal): -8718507 or 5633914. OLE color: 5633914.
HSL color Cylindrical-coordinate representation of color #7AF755: hue angle of 106.3º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AF755 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 85 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.03 |
| HSL | 106.3º | 0.91% | 0.65% | - |
| HSV(B) | 106.3º | 0.66% | 0.97% | - |
| XYZ | 42.93 | 71.31 | 20.1 | - |
| YUV | 191.16 | 68.09 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 85 | 0.51 | 0 | 0.66 | 0.03 | 106.3 | 0.91 | 0.65 |
| Hex | 7A | F7 | 55 | 33 | 0 | 42 | 3 | 6A | 5B | 41 |
| Octal | 172 | 367 | 125 | 63 | 0 | 102 | 3 | 152 | 133 | 101 |
| Binary | 1111010 | 11110111 | 1010101 | 110011 | 0 | 1000010 | 11 | 1101010 | 1011011 | 1000001 |
Color Harmonies of #7AF755
Complementary color
Monochromatic Colors of #7AF755
Black with #7AF755
Text Example
Text Example
White with #7AF755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF755; }
p { color: rgb(122,247,85); }
H1.HeaderClassName
{
color: #7AF755;
}
.AnyTagClassName
{
color: #7AF755;
}
</style>
background-color css
<style>
a { background-color: #7AF755; }
a { background-color: rgb(122,247,85); }
div.DivClassName
{
background-color: #7AF755;
}
.BgClassName
{
background-color: #7AF755;
}
</style>
border-color css
<style>
span { border-color: #7AF755; }
span { border-color: rgb(122,247,85); }
td.TdClassName
{
border-color: #7AF755;
}
.TagClassName
{
border-color: #7AF755;
}
</style>