Shades of Screamin' Green #70E960
Tints of Screamin' Green #70E960
RGB
CMYK
RGB Variations
Color information
#70E960 (or 0x70E960) is known color: Screamin' Green. HEX triplet: 70, E9 and 60. RGB value is (112,233,96). Sum of RGB (Red+Green+Blue) = 112+233+96=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 233 (91.41% from 255 or 52.83% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 233 - color contains mainly: green. Hex color #70E960 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E960 is #8F169F. Grayscale: #B5B5B5. Windows color (decimal): -9377440 or 6351216. OLE color: 6351216.
HSL color Cylindrical-coordinate representation of color #70E960: hue angle of 112.99º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70E960 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 96 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.09 |
| HSL | 112.99º | 0.76% | 0.65% | - |
| HSV(B) | 112.99º | 0.59% | 0.91% | - |
| XYZ | 37.93 | 62.57 | 21.14 | - |
| YUV | 181.2 | 79.91 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 96 | 0.52 | 0 | 0.59 | 0.09 | 112.99 | 0.76 | 0.65 |
| Hex | 70 | E9 | 60 | 34 | 0 | 3B | 9 | 71 | 4C | 41 |
| Octal | 160 | 351 | 140 | 64 | 0 | 73 | 11 | 161 | 114 | 101 |
| Binary | 1110000 | 11101001 | 1100000 | 110100 | 0 | 111011 | 1001 | 1110001 | 1001100 | 1000001 |
Color Harmonies of #70E960
Complementary color
Monochromatic Colors of #70E960
Black with #70E960
Text Example
Text Example
White with #70E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E960; }
p { color: rgb(112,233,96); }
H1.HeaderClassName
{
color: #70E960;
}
.AnyTagClassName
{
color: #70E960;
}
</style>
background-color css
<style>
a { background-color: #70E960; }
a { background-color: rgb(112,233,96); }
div.DivClassName
{
background-color: #70E960;
}
.BgClassName
{
background-color: #70E960;
}
</style>
border-color css
<style>
span { border-color: #70E960; }
span { border-color: rgb(112,233,96); }
td.TdClassName
{
border-color: #70E960;
}
.TagClassName
{
border-color: #70E960;
}
</style>