Shades of Screamin' Green #7CED52
Tints of Screamin' Green #7CED52
RGB
CMYK
RGB Variations
Color information
#7CED52 (or 0x7CED52) is known color: Screamin' Green. HEX triplet: 7C, ED and 52. RGB value is (124,237,82). Sum of RGB (Red+Green+Blue) = 124+237+82=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #7CED52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CED52 is #8312AD. Grayscale: #BABABA. Windows color (decimal): -8589998 or 5434748. OLE color: 5434748.
HSL color Cylindrical-coordinate representation of color #7CED52: hue angle of 103.74º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CED52 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 237 | 82 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.07 |
| HSL | 103.74º | 0.81% | 0.63% | - |
| HSV(B) | 103.74º | 0.65% | 0.93% | - |
| XYZ | 40.12 | 65.46 | 18.5 | - |
| YUV | 185.54 | 69.56 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 237 | 82 | 0.48 | 0 | 0.65 | 0.07 | 103.74 | 0.81 | 0.63 |
| Hex | 7C | ED | 52 | 30 | 0 | 41 | 7 | 68 | 51 | 3F |
| Octal | 174 | 355 | 122 | 60 | 0 | 101 | 7 | 150 | 121 | 77 |
| Binary | 1111100 | 11101101 | 1010010 | 110000 | 0 | 1000001 | 111 | 1101000 | 1010001 | 111111 |
Color Harmonies of #7CED52
Complementary color
Monochromatic Colors of #7CED52
Black with #7CED52
Text Example
Text Example
White with #7CED52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CED52; }
p { color: rgb(124,237,82); }
H1.HeaderClassName
{
color: #7CED52;
}
.AnyTagClassName
{
color: #7CED52;
}
</style>
background-color css
<style>
a { background-color: #7CED52; }
a { background-color: rgb(124,237,82); }
div.DivClassName
{
background-color: #7CED52;
}
.BgClassName
{
background-color: #7CED52;
}
</style>
border-color css
<style>
span { border-color: #7CED52; }
span { border-color: rgb(124,237,82); }
td.TdClassName
{
border-color: #7CED52;
}
.TagClassName
{
border-color: #7CED52;
}
</style>