Shades of Screamin' Green #7CF970
Tints of Screamin' Green #7CF970
RGB
CMYK
RGB Variations
Color information
#7CF970 (or 0x7CF970) is known color: Screamin' Green. HEX triplet: 7C, F9 and 70. RGB value is (124,249,112). Sum of RGB (Red+Green+Blue) = 124+249+112=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #7CF970 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF970 is #83068F. Grayscale: #C4C4C4. Windows color (decimal): -8586896 or 7403900. OLE color: 7403900.
HSL color Cylindrical-coordinate representation of color #7CF970: hue angle of 114.74º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CF970 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 249 | 112 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.02 |
| HSL | 114.74º | 0.92% | 0.71% | - |
| HSV(B) | 114.74º | 0.55% | 0.98% | - |
| XYZ | 45.11 | 73.21 | 27.08 | - |
| YUV | 196.01 | 80.59 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 249 | 112 | 0.50 | 0 | 0.55 | 0.02 | 114.74 | 0.92 | 0.71 |
| Hex | 7C | F9 | 70 | 32 | 0 | 37 | 2 | 73 | 5C | 47 |
| Octal | 174 | 371 | 160 | 62 | 0 | 67 | 2 | 163 | 134 | 107 |
| Binary | 1111100 | 11111001 | 1110000 | 110010 | 0 | 110111 | 10 | 1110011 | 1011100 | 1000111 |
Color Harmonies of #7CF970
Complementary color
Monochromatic Colors of #7CF970
Black with #7CF970
Text Example
Text Example
White with #7CF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF970; }
p { color: rgb(124,249,112); }
H1.HeaderClassName
{
color: #7CF970;
}
.AnyTagClassName
{
color: #7CF970;
}
</style>
background-color css
<style>
a { background-color: #7CF970; }
a { background-color: rgb(124,249,112); }
div.DivClassName
{
background-color: #7CF970;
}
.BgClassName
{
background-color: #7CF970;
}
</style>
border-color css
<style>
span { border-color: #7CF970; }
span { border-color: rgb(124,249,112); }
td.TdClassName
{
border-color: #7CF970;
}
.TagClassName
{
border-color: #7CF970;
}
</style>