Shades of Screamin' Green #7CF54A
Tints of Screamin' Green #7CF54A
RGB
CMYK
RGB Variations
Color information
#7CF54A (or 0x7CF54A) is known color: Screamin' Green. HEX triplet: 7C, F5 and 4A. RGB value is (124,245,74). Sum of RGB (Red+Green+Blue) = 124+245+74=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF54A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF54A is #830AB5. Grayscale: #BDBDBD. Windows color (decimal): -8587958 or 4912508. OLE color: 4912508.
HSL color Cylindrical-coordinate representation of color #7CF54A: hue angle of 102.46º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CF54A is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 245 | 74 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.04 |
| HSL | 102.46º | 0.9% | 0.63% | - |
| HSV(B) | 102.46º | 0.7% | 0.96% | - |
| XYZ | 42.2 | 70.08 | 17.78 | - |
| YUV | 189.33 | 62.91 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 245 | 74 | 0.49 | 0 | 0.70 | 0.04 | 102.46 | 0.9 | 0.63 |
| Hex | 7C | F5 | 4A | 31 | 0 | 46 | 4 | 66 | 5A | 3F |
| Octal | 174 | 365 | 112 | 61 | 0 | 106 | 4 | 146 | 132 | 77 |
| Binary | 1111100 | 11110101 | 1001010 | 110001 | 0 | 1000110 | 100 | 1100110 | 1011010 | 111111 |
Color Harmonies of #7CF54A
Complementary color
Monochromatic Colors of #7CF54A
Black with #7CF54A
Text Example
Text Example
White with #7CF54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF54A; }
p { color: rgb(124,245,74); }
H1.HeaderClassName
{
color: #7CF54A;
}
.AnyTagClassName
{
color: #7CF54A;
}
</style>
background-color css
<style>
a { background-color: #7CF54A; }
a { background-color: rgb(124,245,74); }
div.DivClassName
{
background-color: #7CF54A;
}
.BgClassName
{
background-color: #7CF54A;
}
</style>
border-color css
<style>
span { border-color: #7CF54A; }
span { border-color: rgb(124,245,74); }
td.TdClassName
{
border-color: #7CF54A;
}
.TagClassName
{
border-color: #7CF54A;
}
</style>