Shades of Screamin' Green #7FFE40
Tints of Screamin' Green #7FFE40
RGB
CMYK
RGB Variations
Color information
#7FFE40 (or 0x7FFE40) is known color: Screamin' Green. HEX triplet: 7F, FE and 40. RGB value is (127,254,64). Sum of RGB (Red+Green+Blue) = 127+254+64=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFE40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FFE40 is #8001BF. Grayscale: #C2C2C2. Windows color (decimal): -8389056 or 4259455. OLE color: 4259455.
HSL color Cylindrical-coordinate representation of color #7FFE40: hue angle of 100.11º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FFE40 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 64 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.00 |
| HSL | 100.11º | 0.99% | 0.62% | - |
| HSV(B) | 100.11º | 0.75% | 1% | - |
| XYZ | 45.12 | 75.77 | 17.1 | - |
| YUV | 194.37 | 54.42 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 64 | 0.50 | 0 | 0.75 | 0.00 | 100.11 | 0.99 | 0.62 |
| Hex | 7F | FE | 40 | 32 | 0 | 4B | 0 | 64 | 63 | 3E |
| Octal | 177 | 376 | 100 | 62 | 0 | 113 | 0 | 144 | 143 | 76 |
| Binary | 1111111 | 11111110 | 1000000 | 110010 | 0 | 1001011 | 0 | 1100100 | 1100011 | 111110 |
Color Harmonies of #7FFE40
Complementary color
Monochromatic Colors of #7FFE40
Black with #7FFE40
Text Example
Text Example
White with #7FFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFE40; }
p { color: rgb(127,254,64); }
H1.HeaderClassName
{
color: #7FFE40;
}
.AnyTagClassName
{
color: #7FFE40;
}
</style>
background-color css
<style>
a { background-color: #7FFE40; }
a { background-color: rgb(127,254,64); }
div.DivClassName
{
background-color: #7FFE40;
}
.BgClassName
{
background-color: #7FFE40;
}
</style>
border-color css
<style>
span { border-color: #7FFE40; }
span { border-color: rgb(127,254,64); }
td.TdClassName
{
border-color: #7FFE40;
}
.TagClassName
{
border-color: #7FFE40;
}
</style>