Shades of Screamin' Green #7FFF71
Tints of Screamin' Green #7FFF71
RGB
CMYK
RGB Variations
Color information
#7FFF71 (or 0x7FFF71) is known color: Screamin' Green. HEX triplet: 7F, FF and 71. RGB value is (127,255,113). Sum of RGB (Red+Green+Blue) = 127+255+113=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFF71 is #80008E. Grayscale: #C8C8C8. Windows color (decimal): -8388751 or 7470975. OLE color: 7470975.
HSL color Cylindrical-coordinate representation of color #7FFF71: hue angle of 114.08º 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 #7FFF71 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 113 | - |
| CMYK | 0.50 | 0 | 0.56 | 0 |
| HSL | 114.08º | 1% | 0.72% | - |
| HSV(B) | 114.08º | 0.56% | 1% | - |
| XYZ | 47.49 | 77.22 | 28.03 | - |
| YUV | 200.54 | 78.59 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 113 | 0.50 | 0 | 0.56 | 0 | 114.08 | 1 | 0.72 |
| Hex | 7F | FF | 71 | 32 | 0 | 38 | 0 | 72 | 64 | 48 |
| Octal | 177 | 377 | 161 | 62 | 0 | 70 | 0 | 162 | 144 | 110 |
| Binary | 1111111 | 11111111 | 1110001 | 110010 | 0 | 111000 | 0 | 1110010 | 1100100 | 1001000 |
Color Harmonies of #7FFF71
Complementary color
Monochromatic Colors of #7FFF71
Black with #7FFF71
Text Example
Text Example
White with #7FFF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFF71; }
p { color: rgb(127,255,113); }
H1.HeaderClassName
{
color: #7FFF71;
}
.AnyTagClassName
{
color: #7FFF71;
}
</style>
background-color css
<style>
a { background-color: #7FFF71; }
a { background-color: rgb(127,255,113); }
div.DivClassName
{
background-color: #7FFF71;
}
.BgClassName
{
background-color: #7FFF71;
}
</style>
border-color css
<style>
span { border-color: #7FFF71; }
span { border-color: rgb(127,255,113); }
td.TdClassName
{
border-color: #7FFF71;
}
.TagClassName
{
border-color: #7FFF71;
}
</style>