Shades of Screamin' Green #7FFD70
Tints of Screamin' Green #7FFD70
RGB
CMYK
RGB Variations
Color information
#7FFD70 (or 0x7FFD70) is known color: Screamin' Green. HEX triplet: 7F, FD and 70. RGB value is (127,253,112). Sum of RGB (Red+Green+Blue) = 127+253+112=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFD70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFD70 is #80028F. Grayscale: #C7C7C7. Windows color (decimal): -8389264 or 7404927. OLE color: 7404927.
HSL color Cylindrical-coordinate representation of color #7FFD70: hue angle of 113.62º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FFD70 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 112 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.01 |
| HSL | 113.62º | 0.97% | 0.72% | - |
| HSV(B) | 113.62º | 0.56% | 0.99% | - |
| XYZ | 46.8 | 75.93 | 27.52 | - |
| YUV | 199.25 | 78.76 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 112 | 0.50 | 0 | 0.56 | 0.01 | 113.62 | 0.97 | 0.72 |
| Hex | 7F | FD | 70 | 32 | 0 | 38 | 1 | 72 | 61 | 48 |
| Octal | 177 | 375 | 160 | 62 | 0 | 70 | 1 | 162 | 141 | 110 |
| Binary | 1111111 | 11111101 | 1110000 | 110010 | 0 | 111000 | 1 | 1110010 | 1100001 | 1001000 |
Color Harmonies of #7FFD70
Complementary color
Monochromatic Colors of #7FFD70
Black with #7FFD70
Text Example
Text Example
White with #7FFD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFD70; }
p { color: rgb(127,253,112); }
H1.HeaderClassName
{
color: #7FFD70;
}
.AnyTagClassName
{
color: #7FFD70;
}
</style>
background-color css
<style>
a { background-color: #7FFD70; }
a { background-color: rgb(127,253,112); }
div.DivClassName
{
background-color: #7FFD70;
}
.BgClassName
{
background-color: #7FFD70;
}
</style>
border-color css
<style>
span { border-color: #7FFD70; }
span { border-color: rgb(127,253,112); }
td.TdClassName
{
border-color: #7FFD70;
}
.TagClassName
{
border-color: #7FFD70;
}
</style>