Shades of Screamin' Green #70F578
Tints of Screamin' Green #70F578
RGB
CMYK
RGB Variations
Color information
#70F578 (or 0x70F578) is known color: Screamin' Green. HEX triplet: 70, F5 and 78. RGB value is (112,245,120). Sum of RGB (Red+Green+Blue) = 112+245+120=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 245 (96.09% from 255 or 51.36% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 245 - color contains mainly: green. Hex color #70F578 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F578 is #8F0A87. Grayscale: #BFBFBF. Windows color (decimal): -9374344 or 7927152. OLE color: 7927152.
HSL color Cylindrical-coordinate representation of color #70F578: hue angle of 123.61º degrees, saturation: 0.87, 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 #70F578 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 120 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.04 |
| HSL | 123.61º | 0.87% | 0.7% | - |
| HSV(B) | 123.61º | 0.54% | 0.96% | - |
| XYZ | 42.72 | 70.11 | 29.05 | - |
| YUV | 190.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 120 | 0.54 | 0 | 0.51 | 0.04 | 123.61 | 0.87 | 0.7 |
| Hex | 70 | F5 | 78 | 36 | 0 | 33 | 4 | 7C | 57 | 46 |
| Octal | 160 | 365 | 170 | 66 | 0 | 63 | 4 | 174 | 127 | 106 |
| Binary | 1110000 | 11110101 | 1111000 | 110110 | 0 | 110011 | 100 | 1111100 | 1010111 | 1000110 |
Color Harmonies of #70F578
Complementary color
Monochromatic Colors of #70F578
Black with #70F578
Text Example
Text Example
White with #70F578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F578; }
p { color: rgb(112,245,120); }
H1.HeaderClassName
{
color: #70F578;
}
.AnyTagClassName
{
color: #70F578;
}
</style>
background-color css
<style>
a { background-color: #70F578; }
a { background-color: rgb(112,245,120); }
div.DivClassName
{
background-color: #70F578;
}
.BgClassName
{
background-color: #70F578;
}
</style>
border-color css
<style>
span { border-color: #70F578; }
span { border-color: rgb(112,245,120); }
td.TdClassName
{
border-color: #70F578;
}
.TagClassName
{
border-color: #70F578;
}
</style>