Shades of Screamin' Green #7CF842
Tints of Screamin' Green #7CF842
RGB
CMYK
RGB Variations
Color information
#7CF842 (or 0x7CF842) is known color: Screamin' Green. HEX triplet: 7C, F8 and 42. RGB value is (124,248,66). Sum of RGB (Red+Green+Blue) = 124+248+66=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #7CF842 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF842 is #8307BD. Grayscale: #BEBEBE. Windows color (decimal): -8587198 or 4388988. OLE color: 4388988.
HSL color Cylindrical-coordinate representation of color #7CF842: hue angle of 100.88º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CF842 is Cyan = 0.5, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 248 | 66 | - |
| CMYK | 0.5 | 0 | 0.73 | 0.03 |
| HSL | 100.88º | 0.93% | 0.62% | - |
| HSV(B) | 100.88º | 0.73% | 0.97% | - |
| XYZ | 42.86 | 71.81 | 16.76 | - |
| YUV | 190.18 | 57.92 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 248 | 66 | 0.5 | 0 | 0.73 | 0.03 | 100.88 | 0.93 | 0.62 |
| Hex | 7C | F8 | 42 | 32 | 0 | 49 | 3 | 65 | 5D | 3E |
| Octal | 174 | 370 | 102 | 62 | 0 | 111 | 3 | 145 | 135 | 76 |
| Binary | 1111100 | 11111000 | 1000010 | 110010 | 0 | 1001001 | 11 | 1100101 | 1011101 | 111110 |
Color Harmonies of #7CF842
Complementary color
Monochromatic Colors of #7CF842
Black with #7CF842
Text Example
Text Example
White with #7CF842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF842; }
p { color: rgb(124,248,66); }
H1.HeaderClassName
{
color: #7CF842;
}
.AnyTagClassName
{
color: #7CF842;
}
</style>
background-color css
<style>
a { background-color: #7CF842; }
a { background-color: rgb(124,248,66); }
div.DivClassName
{
background-color: #7CF842;
}
.BgClassName
{
background-color: #7CF842;
}
</style>
border-color css
<style>
span { border-color: #7CF842; }
span { border-color: rgb(124,248,66); }
td.TdClassName
{
border-color: #7CF842;
}
.TagClassName
{
border-color: #7CF842;
}
</style>