Shades of Screamin' Green #7CF342
Tints of Screamin' Green #7CF342
RGB
CMYK
RGB Variations
Color information
#7CF342 (or 0x7CF342) is known color: Screamin' Green. HEX triplet: 7C, F3 and 42. RGB value is (124,243,66). Sum of RGB (Red+Green+Blue) = 124+243+66=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #7CF342 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF342 is #830CBD. Grayscale: #BBBBBB. Windows color (decimal): -8588478 or 4387708. OLE color: 4387708.
HSL color Cylindrical-coordinate representation of color #7CF342: hue angle of 100.34º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CF342 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 243 | 66 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.05 |
| HSL | 100.34º | 0.88% | 0.61% | - |
| HSV(B) | 100.34º | 0.73% | 0.95% | - |
| XYZ | 41.35 | 68.78 | 16.25 | - |
| YUV | 187.24 | 59.58 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 243 | 66 | 0.49 | 0 | 0.73 | 0.05 | 100.34 | 0.88 | 0.61 |
| Hex | 7C | F3 | 42 | 31 | 0 | 49 | 5 | 64 | 58 | 3D |
| Octal | 174 | 363 | 102 | 61 | 0 | 111 | 5 | 144 | 130 | 75 |
| Binary | 1111100 | 11110011 | 1000010 | 110001 | 0 | 1001001 | 101 | 1100100 | 1011000 | 111101 |
Color Harmonies of #7CF342
Complementary color
Monochromatic Colors of #7CF342
Black with #7CF342
Text Example
Text Example
White with #7CF342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF342; }
p { color: rgb(124,243,66); }
H1.HeaderClassName
{
color: #7CF342;
}
.AnyTagClassName
{
color: #7CF342;
}
</style>
background-color css
<style>
a { background-color: #7CF342; }
a { background-color: rgb(124,243,66); }
div.DivClassName
{
background-color: #7CF342;
}
.BgClassName
{
background-color: #7CF342;
}
</style>
border-color css
<style>
span { border-color: #7CF342; }
span { border-color: rgb(124,243,66); }
td.TdClassName
{
border-color: #7CF342;
}
.TagClassName
{
border-color: #7CF342;
}
</style>