Shades of Screamin' Green #70E550
Tints of Screamin' Green #70E550
RGB
CMYK
RGB Variations
Color information
#70E550 (or 0x70E550) is known color: Screamin' Green. HEX triplet: 70, E5 and 50. RGB value is (112,229,80). Sum of RGB (Red+Green+Blue) = 112+229+80=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #70E550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E550 is #8F1AAF. Grayscale: #B1B1B1. Windows color (decimal): -9378480 or 5301616. OLE color: 5301616.
HSL color Cylindrical-coordinate representation of color #70E550: hue angle of 107.11º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70E550 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 80 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.10 |
| HSL | 107.11º | 0.74% | 0.61% | - |
| HSV(B) | 107.11º | 0.65% | 0.9% | - |
| XYZ | 36.15 | 60.06 | 17.28 | - |
| YUV | 177.03 | 73.24 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 80 | 0.51 | 0 | 0.65 | 0.10 | 107.11 | 0.74 | 0.61 |
| Hex | 70 | E5 | 50 | 33 | 0 | 41 | A | 6B | 4A | 3D |
| Octal | 160 | 345 | 120 | 63 | 0 | 101 | 12 | 153 | 112 | 75 |
| Binary | 1110000 | 11100101 | 1010000 | 110011 | 0 | 1000001 | 1010 | 1101011 | 1001010 | 111101 |
Color Harmonies of #70E550
Complementary color
Monochromatic Colors of #70E550
Black with #70E550
Text Example
Text Example
White with #70E550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E550; }
p { color: rgb(112,229,80); }
H1.HeaderClassName
{
color: #70E550;
}
.AnyTagClassName
{
color: #70E550;
}
</style>
background-color css
<style>
a { background-color: #70E550; }
a { background-color: rgb(112,229,80); }
div.DivClassName
{
background-color: #70E550;
}
.BgClassName
{
background-color: #70E550;
}
</style>
border-color css
<style>
span { border-color: #70E550; }
span { border-color: rgb(112,229,80); }
td.TdClassName
{
border-color: #70E550;
}
.TagClassName
{
border-color: #70E550;
}
</style>