Shades of Screamin' Green #7CF25A
Tints of Screamin' Green #7CF25A
RGB
CMYK
RGB Variations
Color information
#7CF25A (or 0x7CF25A) is known color: Screamin' Green. HEX triplet: 7C, F2 and 5A. RGB value is (124,242,90). Sum of RGB (Red+Green+Blue) = 124+242+90=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF25A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF25A is #830DA5. Grayscale: #BDBDBD. Windows color (decimal): -8588710 or 5960316. OLE color: 5960316.
HSL color Cylindrical-coordinate representation of color #7CF25A: hue angle of 106.58º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CF25A is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 90 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.05 |
| HSL | 106.58º | 0.85% | 0.65% | - |
| HSV(B) | 106.58º | 0.63% | 0.95% | - |
| XYZ | 41.91 | 68.53 | 20.69 | - |
| YUV | 189.39 | 71.91 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 90 | 0.49 | 0 | 0.63 | 0.05 | 106.58 | 0.85 | 0.65 |
| Hex | 7C | F2 | 5A | 31 | 0 | 3F | 5 | 6B | 55 | 41 |
| Octal | 174 | 362 | 132 | 61 | 0 | 77 | 5 | 153 | 125 | 101 |
| Binary | 1111100 | 11110010 | 1011010 | 110001 | 0 | 111111 | 101 | 1101011 | 1010101 | 1000001 |
Color Harmonies of #7CF25A
Complementary color
Monochromatic Colors of #7CF25A
Black with #7CF25A
Text Example
Text Example
White with #7CF25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF25A; }
p { color: rgb(124,242,90); }
H1.HeaderClassName
{
color: #7CF25A;
}
.AnyTagClassName
{
color: #7CF25A;
}
</style>
background-color css
<style>
a { background-color: #7CF25A; }
a { background-color: rgb(124,242,90); }
div.DivClassName
{
background-color: #7CF25A;
}
.BgClassName
{
background-color: #7CF25A;
}
</style>
border-color css
<style>
span { border-color: #7CF25A; }
span { border-color: rgb(124,242,90); }
td.TdClassName
{
border-color: #7CF25A;
}
.TagClassName
{
border-color: #7CF25A;
}
</style>