Shades of Screamin' Green #7AF868
Tints of Screamin' Green #7AF868
RGB
CMYK
RGB Variations
Color information
#7AF868 (or 0x7AF868) is known color: Screamin' Green. HEX triplet: 7A, F8 and 68. RGB value is (122,248,104). Sum of RGB (Red+Green+Blue) = 122+248+104=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF868 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF868 is #850797. Grayscale: #C2C2C2. Windows color (decimal): -8718232 or 6879354. OLE color: 6879354.
HSL color Cylindrical-coordinate representation of color #7AF868: hue angle of 112.5º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7AF868 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 104 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.03 |
| HSL | 112.5º | 0.91% | 0.69% | - |
| HSV(B) | 112.5º | 0.58% | 0.97% | - |
| XYZ | 44.09 | 72.27 | 24.72 | - |
| YUV | 193.91 | 77.26 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 104 | 0.51 | 0 | 0.58 | 0.03 | 112.5 | 0.91 | 0.69 |
| Hex | 7A | F8 | 68 | 33 | 0 | 3A | 3 | 70 | 5B | 45 |
| Octal | 172 | 370 | 150 | 63 | 0 | 72 | 3 | 160 | 133 | 105 |
| Binary | 1111010 | 11111000 | 1101000 | 110011 | 0 | 111010 | 11 | 1110000 | 1011011 | 1000101 |
Color Harmonies of #7AF868
Complementary color
Monochromatic Colors of #7AF868
Black with #7AF868
Text Example
Text Example
White with #7AF868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF868; }
p { color: rgb(122,248,104); }
H1.HeaderClassName
{
color: #7AF868;
}
.AnyTagClassName
{
color: #7AF868;
}
</style>
background-color css
<style>
a { background-color: #7AF868; }
a { background-color: rgb(122,248,104); }
div.DivClassName
{
background-color: #7AF868;
}
.BgClassName
{
background-color: #7AF868;
}
</style>
border-color css
<style>
span { border-color: #7AF868; }
span { border-color: rgb(122,248,104); }
td.TdClassName
{
border-color: #7AF868;
}
.TagClassName
{
border-color: #7AF868;
}
</style>