Shades of Screamin' Green #70F779
Tints of Screamin' Green #70F779
RGB
CMYK
RGB Variations
Color information
#70F779 (or 0x70F779) is known color: Screamin' Green. HEX triplet: 70, F7 and 79. RGB value is (112,247,121). Sum of RGB (Red+Green+Blue) = 112+247+121=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 247 (96.88% from 255 or 51.46% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 247 - color contains mainly: green. Hex color #70F779 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F779 is #8F0886. Grayscale: #C0C0C0. Windows color (decimal): -9373831 or 7993200. OLE color: 7993200.
HSL color Cylindrical-coordinate representation of color #70F779: hue angle of 124º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F779 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 121 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.03 |
| HSL | 124º | 0.89% | 0.7% | - |
| HSV(B) | 124º | 0.55% | 0.97% | - |
| XYZ | 43.39 | 71.35 | 29.57 | - |
| YUV | 192.27 | 87.77 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 121 | 0.55 | 0 | 0.51 | 0.03 | 124 | 0.89 | 0.7 |
| Hex | 70 | F7 | 79 | 37 | 0 | 33 | 3 | 7C | 59 | 46 |
| Octal | 160 | 367 | 171 | 67 | 0 | 63 | 3 | 174 | 131 | 106 |
| Binary | 1110000 | 11110111 | 1111001 | 110111 | 0 | 110011 | 11 | 1111100 | 1011001 | 1000110 |
Color Harmonies of #70F779
Complementary color
Monochromatic Colors of #70F779
Black with #70F779
Text Example
Text Example
White with #70F779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F779; }
p { color: rgb(112,247,121); }
H1.HeaderClassName
{
color: #70F779;
}
.AnyTagClassName
{
color: #70F779;
}
</style>
background-color css
<style>
a { background-color: #70F779; }
a { background-color: rgb(112,247,121); }
div.DivClassName
{
background-color: #70F779;
}
.BgClassName
{
background-color: #70F779;
}
</style>
border-color css
<style>
span { border-color: #70F779; }
span { border-color: rgb(112,247,121); }
td.TdClassName
{
border-color: #70F779;
}
.TagClassName
{
border-color: #70F779;
}
</style>