Shades of Screamin' Green #7CFC41
Tints of Screamin' Green #7CFC41
RGB
CMYK
RGB Variations
Color information
#7CFC41 (or 0x7CFC41) is known color: Screamin' Green. HEX triplet: 7C, FC and 41. RGB value is (124,252,65). Sum of RGB (Red+Green+Blue) = 124+252+65=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFC41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CFC41 is #8303BE. Grayscale: #C1C1C1. Windows color (decimal): -8586175 or 4324476. OLE color: 4324476.
HSL color Cylindrical-coordinate representation of color #7CFC41: hue angle of 101.07º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CFC41 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 65 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.01 |
| HSL | 101.07º | 0.97% | 0.62% | - |
| HSV(B) | 101.07º | 0.74% | 0.99% | - |
| XYZ | 44.08 | 74.29 | 17.02 | - |
| YUV | 192.41 | 56.09 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 65 | 0.51 | 0 | 0.74 | 0.01 | 101.07 | 0.97 | 0.62 |
| Hex | 7C | FC | 41 | 33 | 0 | 4A | 1 | 65 | 61 | 3E |
| Octal | 174 | 374 | 101 | 63 | 0 | 112 | 1 | 145 | 141 | 76 |
| Binary | 1111100 | 11111100 | 1000001 | 110011 | 0 | 1001010 | 1 | 1100101 | 1100001 | 111110 |
Color Harmonies of #7CFC41
Complementary color
Monochromatic Colors of #7CFC41
Black with #7CFC41
Text Example
Text Example
White with #7CFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFC41; }
p { color: rgb(124,252,65); }
H1.HeaderClassName
{
color: #7CFC41;
}
.AnyTagClassName
{
color: #7CFC41;
}
</style>
background-color css
<style>
a { background-color: #7CFC41; }
a { background-color: rgb(124,252,65); }
div.DivClassName
{
background-color: #7CFC41;
}
.BgClassName
{
background-color: #7CFC41;
}
</style>
border-color css
<style>
span { border-color: #7CFC41; }
span { border-color: rgb(124,252,65); }
td.TdClassName
{
border-color: #7CFC41;
}
.TagClassName
{
border-color: #7CFC41;
}
</style>