Shades of Screamin' Green #7CF346
Tints of Screamin' Green #7CF346
RGB
CMYK
RGB Variations
Color information
#7CF346 (or 0x7CF346) is known color: Screamin' Green. HEX triplet: 7C, F3 and 46. RGB value is (124,243,70). Sum of RGB (Red+Green+Blue) = 124+243+70=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #7CF346 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF346 is #830CB9. Grayscale: #BCBCBC. Windows color (decimal): -8588474 or 4649852. OLE color: 4649852.
HSL color Cylindrical-coordinate representation of color #7CF346: hue angle of 101.27º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7CF346 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 243 | 70 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.05 |
| HSL | 101.27º | 0.88% | 0.61% | - |
| HSV(B) | 101.27º | 0.71% | 0.95% | - |
| XYZ | 41.47 | 68.83 | 16.89 | - |
| YUV | 187.7 | 61.58 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 243 | 70 | 0.49 | 0 | 0.71 | 0.05 | 101.27 | 0.88 | 0.61 |
| Hex | 7C | F3 | 46 | 31 | 0 | 47 | 5 | 65 | 58 | 3D |
| Octal | 174 | 363 | 106 | 61 | 0 | 107 | 5 | 145 | 130 | 75 |
| Binary | 1111100 | 11110011 | 1000110 | 110001 | 0 | 1000111 | 101 | 1100101 | 1011000 | 111101 |
Color Harmonies of #7CF346
Complementary color
Monochromatic Colors of #7CF346
Black with #7CF346
Text Example
Text Example
White with #7CF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF346; }
p { color: rgb(124,243,70); }
H1.HeaderClassName
{
color: #7CF346;
}
.AnyTagClassName
{
color: #7CF346;
}
</style>
background-color css
<style>
a { background-color: #7CF346; }
a { background-color: rgb(124,243,70); }
div.DivClassName
{
background-color: #7CF346;
}
.BgClassName
{
background-color: #7CF346;
}
</style>
border-color css
<style>
span { border-color: #7CF346; }
span { border-color: rgb(124,243,70); }
td.TdClassName
{
border-color: #7CF346;
}
.TagClassName
{
border-color: #7CF346;
}
</style>