Shades of Screamin' Green #7AF268
Tints of Screamin' Green #7AF268
RGB
CMYK
RGB Variations
Color information
#7AF268 (or 0x7AF268) is known color: Screamin' Green. HEX triplet: 7A, F2 and 68. RGB value is (122,242,104). Sum of RGB (Red+Green+Blue) = 122+242+104=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF268 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF268 is #850D97. Grayscale: #BEBEBE. Windows color (decimal): -8719768 or 6877818. OLE color: 6877818.
HSL color Cylindrical-coordinate representation of color #7AF268: hue angle of 112.17º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AF268 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 104 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.05 |
| HSL | 112.17º | 0.84% | 0.68% | - |
| HSV(B) | 112.17º | 0.57% | 0.95% | - |
| XYZ | 42.28 | 68.64 | 24.12 | - |
| YUV | 190.39 | 79.24 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 104 | 0.50 | 0 | 0.57 | 0.05 | 112.17 | 0.84 | 0.68 |
| Hex | 7A | F2 | 68 | 32 | 0 | 39 | 5 | 70 | 54 | 44 |
| Octal | 172 | 362 | 150 | 62 | 0 | 71 | 5 | 160 | 124 | 104 |
| Binary | 1111010 | 11110010 | 1101000 | 110010 | 0 | 111001 | 101 | 1110000 | 1010100 | 1000100 |
Color Harmonies of #7AF268
Complementary color
Monochromatic Colors of #7AF268
Black with #7AF268
Text Example
Text Example
White with #7AF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF268; }
p { color: rgb(122,242,104); }
H1.HeaderClassName
{
color: #7AF268;
}
.AnyTagClassName
{
color: #7AF268;
}
</style>
background-color css
<style>
a { background-color: #7AF268; }
a { background-color: rgb(122,242,104); }
div.DivClassName
{
background-color: #7AF268;
}
.BgClassName
{
background-color: #7AF268;
}
</style>
border-color css
<style>
span { border-color: #7AF268; }
span { border-color: rgb(122,242,104); }
td.TdClassName
{
border-color: #7AF268;
}
.TagClassName
{
border-color: #7AF268;
}
</style>