Shades of Screamin' Green #7AFE46
Tints of Screamin' Green #7AFE46
RGB
CMYK
RGB Variations
Color information
#7AFE46 (or 0x7AFE46) is known color: Screamin' Green. HEX triplet: 7A, FE and 46. RGB value is (122,254,70). Sum of RGB (Red+Green+Blue) = 122+254+70=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFE46 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFE46 is #8501B9. Grayscale: #C2C2C2. Windows color (decimal): -8716730 or 4652666. OLE color: 4652666.
HSL color Cylindrical-coordinate representation of color #7AFE46: hue angle of 103.04º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7AFE46 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 70 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.00 |
| HSL | 103.04º | 0.99% | 0.64% | - |
| HSV(B) | 103.04º | 0.72% | 1% | - |
| XYZ | 44.57 | 75.46 | 18.01 | - |
| YUV | 193.56 | 58.27 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 70 | 0.52 | 0 | 0.72 | 0.00 | 103.04 | 0.99 | 0.64 |
| Hex | 7A | FE | 46 | 34 | 0 | 48 | 0 | 67 | 63 | 40 |
| Octal | 172 | 376 | 106 | 64 | 0 | 110 | 0 | 147 | 143 | 100 |
| Binary | 1111010 | 11111110 | 1000110 | 110100 | 0 | 1001000 | 0 | 1100111 | 1100011 | 1000000 |
Color Harmonies of #7AFE46
Complementary color
Monochromatic Colors of #7AFE46
Black with #7AFE46
Text Example
Text Example
White with #7AFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFE46; }
p { color: rgb(122,254,70); }
H1.HeaderClassName
{
color: #7AFE46;
}
.AnyTagClassName
{
color: #7AFE46;
}
</style>
background-color css
<style>
a { background-color: #7AFE46; }
a { background-color: rgb(122,254,70); }
div.DivClassName
{
background-color: #7AFE46;
}
.BgClassName
{
background-color: #7AFE46;
}
</style>
border-color css
<style>
span { border-color: #7AFE46; }
span { border-color: rgb(122,254,70); }
td.TdClassName
{
border-color: #7AFE46;
}
.TagClassName
{
border-color: #7AFE46;
}
</style>