Shades of Screamin' Green #70E940
Tints of Screamin' Green #70E940
RGB
CMYK
RGB Variations
Color information
#70E940 (or 0x70E940) is known color: Screamin' Green. HEX triplet: 70, E9 and 40. RGB value is (112,233,64). Sum of RGB (Red+Green+Blue) = 112+233+64=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 233 (91.41% from 255 or 56.97% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 233 - color contains mainly: green. Hex color #70E940 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E940 is #8F16BF. Grayscale: #B2B2B2. Windows color (decimal): -9377472 or 4254064. OLE color: 4254064.
HSL color Cylindrical-coordinate representation of color #70E940: hue angle of 102.96º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70E940 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 64 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.09 |
| HSL | 102.96º | 0.79% | 0.58% | - |
| HSV(B) | 102.96º | 0.73% | 0.91% | - |
| XYZ | 36.75 | 62.09 | 14.9 | - |
| YUV | 177.56 | 63.91 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 64 | 0.52 | 0 | 0.73 | 0.09 | 102.96 | 0.79 | 0.58 |
| Hex | 70 | E9 | 40 | 34 | 0 | 49 | 9 | 67 | 4F | 3A |
| Octal | 160 | 351 | 100 | 64 | 0 | 111 | 11 | 147 | 117 | 72 |
| Binary | 1110000 | 11101001 | 1000000 | 110100 | 0 | 1001001 | 1001 | 1100111 | 1001111 | 111010 |
Color Harmonies of #70E940
Complementary color
Monochromatic Colors of #70E940
Black with #70E940
Text Example
Text Example
White with #70E940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E940; }
p { color: rgb(112,233,64); }
H1.HeaderClassName
{
color: #70E940;
}
.AnyTagClassName
{
color: #70E940;
}
</style>
background-color css
<style>
a { background-color: #70E940; }
a { background-color: rgb(112,233,64); }
div.DivClassName
{
background-color: #70E940;
}
.BgClassName
{
background-color: #70E940;
}
</style>
border-color css
<style>
span { border-color: #70E940; }
span { border-color: rgb(112,233,64); }
td.TdClassName
{
border-color: #70E940;
}
.TagClassName
{
border-color: #70E940;
}
</style>