Shades of Screamin' Green #7AF568
Tints of Screamin' Green #7AF568
RGB
CMYK
RGB Variations
Color information
#7AF568 (or 0x7AF568) is known color: Screamin' Green. HEX triplet: 7A, F5 and 68. RGB value is (122,245,104). Sum of RGB (Red+Green+Blue) = 122+245+104=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 245 (96.09% from 255 or 52.02% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF568 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF568 is #850A97. Grayscale: #C0C0C0. Windows color (decimal): -8719000 or 6878586. OLE color: 6878586.
HSL color Cylindrical-coordinate representation of color #7AF568: hue angle of 112.34º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7AF568 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 104 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.04 |
| HSL | 112.34º | 0.88% | 0.68% | - |
| HSV(B) | 112.34º | 0.58% | 0.96% | - |
| XYZ | 43.18 | 70.44 | 24.42 | - |
| YUV | 192.15 | 78.25 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 104 | 0.50 | 0 | 0.58 | 0.04 | 112.34 | 0.88 | 0.68 |
| Hex | 7A | F5 | 68 | 32 | 0 | 3A | 4 | 70 | 58 | 44 |
| Octal | 172 | 365 | 150 | 62 | 0 | 72 | 4 | 160 | 130 | 104 |
| Binary | 1111010 | 11110101 | 1101000 | 110010 | 0 | 111010 | 100 | 1110000 | 1011000 | 1000100 |
Color Harmonies of #7AF568
Complementary color
Monochromatic Colors of #7AF568
Black with #7AF568
Text Example
Text Example
White with #7AF568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF568; }
p { color: rgb(122,245,104); }
H1.HeaderClassName
{
color: #7AF568;
}
.AnyTagClassName
{
color: #7AF568;
}
</style>
background-color css
<style>
a { background-color: #7AF568; }
a { background-color: rgb(122,245,104); }
div.DivClassName
{
background-color: #7AF568;
}
.BgClassName
{
background-color: #7AF568;
}
</style>
border-color css
<style>
span { border-color: #7AF568; }
span { border-color: rgb(122,245,104); }
td.TdClassName
{
border-color: #7AF568;
}
.TagClassName
{
border-color: #7AF568;
}
</style>