Shades of Screamin' Green #7AFC70
Tints of Screamin' Green #7AFC70
RGB
CMYK
RGB Variations
Color information
#7AFC70 (or 0x7AFC70) is known color: Screamin' Green. HEX triplet: 7A, FC and 70. RGB value is (122,252,112). Sum of RGB (Red+Green+Blue) = 122+252+112=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AFC70 is #85038F. Grayscale: #C5C5C5. Windows color (decimal): -8717200 or 7404666. OLE color: 7404666.
HSL color Cylindrical-coordinate representation of color #7AFC70: hue angle of 115.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AFC70 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 112 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.01 |
| HSL | 115.71º | 0.96% | 0.71% | - |
| HSV(B) | 115.71º | 0.56% | 0.99% | - |
| XYZ | 45.76 | 74.93 | 27.38 | - |
| YUV | 197.17 | 79.93 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 112 | 0.52 | 0 | 0.56 | 0.01 | 115.71 | 0.96 | 0.71 |
| Hex | 7A | FC | 70 | 34 | 0 | 38 | 1 | 74 | 60 | 47 |
| Octal | 172 | 374 | 160 | 64 | 0 | 70 | 1 | 164 | 140 | 107 |
| Binary | 1111010 | 11111100 | 1110000 | 110100 | 0 | 111000 | 1 | 1110100 | 1100000 | 1000111 |
Color Harmonies of #7AFC70
Complementary color
Monochromatic Colors of #7AFC70
Black with #7AFC70
Text Example
Text Example
White with #7AFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFC70; }
p { color: rgb(122,252,112); }
H1.HeaderClassName
{
color: #7AFC70;
}
.AnyTagClassName
{
color: #7AFC70;
}
</style>
background-color css
<style>
a { background-color: #7AFC70; }
a { background-color: rgb(122,252,112); }
div.DivClassName
{
background-color: #7AFC70;
}
.BgClassName
{
background-color: #7AFC70;
}
</style>
border-color css
<style>
span { border-color: #7AFC70; }
span { border-color: rgb(122,252,112); }
td.TdClassName
{
border-color: #7AFC70;
}
.TagClassName
{
border-color: #7AFC70;
}
</style>