Shades of Screamin' Green #7EFD50
Tints of Screamin' Green #7EFD50
RGB
CMYK
RGB Variations
Color information
#7EFD50 (or 0x7EFD50) is known color: Screamin' Green. HEX triplet: 7E, FD and 50. RGB value is (126,253,80). Sum of RGB (Red+Green+Blue) = 126+253+80=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFD50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EFD50 is #8102AF. Grayscale: #C3C3C3. Windows color (decimal): -8454832 or 5307774. OLE color: 5307774.
HSL color Cylindrical-coordinate representation of color #7EFD50: hue angle of 104.05º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7EFD50 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 253 | 80 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.01 |
| HSL | 104.05º | 0.98% | 0.65% | - |
| HSV(B) | 104.05º | 0.68% | 0.99% | - |
| XYZ | 45.18 | 75.27 | 19.74 | - |
| YUV | 195.31 | 62.92 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 253 | 80 | 0.50 | 0 | 0.68 | 0.01 | 104.05 | 0.98 | 0.65 |
| Hex | 7E | FD | 50 | 32 | 0 | 44 | 1 | 68 | 62 | 41 |
| Octal | 176 | 375 | 120 | 62 | 0 | 104 | 1 | 150 | 142 | 101 |
| Binary | 1111110 | 11111101 | 1010000 | 110010 | 0 | 1000100 | 1 | 1101000 | 1100010 | 1000001 |
Color Harmonies of #7EFD50
Complementary color
Monochromatic Colors of #7EFD50
Black with #7EFD50
Text Example
Text Example
White with #7EFD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFD50; }
p { color: rgb(126,253,80); }
H1.HeaderClassName
{
color: #7EFD50;
}
.AnyTagClassName
{
color: #7EFD50;
}
</style>
background-color css
<style>
a { background-color: #7EFD50; }
a { background-color: rgb(126,253,80); }
div.DivClassName
{
background-color: #7EFD50;
}
.BgClassName
{
background-color: #7EFD50;
}
</style>
border-color css
<style>
span { border-color: #7EFD50; }
span { border-color: rgb(126,253,80); }
td.TdClassName
{
border-color: #7EFD50;
}
.TagClassName
{
border-color: #7EFD50;
}
</style>