Shades of Screamin' Green #7EFF70
Tints of Screamin' Green #7EFF70
RGB
CMYK
RGB Variations
Color information
#7EFF70 (or 0x7EFF70) is known color: Screamin' Green. HEX triplet: 7E, FF and 70. RGB value is (126,255,112). Sum of RGB (Red+Green+Blue) = 126+255+112=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EFF70 is #81008F. Grayscale: #C8C8C8. Windows color (decimal): -8454288 or 7405438. OLE color: 7405438.
HSL color Cylindrical-coordinate representation of color #7EFF70: hue angle of 114.13º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7EFF70 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 112 | - |
| CMYK | 0.51 | 0 | 0.56 | 0 |
| HSL | 114.13º | 1% | 0.72% | - |
| HSV(B) | 114.13º | 0.56% | 1% | - |
| XYZ | 47.29 | 77.13 | 27.72 | - |
| YUV | 200.13 | 78.26 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 112 | 0.51 | 0 | 0.56 | 0 | 114.13 | 1 | 0.72 |
| Hex | 7E | FF | 70 | 33 | 0 | 38 | 0 | 72 | 64 | 48 |
| Octal | 176 | 377 | 160 | 63 | 0 | 70 | 0 | 162 | 144 | 110 |
| Binary | 1111110 | 11111111 | 1110000 | 110011 | 0 | 111000 | 0 | 1110010 | 1100100 | 1001000 |
Color Harmonies of #7EFF70
Complementary color
Monochromatic Colors of #7EFF70
Black with #7EFF70
Text Example
Text Example
White with #7EFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF70; }
p { color: rgb(126,255,112); }
H1.HeaderClassName
{
color: #7EFF70;
}
.AnyTagClassName
{
color: #7EFF70;
}
</style>
background-color css
<style>
a { background-color: #7EFF70; }
a { background-color: rgb(126,255,112); }
div.DivClassName
{
background-color: #7EFF70;
}
.BgClassName
{
background-color: #7EFF70;
}
</style>
border-color css
<style>
span { border-color: #7EFF70; }
span { border-color: rgb(126,255,112); }
td.TdClassName
{
border-color: #7EFF70;
}
.TagClassName
{
border-color: #7EFF70;
}
</style>