Shades of Screamin' Green #70E963
Tints of Screamin' Green #70E963
RGB
CMYK
RGB Variations
Color information
#70E963 (or 0x70E963) is known color: Screamin' Green. HEX triplet: 70, E9 and 63. RGB value is (112,233,99). Sum of RGB (Red+Green+Blue) = 112+233+99=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #70E963 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E963 is #8F169C. Grayscale: #B5B5B5. Windows color (decimal): -9377437 or 6547824. OLE color: 6547824.
HSL color Cylindrical-coordinate representation of color #70E963: hue angle of 114.18º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70E963 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 99 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.09 |
| HSL | 114.18º | 0.75% | 0.65% | - |
| HSV(B) | 114.18º | 0.58% | 0.91% | - |
| XYZ | 38.07 | 62.62 | 21.89 | - |
| YUV | 181.55 | 81.41 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 99 | 0.52 | 0 | 0.58 | 0.09 | 114.18 | 0.75 | 0.65 |
| Hex | 70 | E9 | 63 | 34 | 0 | 3A | 9 | 72 | 4B | 41 |
| Octal | 160 | 351 | 143 | 64 | 0 | 72 | 11 | 162 | 113 | 101 |
| Binary | 1110000 | 11101001 | 1100011 | 110100 | 0 | 111010 | 1001 | 1110010 | 1001011 | 1000001 |
Color Harmonies of #70E963
Complementary color
Monochromatic Colors of #70E963
Black with #70E963
Text Example
Text Example
White with #70E963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E963; }
p { color: rgb(112,233,99); }
H1.HeaderClassName
{
color: #70E963;
}
.AnyTagClassName
{
color: #70E963;
}
</style>
background-color css
<style>
a { background-color: #70E963; }
a { background-color: rgb(112,233,99); }
div.DivClassName
{
background-color: #70E963;
}
.BgClassName
{
background-color: #70E963;
}
</style>
border-color css
<style>
span { border-color: #70E963; }
span { border-color: rgb(112,233,99); }
td.TdClassName
{
border-color: #70E963;
}
.TagClassName
{
border-color: #70E963;
}
</style>