Shades of Screamin' Green #7FFE42
Tints of Screamin' Green #7FFE42
RGB
CMYK
RGB Variations
Color information
#7FFE42 (or 0x7FFE42) is known color: Screamin' Green. HEX triplet: 7F, FE and 42. RGB value is (127,254,66). Sum of RGB (Red+Green+Blue) = 127+254+66=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 254 (99.61% from 255 or 56.82% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFE42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FFE42 is #8001BD. Grayscale: #C3C3C3. Windows color (decimal): -8389054 or 4390527. OLE color: 4390527.
HSL color Cylindrical-coordinate representation of color #7FFE42: hue angle of 100.53º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7FFE42 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 66 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.00 |
| HSL | 100.53º | 0.99% | 0.63% | - |
| HSV(B) | 100.53º | 0.74% | 1% | - |
| XYZ | 45.18 | 75.79 | 17.4 | - |
| YUV | 194.6 | 55.42 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 66 | 0.50 | 0 | 0.74 | 0.00 | 100.53 | 0.99 | 0.63 |
| Hex | 7F | FE | 42 | 32 | 0 | 4A | 0 | 65 | 63 | 3F |
| Octal | 177 | 376 | 102 | 62 | 0 | 112 | 0 | 145 | 143 | 77 |
| Binary | 1111111 | 11111110 | 1000010 | 110010 | 0 | 1001010 | 0 | 1100101 | 1100011 | 111111 |
Color Harmonies of #7FFE42
Complementary color
Monochromatic Colors of #7FFE42
Black with #7FFE42
Text Example
Text Example
White with #7FFE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFE42; }
p { color: rgb(127,254,66); }
H1.HeaderClassName
{
color: #7FFE42;
}
.AnyTagClassName
{
color: #7FFE42;
}
</style>
background-color css
<style>
a { background-color: #7FFE42; }
a { background-color: rgb(127,254,66); }
div.DivClassName
{
background-color: #7FFE42;
}
.BgClassName
{
background-color: #7FFE42;
}
</style>
border-color css
<style>
span { border-color: #7FFE42; }
span { border-color: rgb(127,254,66); }
td.TdClassName
{
border-color: #7FFE42;
}
.TagClassName
{
border-color: #7FFE42;
}
</style>