Shades of Screamin' Green #7EF942
Tints of Screamin' Green #7EF942
RGB
CMYK
RGB Variations
Color information
#7EF942 (or 0x7EF942) is known color: Screamin' Green. HEX triplet: 7E, F9 and 42. RGB value is (126,249,66). Sum of RGB (Red+Green+Blue) = 126+249+66=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #7EF942 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EF942 is #8106BD. Grayscale: #BFBFBF. Windows color (decimal): -8455870 or 4389246. OLE color: 4389246.
HSL color Cylindrical-coordinate representation of color #7EF942: hue angle of 100.33º 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 #7EF942 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 249 | 66 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.02 |
| HSL | 100.33º | 0.94% | 0.62% | - |
| HSV(B) | 100.33º | 0.73% | 0.98% | - |
| XYZ | 43.46 | 72.58 | 16.87 | - |
| YUV | 191.36 | 57.25 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 249 | 66 | 0.49 | 0 | 0.73 | 0.02 | 100.33 | 0.94 | 0.62 |
| Hex | 7E | F9 | 42 | 31 | 0 | 49 | 2 | 64 | 5E | 3E |
| Octal | 176 | 371 | 102 | 61 | 0 | 111 | 2 | 144 | 136 | 76 |
| Binary | 1111110 | 11111001 | 1000010 | 110001 | 0 | 1001001 | 10 | 1100100 | 1011110 | 111110 |
Color Harmonies of #7EF942
Complementary color
Monochromatic Colors of #7EF942
Black with #7EF942
Text Example
Text Example
White with #7EF942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF942; }
p { color: rgb(126,249,66); }
H1.HeaderClassName
{
color: #7EF942;
}
.AnyTagClassName
{
color: #7EF942;
}
</style>
background-color css
<style>
a { background-color: #7EF942; }
a { background-color: rgb(126,249,66); }
div.DivClassName
{
background-color: #7EF942;
}
.BgClassName
{
background-color: #7EF942;
}
</style>
border-color css
<style>
span { border-color: #7EF942; }
span { border-color: rgb(126,249,66); }
td.TdClassName
{
border-color: #7EF942;
}
.TagClassName
{
border-color: #7EF942;
}
</style>