Shades of Screamin' Green #7FFC70
Tints of Screamin' Green #7FFC70
RGB
CMYK
RGB Variations
Color information
#7FFC70 (or 0x7FFC70) is known color: Screamin' Green. HEX triplet: 7F, FC and 70. RGB value is (127,252,112). Sum of RGB (Red+Green+Blue) = 127+252+112=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFC70 is #80038F. Grayscale: #C7C7C7. Windows color (decimal): -8389520 or 7404671. OLE color: 7404671.
HSL color Cylindrical-coordinate representation of color #7FFC70: hue angle of 113.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FFC70 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 112 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.01 |
| HSL | 113.57º | 0.96% | 0.71% | - |
| HSV(B) | 113.57º | 0.56% | 0.99% | - |
| XYZ | 46.49 | 75.3 | 27.41 | - |
| YUV | 198.67 | 79.09 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 112 | 0.50 | 0 | 0.56 | 0.01 | 113.57 | 0.96 | 0.71 |
| Hex | 7F | FC | 70 | 32 | 0 | 38 | 1 | 72 | 60 | 47 |
| Octal | 177 | 374 | 160 | 62 | 0 | 70 | 1 | 162 | 140 | 107 |
| Binary | 1111111 | 11111100 | 1110000 | 110010 | 0 | 111000 | 1 | 1110010 | 1100000 | 1000111 |
Color Harmonies of #7FFC70
Complementary color
Monochromatic Colors of #7FFC70
Black with #7FFC70
Text Example
Text Example
White with #7FFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFC70; }
p { color: rgb(127,252,112); }
H1.HeaderClassName
{
color: #7FFC70;
}
.AnyTagClassName
{
color: #7FFC70;
}
</style>
background-color css
<style>
a { background-color: #7FFC70; }
a { background-color: rgb(127,252,112); }
div.DivClassName
{
background-color: #7FFC70;
}
.BgClassName
{
background-color: #7FFC70;
}
</style>
border-color css
<style>
span { border-color: #7FFC70; }
span { border-color: rgb(127,252,112); }
td.TdClassName
{
border-color: #7FFC70;
}
.TagClassName
{
border-color: #7FFC70;
}
</style>