Shades of Screamin' Green #7AFE70
Tints of Screamin' Green #7AFE70
RGB
CMYK
RGB Variations
Color information
#7AFE70 (or 0x7AFE70) is known color: Screamin' Green. HEX triplet: 7A, FE and 70. RGB value is (122,254,112). Sum of RGB (Red+Green+Blue) = 122+254+112=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFE70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AFE70 is #85018F. Grayscale: #C6C6C6. Windows color (decimal): -8716688 or 7405178. OLE color: 7405178.
HSL color Cylindrical-coordinate representation of color #7AFE70: hue angle of 115.77º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AFE70 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 112 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.00 |
| HSL | 115.77º | 0.99% | 0.72% | - |
| HSV(B) | 115.77º | 0.56% | 1% | - |
| XYZ | 46.39 | 76.19 | 27.59 | - |
| YUV | 198.34 | 79.27 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 112 | 0.52 | 0 | 0.56 | 0.00 | 115.77 | 0.99 | 0.72 |
| Hex | 7A | FE | 70 | 34 | 0 | 38 | 0 | 74 | 63 | 48 |
| Octal | 172 | 376 | 160 | 64 | 0 | 70 | 0 | 164 | 143 | 110 |
| Binary | 1111010 | 11111110 | 1110000 | 110100 | 0 | 111000 | 0 | 1110100 | 1100011 | 1001000 |
Color Harmonies of #7AFE70
Complementary color
Monochromatic Colors of #7AFE70
Black with #7AFE70
Text Example
Text Example
White with #7AFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFE70; }
p { color: rgb(122,254,112); }
H1.HeaderClassName
{
color: #7AFE70;
}
.AnyTagClassName
{
color: #7AFE70;
}
</style>
background-color css
<style>
a { background-color: #7AFE70; }
a { background-color: rgb(122,254,112); }
div.DivClassName
{
background-color: #7AFE70;
}
.BgClassName
{
background-color: #7AFE70;
}
</style>
border-color css
<style>
span { border-color: #7AFE70; }
span { border-color: rgb(122,254,112); }
td.TdClassName
{
border-color: #7AFE70;
}
.TagClassName
{
border-color: #7AFE70;
}
</style>