Shades of Screamin' Green #7FFA50
Tints of Screamin' Green #7FFA50
RGB
CMYK
RGB Variations
Color information
#7FFA50 (or 0x7FFA50) is known color: Screamin' Green. HEX triplet: 7F, FA and 50. RGB value is (127,250,80). Sum of RGB (Red+Green+Blue) = 127+250+80=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 250 (98.05% from 255 or 54.70% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFA50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFA50 is #8005AF. Grayscale: #C2C2C2. Windows color (decimal): -8390064 or 5307007. OLE color: 5307007.
HSL color Cylindrical-coordinate representation of color #7FFA50: hue angle of 103.41º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FFA50 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 80 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.02 |
| HSL | 103.41º | 0.94% | 0.65% | - |
| HSV(B) | 103.41º | 0.68% | 0.98% | - |
| XYZ | 44.39 | 73.46 | 19.43 | - |
| YUV | 193.84 | 63.75 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 80 | 0.49 | 0 | 0.68 | 0.02 | 103.41 | 0.94 | 0.65 |
| Hex | 7F | FA | 50 | 31 | 0 | 44 | 2 | 67 | 5E | 41 |
| Octal | 177 | 372 | 120 | 61 | 0 | 104 | 2 | 147 | 136 | 101 |
| Binary | 1111111 | 11111010 | 1010000 | 110001 | 0 | 1000100 | 10 | 1100111 | 1011110 | 1000001 |
Color Harmonies of #7FFA50
Complementary color
Monochromatic Colors of #7FFA50
Black with #7FFA50
Text Example
Text Example
White with #7FFA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFA50; }
p { color: rgb(127,250,80); }
H1.HeaderClassName
{
color: #7FFA50;
}
.AnyTagClassName
{
color: #7FFA50;
}
</style>
background-color css
<style>
a { background-color: #7FFA50; }
a { background-color: rgb(127,250,80); }
div.DivClassName
{
background-color: #7FFA50;
}
.BgClassName
{
background-color: #7FFA50;
}
</style>
border-color css
<style>
span { border-color: #7FFA50; }
span { border-color: rgb(127,250,80); }
td.TdClassName
{
border-color: #7FFA50;
}
.TagClassName
{
border-color: #7FFA50;
}
</style>