Shades of Screamin' Green #7AF56C
Tints of Screamin' Green #7AF56C
RGB
CMYK
RGB Variations
Color information
#7AF56C (or 0x7AF56C) is known color: Screamin' Green. HEX triplet: 7A, F5 and 6C. RGB value is (122,245,108). Sum of RGB (Red+Green+Blue) = 122+245+108=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 245 (96.09% from 255 or 51.58% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF56C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF56C is #850A93. Grayscale: #C1C1C1. Windows color (decimal): -8718996 or 7140730. OLE color: 7140730.
HSL color Cylindrical-coordinate representation of color #7AF56C: hue angle of 113.87º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AF56C is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 108 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.04 |
| HSL | 113.87º | 0.87% | 0.69% | - |
| HSV(B) | 113.87º | 0.56% | 0.96% | - |
| XYZ | 43.39 | 70.53 | 25.51 | - |
| YUV | 192.61 | 80.25 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 108 | 0.50 | 0 | 0.56 | 0.04 | 113.87 | 0.87 | 0.69 |
| Hex | 7A | F5 | 6C | 32 | 0 | 38 | 4 | 72 | 57 | 45 |
| Octal | 172 | 365 | 154 | 62 | 0 | 70 | 4 | 162 | 127 | 105 |
| Binary | 1111010 | 11110101 | 1101100 | 110010 | 0 | 111000 | 100 | 1110010 | 1010111 | 1000101 |
Color Harmonies of #7AF56C
Complementary color
Monochromatic Colors of #7AF56C
Black with #7AF56C
Text Example
Text Example
White with #7AF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF56C; }
p { color: rgb(122,245,108); }
H1.HeaderClassName
{
color: #7AF56C;
}
.AnyTagClassName
{
color: #7AF56C;
}
</style>
background-color css
<style>
a { background-color: #7AF56C; }
a { background-color: rgb(122,245,108); }
div.DivClassName
{
background-color: #7AF56C;
}
.BgClassName
{
background-color: #7AF56C;
}
</style>
border-color css
<style>
span { border-color: #7AF56C; }
span { border-color: rgb(122,245,108); }
td.TdClassName
{
border-color: #7AF56C;
}
.TagClassName
{
border-color: #7AF56C;
}
</style>