Shades of Screamin' Green #7AFF5A
Tints of Screamin' Green #7AFF5A
RGB
CMYK
RGB Variations
Color information
#7AFF5A (or 0x7AFF5A) is known color: Screamin' Green. HEX triplet: 7A, FF and 5A. RGB value is (122,255,90). Sum of RGB (Red+Green+Blue) = 122+255+90=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFF5A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AFF5A is #8500A5. Grayscale: #C4C4C4. Windows color (decimal): -8716454 or 5963642. OLE color: 5963642.
HSL color Cylindrical-coordinate representation of color #7AFF5A: hue angle of 108.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AFF5A is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 90 | - |
| CMYK | 0.52 | 0 | 0.65 | 0 |
| HSL | 108.36º | 1% | 0.68% | - |
| HSV(B) | 108.36º | 0.65% | 1% | - |
| XYZ | 45.63 | 76.4 | 22.01 | - |
| YUV | 196.42 | 67.94 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 90 | 0.52 | 0 | 0.65 | 0 | 108.36 | 1 | 0.68 |
| Hex | 7A | FF | 5A | 34 | 0 | 41 | 0 | 6C | 64 | 44 |
| Octal | 172 | 377 | 132 | 64 | 0 | 101 | 0 | 154 | 144 | 104 |
| Binary | 1111010 | 11111111 | 1011010 | 110100 | 0 | 1000001 | 0 | 1101100 | 1100100 | 1000100 |
Color Harmonies of #7AFF5A
Complementary color
Monochromatic Colors of #7AFF5A
Black with #7AFF5A
Text Example
Text Example
White with #7AFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFF5A; }
p { color: rgb(122,255,90); }
H1.HeaderClassName
{
color: #7AFF5A;
}
.AnyTagClassName
{
color: #7AFF5A;
}
</style>
background-color css
<style>
a { background-color: #7AFF5A; }
a { background-color: rgb(122,255,90); }
div.DivClassName
{
background-color: #7AFF5A;
}
.BgClassName
{
background-color: #7AFF5A;
}
</style>
border-color css
<style>
span { border-color: #7AFF5A; }
span { border-color: rgb(122,255,90); }
td.TdClassName
{
border-color: #7AFF5A;
}
.TagClassName
{
border-color: #7AFF5A;
}
</style>