Shades of Screamin' Green #7CFC52
Tints of Screamin' Green #7CFC52
RGB
CMYK
RGB Variations
Color information
#7CFC52 (or 0x7CFC52) is known color: Screamin' Green. HEX triplet: 7C, FC and 52. RGB value is (124,252,82). Sum of RGB (Red+Green+Blue) = 124+252+82=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFC52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CFC52 is #8303AD. Grayscale: #C2C2C2. Windows color (decimal): -8586158 or 5438588. OLE color: 5438588.
HSL color Cylindrical-coordinate representation of color #7CFC52: hue angle of 105.18º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CFC52 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 82 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.01 |
| HSL | 105.18º | 0.97% | 0.65% | - |
| HSV(B) | 105.18º | 0.67% | 0.99% | - |
| XYZ | 44.65 | 74.52 | 20.01 | - |
| YUV | 194.35 | 64.59 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 82 | 0.51 | 0 | 0.67 | 0.01 | 105.18 | 0.97 | 0.65 |
| Hex | 7C | FC | 52 | 33 | 0 | 43 | 1 | 69 | 61 | 41 |
| Octal | 174 | 374 | 122 | 63 | 0 | 103 | 1 | 151 | 141 | 101 |
| Binary | 1111100 | 11111100 | 1010010 | 110011 | 0 | 1000011 | 1 | 1101001 | 1100001 | 1000001 |
Color Harmonies of #7CFC52
Complementary color
Monochromatic Colors of #7CFC52
Black with #7CFC52
Text Example
Text Example
White with #7CFC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFC52; }
p { color: rgb(124,252,82); }
H1.HeaderClassName
{
color: #7CFC52;
}
.AnyTagClassName
{
color: #7CFC52;
}
</style>
background-color css
<style>
a { background-color: #7CFC52; }
a { background-color: rgb(124,252,82); }
div.DivClassName
{
background-color: #7CFC52;
}
.BgClassName
{
background-color: #7CFC52;
}
</style>
border-color css
<style>
span { border-color: #7CFC52; }
span { border-color: rgb(124,252,82); }
td.TdClassName
{
border-color: #7CFC52;
}
.TagClassName
{
border-color: #7CFC52;
}
</style>