Shades of Screamin' Green #7AF350
Tints of Screamin' Green #7AF350
RGB
CMYK
RGB Variations
Color information
#7AF350 (or 0x7AF350) is known color: Screamin' Green. HEX triplet: 7A, F3 and 50. RGB value is (122,243,80). Sum of RGB (Red+Green+Blue) = 122+243+80=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF350 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF350 is #850CAF. Grayscale: #BCBCBC. Windows color (decimal): -8719536 or 5305210. OLE color: 5305210.
HSL color Cylindrical-coordinate representation of color #7AF350: hue angle of 104.54º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7AF350 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 80 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.05 |
| HSL | 104.54º | 0.87% | 0.63% | - |
| HSV(B) | 104.54º | 0.67% | 0.95% | - |
| XYZ | 41.52 | 68.82 | 18.68 | - |
| YUV | 188.24 | 66.91 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 80 | 0.50 | 0 | 0.67 | 0.05 | 104.54 | 0.87 | 0.63 |
| Hex | 7A | F3 | 50 | 32 | 0 | 43 | 5 | 69 | 57 | 3F |
| Octal | 172 | 363 | 120 | 62 | 0 | 103 | 5 | 151 | 127 | 77 |
| Binary | 1111010 | 11110011 | 1010000 | 110010 | 0 | 1000011 | 101 | 1101001 | 1010111 | 111111 |
Color Harmonies of #7AF350
Complementary color
Monochromatic Colors of #7AF350
Black with #7AF350
Text Example
Text Example
White with #7AF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF350; }
p { color: rgb(122,243,80); }
H1.HeaderClassName
{
color: #7AF350;
}
.AnyTagClassName
{
color: #7AF350;
}
</style>
background-color css
<style>
a { background-color: #7AF350; }
a { background-color: rgb(122,243,80); }
div.DivClassName
{
background-color: #7AF350;
}
.BgClassName
{
background-color: #7AF350;
}
</style>
border-color css
<style>
span { border-color: #7AF350; }
span { border-color: rgb(122,243,80); }
td.TdClassName
{
border-color: #7AF350;
}
.TagClassName
{
border-color: #7AF350;
}
</style>