Shades of Screamin' Green #7AF942
Tints of Screamin' Green #7AF942
RGB
CMYK
RGB Variations
Color information
#7AF942 (or 0x7AF942) is known color: Screamin' Green. HEX triplet: 7A, F9 and 42. RGB value is (122,249,66). Sum of RGB (Red+Green+Blue) = 122+249+66=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF942 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF942 is #8506BD. Grayscale: #BEBEBE. Windows color (decimal): -8718014 or 4389242. OLE color: 4389242.
HSL color Cylindrical-coordinate representation of color #7AF942: hue angle of 101.64º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AF942 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 66 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.02 |
| HSL | 101.64º | 0.94% | 0.62% | - |
| HSV(B) | 101.64º | 0.73% | 0.98% | - |
| XYZ | 42.89 | 72.28 | 16.85 | - |
| YUV | 190.17 | 57.92 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 66 | 0.51 | 0 | 0.73 | 0.02 | 101.64 | 0.94 | 0.62 |
| Hex | 7A | F9 | 42 | 33 | 0 | 49 | 2 | 66 | 5E | 3E |
| Octal | 172 | 371 | 102 | 63 | 0 | 111 | 2 | 146 | 136 | 76 |
| Binary | 1111010 | 11111001 | 1000010 | 110011 | 0 | 1001001 | 10 | 1100110 | 1011110 | 111110 |
Color Harmonies of #7AF942
Complementary color
Monochromatic Colors of #7AF942
Black with #7AF942
Text Example
Text Example
White with #7AF942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF942; }
p { color: rgb(122,249,66); }
H1.HeaderClassName
{
color: #7AF942;
}
.AnyTagClassName
{
color: #7AF942;
}
</style>
background-color css
<style>
a { background-color: #7AF942; }
a { background-color: rgb(122,249,66); }
div.DivClassName
{
background-color: #7AF942;
}
.BgClassName
{
background-color: #7AF942;
}
</style>
border-color css
<style>
span { border-color: #7AF942; }
span { border-color: rgb(122,249,66); }
td.TdClassName
{
border-color: #7AF942;
}
.TagClassName
{
border-color: #7AF942;
}
</style>