Shades of Screamin' Green #7EFF42
Tints of Screamin' Green #7EFF42
RGB
CMYK
RGB Variations
Color information
#7EFF42 (or 0x7EFF42) is known color: Screamin' Green. HEX triplet: 7E, FF and 42. RGB value is (126,255,66). Sum of RGB (Red+Green+Blue) = 126+255+66=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EFF42 is #8100BD. Grayscale: #C3C3C3. Windows color (decimal): -8454334 or 4390782. OLE color: 4390782.
HSL color Cylindrical-coordinate representation of color #7EFF42: hue angle of 100.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EFF42 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 66 | - |
| CMYK | 0.51 | 0 | 0.74 | 0 |
| HSL | 100.95º | 1% | 0.63% | - |
| HSV(B) | 100.95º | 0.74% | 1% | - |
| XYZ | 45.35 | 76.35 | 17.5 | - |
| YUV | 194.88 | 55.26 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 66 | 0.51 | 0 | 0.74 | 0 | 100.95 | 1 | 0.63 |
| Hex | 7E | FF | 42 | 33 | 0 | 4A | 0 | 65 | 64 | 3F |
| Octal | 176 | 377 | 102 | 63 | 0 | 112 | 0 | 145 | 144 | 77 |
| Binary | 1111110 | 11111111 | 1000010 | 110011 | 0 | 1001010 | 0 | 1100101 | 1100100 | 111111 |
Color Harmonies of #7EFF42
Complementary color
Monochromatic Colors of #7EFF42
Black with #7EFF42
Text Example
Text Example
White with #7EFF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF42; }
p { color: rgb(126,255,66); }
H1.HeaderClassName
{
color: #7EFF42;
}
.AnyTagClassName
{
color: #7EFF42;
}
</style>
background-color css
<style>
a { background-color: #7EFF42; }
a { background-color: rgb(126,255,66); }
div.DivClassName
{
background-color: #7EFF42;
}
.BgClassName
{
background-color: #7EFF42;
}
</style>
border-color css
<style>
span { border-color: #7EFF42; }
span { border-color: rgb(126,255,66); }
td.TdClassName
{
border-color: #7EFF42;
}
.TagClassName
{
border-color: #7EFF42;
}
</style>