Shades of Screamin' Green #7CFF70
Tints of Screamin' Green #7CFF70
RGB
CMYK
RGB Variations
Color information
#7CFF70 (or 0x7CFF70) is known color: Screamin' Green. HEX triplet: 7C, FF and 70. RGB value is (124,255,112). Sum of RGB (Red+Green+Blue) = 124+255+112=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFF70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CFF70 is #83008F. Grayscale: #C7C7C7. Windows color (decimal): -8585360 or 7405436. OLE color: 7405436.
HSL color Cylindrical-coordinate representation of color #7CFF70: hue angle of 114.97º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CFF70 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 112 | - |
| CMYK | 0.51 | 0 | 0.56 | 0 |
| HSL | 114.97º | 1% | 0.72% | - |
| HSV(B) | 114.97º | 0.56% | 1% | - |
| XYZ | 47 | 76.97 | 27.71 | - |
| YUV | 199.53 | 78.6 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 112 | 0.51 | 0 | 0.56 | 0 | 114.97 | 1 | 0.72 |
| Hex | 7C | FF | 70 | 33 | 0 | 38 | 0 | 73 | 64 | 48 |
| Octal | 174 | 377 | 160 | 63 | 0 | 70 | 0 | 163 | 144 | 110 |
| Binary | 1111100 | 11111111 | 1110000 | 110011 | 0 | 111000 | 0 | 1110011 | 1100100 | 1001000 |
Color Harmonies of #7CFF70
Complementary color
Monochromatic Colors of #7CFF70
Black with #7CFF70
Text Example
Text Example
White with #7CFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFF70; }
p { color: rgb(124,255,112); }
H1.HeaderClassName
{
color: #7CFF70;
}
.AnyTagClassName
{
color: #7CFF70;
}
</style>
background-color css
<style>
a { background-color: #7CFF70; }
a { background-color: rgb(124,255,112); }
div.DivClassName
{
background-color: #7CFF70;
}
.BgClassName
{
background-color: #7CFF70;
}
</style>
border-color css
<style>
span { border-color: #7CFF70; }
span { border-color: rgb(124,255,112); }
td.TdClassName
{
border-color: #7CFF70;
}
.TagClassName
{
border-color: #7CFF70;
}
</style>