Shades of Screamin' Green #70EC59
Tints of Screamin' Green #70EC59
RGB
CMYK
RGB Variations
Color information
#70EC59 (or 0x70EC59) is known color: Screamin' Green. HEX triplet: 70, EC and 59. RGB value is (112,236,89). Sum of RGB (Red+Green+Blue) = 112+236+89=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC59 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EC59 is #8F13A6. Grayscale: #B6B6B6. Windows color (decimal): -9376679 or 5893232. OLE color: 5893232.
HSL color Cylindrical-coordinate representation of color #70EC59: hue angle of 110.61º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70EC59 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 89 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.07 |
| HSL | 110.61º | 0.79% | 0.64% | - |
| HSV(B) | 110.61º | 0.62% | 0.93% | - |
| XYZ | 38.48 | 64.16 | 19.81 | - |
| YUV | 182.17 | 75.42 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 89 | 0.53 | 0 | 0.62 | 0.07 | 110.61 | 0.79 | 0.64 |
| Hex | 70 | EC | 59 | 35 | 0 | 3E | 7 | 6F | 4F | 40 |
| Octal | 160 | 354 | 131 | 65 | 0 | 76 | 7 | 157 | 117 | 100 |
| Binary | 1110000 | 11101100 | 1011001 | 110101 | 0 | 111110 | 111 | 1101111 | 1001111 | 1000000 |
Color Harmonies of #70EC59
Complementary color
Monochromatic Colors of #70EC59
Black with #70EC59
Text Example
Text Example
White with #70EC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC59; }
p { color: rgb(112,236,89); }
H1.HeaderClassName
{
color: #70EC59;
}
.AnyTagClassName
{
color: #70EC59;
}
</style>
background-color css
<style>
a { background-color: #70EC59; }
a { background-color: rgb(112,236,89); }
div.DivClassName
{
background-color: #70EC59;
}
.BgClassName
{
background-color: #70EC59;
}
</style>
border-color css
<style>
span { border-color: #70EC59; }
span { border-color: rgb(112,236,89); }
td.TdClassName
{
border-color: #70EC59;
}
.TagClassName
{
border-color: #70EC59;
}
</style>