Shades of Screamin' Green #7AFE40
Tints of Screamin' Green #7AFE40
RGB
CMYK
RGB Variations
Color information
#7AFE40 (or 0x7AFE40) is known color: Screamin' Green. HEX triplet: 7A, FE and 40. RGB value is (122,254,64). Sum of RGB (Red+Green+Blue) = 122+254+64=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFE40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFE40 is #8501BF. Grayscale: #C1C1C1. Windows color (decimal): -8716736 or 4259450. OLE color: 4259450.
HSL color Cylindrical-coordinate representation of color #7AFE40: hue angle of 101.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AFE40 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 64 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.00 |
| HSL | 101.68º | 0.99% | 0.62% | - |
| HSV(B) | 101.68º | 0.75% | 1% | - |
| XYZ | 44.39 | 75.39 | 17.06 | - |
| YUV | 192.87 | 55.27 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 64 | 0.52 | 0 | 0.75 | 0.00 | 101.68 | 0.99 | 0.62 |
| Hex | 7A | FE | 40 | 34 | 0 | 4B | 0 | 66 | 63 | 3E |
| Octal | 172 | 376 | 100 | 64 | 0 | 113 | 0 | 146 | 143 | 76 |
| Binary | 1111010 | 11111110 | 1000000 | 110100 | 0 | 1001011 | 0 | 1100110 | 1100011 | 111110 |
Color Harmonies of #7AFE40
Complementary color
Monochromatic Colors of #7AFE40
Black with #7AFE40
Text Example
Text Example
White with #7AFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFE40; }
p { color: rgb(122,254,64); }
H1.HeaderClassName
{
color: #7AFE40;
}
.AnyTagClassName
{
color: #7AFE40;
}
</style>
background-color css
<style>
a { background-color: #7AFE40; }
a { background-color: rgb(122,254,64); }
div.DivClassName
{
background-color: #7AFE40;
}
.BgClassName
{
background-color: #7AFE40;
}
</style>
border-color css
<style>
span { border-color: #7AFE40; }
span { border-color: rgb(122,254,64); }
td.TdClassName
{
border-color: #7AFE40;
}
.TagClassName
{
border-color: #7AFE40;
}
</style>