Shades of Screamin' Green #7CF34A
Tints of Screamin' Green #7CF34A
RGB
CMYK
RGB Variations
Color information
#7CF34A (or 0x7CF34A) is known color: Screamin' Green. HEX triplet: 7C, F3 and 4A. RGB value is (124,243,74). Sum of RGB (Red+Green+Blue) = 124+243+74=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 243 (95.31% from 255 or 55.10% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 243 - color contains mainly: green. Hex color #7CF34A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF34A is #830CB5. Grayscale: #BCBCBC. Windows color (decimal): -8588470 or 4911996. OLE color: 4911996.
HSL color Cylindrical-coordinate representation of color #7CF34A: hue angle of 102.25º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CF34A is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 243 | 74 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.05 |
| HSL | 102.25º | 0.88% | 0.62% | - |
| HSV(B) | 102.25º | 0.7% | 0.95% | - |
| XYZ | 41.6 | 68.88 | 17.58 | - |
| YUV | 188.15 | 63.58 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 243 | 74 | 0.49 | 0 | 0.70 | 0.05 | 102.25 | 0.88 | 0.62 |
| Hex | 7C | F3 | 4A | 31 | 0 | 46 | 5 | 66 | 58 | 3E |
| Octal | 174 | 363 | 112 | 61 | 0 | 106 | 5 | 146 | 130 | 76 |
| Binary | 1111100 | 11110011 | 1001010 | 110001 | 0 | 1000110 | 101 | 1100110 | 1011000 | 111110 |
Color Harmonies of #7CF34A
Complementary color
Monochromatic Colors of #7CF34A
Black with #7CF34A
Text Example
Text Example
White with #7CF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF34A; }
p { color: rgb(124,243,74); }
H1.HeaderClassName
{
color: #7CF34A;
}
.AnyTagClassName
{
color: #7CF34A;
}
</style>
background-color css
<style>
a { background-color: #7CF34A; }
a { background-color: rgb(124,243,74); }
div.DivClassName
{
background-color: #7CF34A;
}
.BgClassName
{
background-color: #7CF34A;
}
</style>
border-color css
<style>
span { border-color: #7CF34A; }
span { border-color: rgb(124,243,74); }
td.TdClassName
{
border-color: #7CF34A;
}
.TagClassName
{
border-color: #7CF34A;
}
</style>