Shades of Screamin' Green #70F560
Tints of Screamin' Green #70F560
RGB
CMYK
RGB Variations
Color information
#70F560 (or 0x70F560) is known color: Screamin' Green. HEX triplet: 70, F5 and 60. RGB value is (112,245,96). Sum of RGB (Red+Green+Blue) = 112+245+96=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #70F560 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F560 is #8F0A9F. Grayscale: #BCBCBC. Windows color (decimal): -9374368 or 6354288. OLE color: 6354288.
HSL color Cylindrical-coordinate representation of color #70F560: hue angle of 113.56º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70F560 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 96 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.04 |
| HSL | 113.56º | 0.88% | 0.67% | - |
| HSV(B) | 113.56º | 0.61% | 0.96% | - |
| XYZ | 41.45 | 69.59 | 22.31 | - |
| YUV | 188.25 | 75.94 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 96 | 0.54 | 0 | 0.61 | 0.04 | 113.56 | 0.88 | 0.67 |
| Hex | 70 | F5 | 60 | 36 | 0 | 3D | 4 | 72 | 58 | 43 |
| Octal | 160 | 365 | 140 | 66 | 0 | 75 | 4 | 162 | 130 | 103 |
| Binary | 1110000 | 11110101 | 1100000 | 110110 | 0 | 111101 | 100 | 1110010 | 1011000 | 1000011 |
Color Harmonies of #70F560
Complementary color
Monochromatic Colors of #70F560
Black with #70F560
Text Example
Text Example
White with #70F560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F560; }
p { color: rgb(112,245,96); }
H1.HeaderClassName
{
color: #70F560;
}
.AnyTagClassName
{
color: #70F560;
}
</style>
background-color css
<style>
a { background-color: #70F560; }
a { background-color: rgb(112,245,96); }
div.DivClassName
{
background-color: #70F560;
}
.BgClassName
{
background-color: #70F560;
}
</style>
border-color css
<style>
span { border-color: #70F560; }
span { border-color: rgb(112,245,96); }
td.TdClassName
{
border-color: #70F560;
}
.TagClassName
{
border-color: #70F560;
}
</style>