Shades of Screamin' Green #70F674
Tints of Screamin' Green #70F674
RGB
CMYK
RGB Variations
Color information
#70F674 (or 0x70F674) is known color: Screamin' Green. HEX triplet: 70, F6 and 74. RGB value is (112,246,116). Sum of RGB (Red+Green+Blue) = 112+246+116=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 246 (96.48% from 255 or 51.90% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 246 - color contains mainly: green. Hex color #70F674 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F674 is #8F098B. Grayscale: #BFBFBF. Windows color (decimal): -9374092 or 7665264. OLE color: 7665264.
HSL color Cylindrical-coordinate representation of color #70F674: hue angle of 121.79º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F674 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 246 | 116 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.04 |
| HSL | 121.79º | 0.88% | 0.7% | - |
| HSV(B) | 121.79º | 0.54% | 0.96% | - |
| XYZ | 42.79 | 70.62 | 27.9 | - |
| YUV | 191.11 | 85.61 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 246 | 116 | 0.54 | 0 | 0.53 | 0.04 | 121.79 | 0.88 | 0.7 |
| Hex | 70 | F6 | 74 | 36 | 0 | 35 | 4 | 7A | 58 | 46 |
| Octal | 160 | 366 | 164 | 66 | 0 | 65 | 4 | 172 | 130 | 106 |
| Binary | 1110000 | 11110110 | 1110100 | 110110 | 0 | 110101 | 100 | 1111010 | 1011000 | 1000110 |
Color Harmonies of #70F674
Complementary color
Monochromatic Colors of #70F674
Black with #70F674
Text Example
Text Example
White with #70F674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F674; }
p { color: rgb(112,246,116); }
H1.HeaderClassName
{
color: #70F674;
}
.AnyTagClassName
{
color: #70F674;
}
</style>
background-color css
<style>
a { background-color: #70F674; }
a { background-color: rgb(112,246,116); }
div.DivClassName
{
background-color: #70F674;
}
.BgClassName
{
background-color: #70F674;
}
</style>
border-color css
<style>
span { border-color: #70F674; }
span { border-color: rgb(112,246,116); }
td.TdClassName
{
border-color: #70F674;
}
.TagClassName
{
border-color: #70F674;
}
</style>