Shades of Screamin' Green #70EA61
Tints of Screamin' Green #70EA61
RGB
CMYK
RGB Variations
Color information
#70EA61 (or 0x70EA61) is known color: Screamin' Green. HEX triplet: 70, EA and 61. RGB value is (112,234,97). Sum of RGB (Red+Green+Blue) = 112+234+97=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EA61 is #8F159E. Grayscale: #B6B6B6. Windows color (decimal): -9377183 or 6417008. OLE color: 6417008.
HSL color Cylindrical-coordinate representation of color #70EA61: hue angle of 113.43º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70EA61 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 97 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.08 |
| HSL | 113.43º | 0.77% | 0.65% | - |
| HSV(B) | 113.43º | 0.59% | 0.92% | - |
| XYZ | 38.26 | 63.15 | 21.48 | - |
| YUV | 181.9 | 80.08 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 97 | 0.52 | 0 | 0.59 | 0.08 | 113.43 | 0.77 | 0.65 |
| Hex | 70 | EA | 61 | 34 | 0 | 3B | 8 | 71 | 4D | 41 |
| Octal | 160 | 352 | 141 | 64 | 0 | 73 | 10 | 161 | 115 | 101 |
| Binary | 1110000 | 11101010 | 1100001 | 110100 | 0 | 111011 | 1000 | 1110001 | 1001101 | 1000001 |
Color Harmonies of #70EA61
Complementary color
Monochromatic Colors of #70EA61
Black with #70EA61
Text Example
Text Example
White with #70EA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EA61; }
p { color: rgb(112,234,97); }
H1.HeaderClassName
{
color: #70EA61;
}
.AnyTagClassName
{
color: #70EA61;
}
</style>
background-color css
<style>
a { background-color: #70EA61; }
a { background-color: rgb(112,234,97); }
div.DivClassName
{
background-color: #70EA61;
}
.BgClassName
{
background-color: #70EA61;
}
</style>
border-color css
<style>
span { border-color: #70EA61; }
span { border-color: rgb(112,234,97); }
td.TdClassName
{
border-color: #70EA61;
}
.TagClassName
{
border-color: #70EA61;
}
</style>