Shades of Screamin' Green #7AFF4B
Tints of Screamin' Green #7AFF4B
RGB
CMYK
RGB Variations
Color information
#7AFF4B (or 0x7AFF4B) is known color: Screamin' Green. HEX triplet: 7A, FF and 4B. RGB value is (122,255,75). Sum of RGB (Red+Green+Blue) = 122+255+75=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFF4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFF4B is #8500B4. Grayscale: #C3C3C3. Windows color (decimal): -8716469 or 4980602. OLE color: 4980602.
HSL color Cylindrical-coordinate representation of color #7AFF4B: hue angle of 104.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AFF4B is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 75 | - |
| CMYK | 0.52 | 0 | 0.71 | 0 |
| HSL | 104.33º | 1% | 0.65% | - |
| HSV(B) | 104.33º | 0.71% | 1% | - |
| XYZ | 45.06 | 76.17 | 18.98 | - |
| YUV | 194.71 | 60.44 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 75 | 0.52 | 0 | 0.71 | 0 | 104.33 | 1 | 0.65 |
| Hex | 7A | FF | 4B | 34 | 0 | 47 | 0 | 68 | 64 | 41 |
| Octal | 172 | 377 | 113 | 64 | 0 | 107 | 0 | 150 | 144 | 101 |
| Binary | 1111010 | 11111111 | 1001011 | 110100 | 0 | 1000111 | 0 | 1101000 | 1100100 | 1000001 |
Color Harmonies of #7AFF4B
Complementary color
Monochromatic Colors of #7AFF4B
Black with #7AFF4B
Text Example
Text Example
White with #7AFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFF4B; }
p { color: rgb(122,255,75); }
H1.HeaderClassName
{
color: #7AFF4B;
}
.AnyTagClassName
{
color: #7AFF4B;
}
</style>
background-color css
<style>
a { background-color: #7AFF4B; }
a { background-color: rgb(122,255,75); }
div.DivClassName
{
background-color: #7AFF4B;
}
.BgClassName
{
background-color: #7AFF4B;
}
</style>
border-color css
<style>
span { border-color: #7AFF4B; }
span { border-color: rgb(122,255,75); }
td.TdClassName
{
border-color: #7AFF4B;
}
.TagClassName
{
border-color: #7AFF4B;
}
</style>