Shades of Screamin' Green #70F774
Tints of Screamin' Green #70F774
RGB
CMYK
RGB Variations
Color information
#70F774 (or 0x70F774) is known color: Screamin' Green. HEX triplet: 70, F7 and 74. RGB value is (112,247,116). Sum of RGB (Red+Green+Blue) = 112+247+116=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 247 (96.88% from 255 or 52% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 247 - color contains mainly: green. Hex color #70F774 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F774 is #8F088B. Grayscale: #C0C0C0. Windows color (decimal): -9373836 or 7665520. OLE color: 7665520.
HSL color Cylindrical-coordinate representation of color #70F774: hue angle of 121.78º 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 #70F774 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 116 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.03 |
| HSL | 121.78º | 0.89% | 0.7% | - |
| HSV(B) | 121.78º | 0.55% | 0.97% | - |
| XYZ | 43.1 | 71.23 | 28 | - |
| YUV | 191.7 | 85.27 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 116 | 0.55 | 0 | 0.53 | 0.03 | 121.78 | 0.89 | 0.7 |
| Hex | 70 | F7 | 74 | 37 | 0 | 35 | 3 | 7A | 59 | 46 |
| Octal | 160 | 367 | 164 | 67 | 0 | 65 | 3 | 172 | 131 | 106 |
| Binary | 1110000 | 11110111 | 1110100 | 110111 | 0 | 110101 | 11 | 1111010 | 1011001 | 1000110 |
Color Harmonies of #70F774
Complementary color
Monochromatic Colors of #70F774
Black with #70F774
Text Example
Text Example
White with #70F774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F774; }
p { color: rgb(112,247,116); }
H1.HeaderClassName
{
color: #70F774;
}
.AnyTagClassName
{
color: #70F774;
}
</style>
background-color css
<style>
a { background-color: #70F774; }
a { background-color: rgb(112,247,116); }
div.DivClassName
{
background-color: #70F774;
}
.BgClassName
{
background-color: #70F774;
}
</style>
border-color css
<style>
span { border-color: #70F774; }
span { border-color: rgb(112,247,116); }
td.TdClassName
{
border-color: #70F774;
}
.TagClassName
{
border-color: #70F774;
}
</style>