Shades of Screamin' Green #7FFB40
Tints of Screamin' Green #7FFB40
RGB
CMYK
RGB Variations
Color information
#7FFB40 (or 0x7FFB40) is known color: Screamin' Green. HEX triplet: 7F, FB and 40. RGB value is (127,251,64). Sum of RGB (Red+Green+Blue) = 127+251+64=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 251 (98.44% from 255 or 56.79% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFB40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FFB40 is #8004BF. Grayscale: #C1C1C1. Windows color (decimal): -8389824 or 4258687. OLE color: 4258687.
HSL color Cylindrical-coordinate representation of color #7FFB40: hue angle of 99.79º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FFB40 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 64 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.02 |
| HSL | 99.79º | 0.96% | 0.62% | - |
| HSV(B) | 99.79º | 0.75% | 0.98% | - |
| XYZ | 44.17 | 73.88 | 16.78 | - |
| YUV | 192.61 | 55.42 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 64 | 0.49 | 0 | 0.75 | 0.02 | 99.79 | 0.96 | 0.62 |
| Hex | 7F | FB | 40 | 31 | 0 | 4B | 2 | 64 | 60 | 3E |
| Octal | 177 | 373 | 100 | 61 | 0 | 113 | 2 | 144 | 140 | 76 |
| Binary | 1111111 | 11111011 | 1000000 | 110001 | 0 | 1001011 | 10 | 1100100 | 1100000 | 111110 |
Color Harmonies of #7FFB40
Complementary color
Monochromatic Colors of #7FFB40
Black with #7FFB40
Text Example
Text Example
White with #7FFB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFB40; }
p { color: rgb(127,251,64); }
H1.HeaderClassName
{
color: #7FFB40;
}
.AnyTagClassName
{
color: #7FFB40;
}
</style>
background-color css
<style>
a { background-color: #7FFB40; }
a { background-color: rgb(127,251,64); }
div.DivClassName
{
background-color: #7FFB40;
}
.BgClassName
{
background-color: #7FFB40;
}
</style>
border-color css
<style>
span { border-color: #7FFB40; }
span { border-color: rgb(127,251,64); }
td.TdClassName
{
border-color: #7FFB40;
}
.TagClassName
{
border-color: #7FFB40;
}
</style>