Shades of Screamin' Green #7FFF70
Tints of Screamin' Green #7FFF70
RGB
CMYK
RGB Variations
Color information
#7FFF70 (or 0x7FFF70) is known color: Screamin' Green. HEX triplet: 7F, FF and 70. RGB value is (127,255,112). Sum of RGB (Red+Green+Blue) = 127+255+112=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFF70 is #80008F. Grayscale: #C8C8C8. Windows color (decimal): -8388752 or 7405439. OLE color: 7405439.
HSL color Cylindrical-coordinate representation of color #7FFF70: hue angle of 113.71º 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 #7FFF70 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 112 | - |
| CMYK | 0.50 | 0 | 0.56 | 0 |
| HSL | 113.71º | 1% | 0.72% | - |
| HSV(B) | 113.71º | 0.56% | 1% | - |
| XYZ | 47.44 | 77.2 | 27.73 | - |
| YUV | 200.43 | 78.09 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 112 | 0.50 | 0 | 0.56 | 0 | 113.71 | 1 | 0.72 |
| Hex | 7F | FF | 70 | 32 | 0 | 38 | 0 | 72 | 64 | 48 |
| Octal | 177 | 377 | 160 | 62 | 0 | 70 | 0 | 162 | 144 | 110 |
| Binary | 1111111 | 11111111 | 1110000 | 110010 | 0 | 111000 | 0 | 1110010 | 1100100 | 1001000 |
Color Harmonies of #7FFF70
Complementary color
Monochromatic Colors of #7FFF70
Black with #7FFF70
Text Example
Text Example
White with #7FFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFF70; }
p { color: rgb(127,255,112); }
H1.HeaderClassName
{
color: #7FFF70;
}
.AnyTagClassName
{
color: #7FFF70;
}
</style>
background-color css
<style>
a { background-color: #7FFF70; }
a { background-color: rgb(127,255,112); }
div.DivClassName
{
background-color: #7FFF70;
}
.BgClassName
{
background-color: #7FFF70;
}
</style>
border-color css
<style>
span { border-color: #7FFF70; }
span { border-color: rgb(127,255,112); }
td.TdClassName
{
border-color: #7FFF70;
}
.TagClassName
{
border-color: #7FFF70;
}
</style>