Shades of Screamin' Green #7EF14D
Tints of Screamin' Green #7EF14D
RGB
CMYK
RGB Variations
Color information
#7EF14D (or 0x7EF14D) is known color: Screamin' Green. HEX triplet: 7E, F1 and 4D. RGB value is (126,241,77). Sum of RGB (Red+Green+Blue) = 126+241+77=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF14D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF14D is #810EB2. Grayscale: #BCBCBC. Windows color (decimal): -8457907 or 5108094. OLE color: 5108094.
HSL color Cylindrical-coordinate representation of color #7EF14D: hue angle of 102.07º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7EF14D is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 241 | 77 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.05 |
| HSL | 102.07º | 0.85% | 0.62% | - |
| HSV(B) | 102.07º | 0.68% | 0.95% | - |
| XYZ | 41.4 | 67.88 | 17.94 | - |
| YUV | 187.92 | 65.4 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 241 | 77 | 0.48 | 0 | 0.68 | 0.05 | 102.07 | 0.85 | 0.62 |
| Hex | 7E | F1 | 4D | 30 | 0 | 44 | 5 | 66 | 55 | 3E |
| Octal | 176 | 361 | 115 | 60 | 0 | 104 | 5 | 146 | 125 | 76 |
| Binary | 1111110 | 11110001 | 1001101 | 110000 | 0 | 1000100 | 101 | 1100110 | 1010101 | 111110 |
Color Harmonies of #7EF14D
Complementary color
Monochromatic Colors of #7EF14D
Black with #7EF14D
Text Example
Text Example
White with #7EF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF14D; }
p { color: rgb(126,241,77); }
H1.HeaderClassName
{
color: #7EF14D;
}
.AnyTagClassName
{
color: #7EF14D;
}
</style>
background-color css
<style>
a { background-color: #7EF14D; }
a { background-color: rgb(126,241,77); }
div.DivClassName
{
background-color: #7EF14D;
}
.BgClassName
{
background-color: #7EF14D;
}
</style>
border-color css
<style>
span { border-color: #7EF14D; }
span { border-color: rgb(126,241,77); }
td.TdClassName
{
border-color: #7EF14D;
}
.TagClassName
{
border-color: #7EF14D;
}
</style>