Shades of Screamin' Green #7CF256
Tints of Screamin' Green #7CF256
RGB
CMYK
RGB Variations
Color information
#7CF256 (or 0x7CF256) is known color: Screamin' Green. HEX triplet: 7C, F2 and 56. RGB value is (124,242,86). Sum of RGB (Red+Green+Blue) = 124+242+86=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF256 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF256 is #830DA9. Grayscale: #BDBDBD. Windows color (decimal): -8588714 or 5698172. OLE color: 5698172.
HSL color Cylindrical-coordinate representation of color #7CF256: hue angle of 105.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CF256 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 86 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.05 |
| HSL | 105.38º | 0.86% | 0.64% | - |
| HSV(B) | 105.38º | 0.64% | 0.95% | - |
| XYZ | 41.74 | 68.46 | 19.82 | - |
| YUV | 188.93 | 69.91 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 86 | 0.49 | 0 | 0.64 | 0.05 | 105.38 | 0.86 | 0.64 |
| Hex | 7C | F2 | 56 | 31 | 0 | 40 | 5 | 69 | 56 | 40 |
| Octal | 174 | 362 | 126 | 61 | 0 | 100 | 5 | 151 | 126 | 100 |
| Binary | 1111100 | 11110010 | 1010110 | 110001 | 0 | 1000000 | 101 | 1101001 | 1010110 | 1000000 |
Color Harmonies of #7CF256
Complementary color
Monochromatic Colors of #7CF256
Black with #7CF256
Text Example
Text Example
White with #7CF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF256; }
p { color: rgb(124,242,86); }
H1.HeaderClassName
{
color: #7CF256;
}
.AnyTagClassName
{
color: #7CF256;
}
</style>
background-color css
<style>
a { background-color: #7CF256; }
a { background-color: rgb(124,242,86); }
div.DivClassName
{
background-color: #7CF256;
}
.BgClassName
{
background-color: #7CF256;
}
</style>
border-color css
<style>
span { border-color: #7CF256; }
span { border-color: rgb(124,242,86); }
td.TdClassName
{
border-color: #7CF256;
}
.TagClassName
{
border-color: #7CF256;
}
</style>