Shades of Screamin' Green #7AFB64
Tints of Screamin' Green #7AFB64
RGB
CMYK
RGB Variations
Color information
#7AFB64 (or 0x7AFB64) is known color: Screamin' Green. HEX triplet: 7A, FB and 64. RGB value is (122,251,100). Sum of RGB (Red+Green+Blue) = 122+251+100=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #7AFB64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AFB64 is #85049B. Grayscale: #C3C3C3. Windows color (decimal): -8717468 or 6617978. OLE color: 6617978.
HSL color Cylindrical-coordinate representation of color #7AFB64: hue angle of 111.26º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AFB64 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 251 | 100 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.02 |
| HSL | 111.26º | 0.95% | 0.69% | - |
| HSV(B) | 111.26º | 0.6% | 0.98% | - |
| XYZ | 44.82 | 74.05 | 23.99 | - |
| YUV | 195.22 | 74.26 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 251 | 100 | 0.51 | 0 | 0.60 | 0.02 | 111.26 | 0.95 | 0.69 |
| Hex | 7A | FB | 64 | 33 | 0 | 3C | 2 | 6F | 5F | 45 |
| Octal | 172 | 373 | 144 | 63 | 0 | 74 | 2 | 157 | 137 | 105 |
| Binary | 1111010 | 11111011 | 1100100 | 110011 | 0 | 111100 | 10 | 1101111 | 1011111 | 1000101 |
Color Harmonies of #7AFB64
Complementary color
Monochromatic Colors of #7AFB64
Black with #7AFB64
Text Example
Text Example
White with #7AFB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFB64; }
p { color: rgb(122,251,100); }
H1.HeaderClassName
{
color: #7AFB64;
}
.AnyTagClassName
{
color: #7AFB64;
}
</style>
background-color css
<style>
a { background-color: #7AFB64; }
a { background-color: rgb(122,251,100); }
div.DivClassName
{
background-color: #7AFB64;
}
.BgClassName
{
background-color: #7AFB64;
}
</style>
border-color css
<style>
span { border-color: #7AFB64; }
span { border-color: rgb(122,251,100); }
td.TdClassName
{
border-color: #7AFB64;
}
.TagClassName
{
border-color: #7AFB64;
}
</style>