Shades of Screamin' Green #7FFA74
Tints of Screamin' Green #7FFA74
RGB
CMYK
RGB Variations
Color information
#7FFA74 (or 0x7FFA74) is known color: Screamin' Green. HEX triplet: 7F, FA and 74. RGB value is (127,250,116). Sum of RGB (Red+Green+Blue) = 127+250+116=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFA74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFA74 is #80058B. Grayscale: #C6C6C6. Windows color (decimal): -8390028 or 7666303. OLE color: 7666303.
HSL color Cylindrical-coordinate representation of color #7FFA74: hue angle of 115.07º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7FFA74 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 116 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.02 |
| HSL | 115.07º | 0.93% | 0.72% | - |
| HSV(B) | 115.07º | 0.54% | 0.98% | - |
| XYZ | 46.09 | 74.14 | 28.41 | - |
| YUV | 197.95 | 81.75 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 116 | 0.49 | 0 | 0.54 | 0.02 | 115.07 | 0.93 | 0.72 |
| Hex | 7F | FA | 74 | 31 | 0 | 36 | 2 | 73 | 5D | 48 |
| Octal | 177 | 372 | 164 | 61 | 0 | 66 | 2 | 163 | 135 | 110 |
| Binary | 1111111 | 11111010 | 1110100 | 110001 | 0 | 110110 | 10 | 1110011 | 1011101 | 1001000 |
Color Harmonies of #7FFA74
Complementary color
Monochromatic Colors of #7FFA74
Black with #7FFA74
Text Example
Text Example
White with #7FFA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFA74; }
p { color: rgb(127,250,116); }
H1.HeaderClassName
{
color: #7FFA74;
}
.AnyTagClassName
{
color: #7FFA74;
}
</style>
background-color css
<style>
a { background-color: #7FFA74; }
a { background-color: rgb(127,250,116); }
div.DivClassName
{
background-color: #7FFA74;
}
.BgClassName
{
background-color: #7FFA74;
}
</style>
border-color css
<style>
span { border-color: #7FFA74; }
span { border-color: rgb(127,250,116); }
td.TdClassName
{
border-color: #7FFA74;
}
.TagClassName
{
border-color: #7FFA74;
}
</style>