Shades of Screamin' Green #70EC37
Tints of Screamin' Green #70EC37
RGB
CMYK
RGB Variations
Color information
#70EC37 (or 0x70EC37) is known color: Screamin' Green. HEX triplet: 70, EC and 37. RGB value is (112,236,55). Sum of RGB (Red+Green+Blue) = 112+236+55=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 236 (92.58% from 255 or 58.56% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EC37 is #8F13C8. Grayscale: #B2B2B2. Windows color (decimal): -9376713 or 3665008. OLE color: 3665008.
HSL color Cylindrical-coordinate representation of color #70EC37: hue angle of 101.1º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70EC37 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 55 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.07 |
| HSL | 101.11º | 0.83% | 0.57% | - |
| HSV(B) | 101.11º | 0.77% | 0.93% | - |
| XYZ | 37.37 | 63.71 | 13.94 | - |
| YUV | 178.29 | 58.42 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 55 | 0.53 | 0 | 0.77 | 0.07 | 101.11 | 0.83 | 0.57 |
| Hex | 70 | EC | 37 | 35 | 0 | 4D | 7 | 65 | 53 | 39 |
| Octal | 160 | 354 | 67 | 65 | 0 | 115 | 7 | 145 | 123 | 71 |
| Binary | 1110000 | 11101100 | 110111 | 110101 | 0 | 1001101 | 111 | 1100101 | 1010011 | 111001 |
Color Harmonies of #70EC37
Complementary color
Monochromatic Colors of #70EC37
Black with #70EC37
Text Example
Text Example
White with #70EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC37; }
p { color: rgb(112,236,55); }
H1.HeaderClassName
{
color: #70EC37;
}
.AnyTagClassName
{
color: #70EC37;
}
</style>
background-color css
<style>
a { background-color: #70EC37; }
a { background-color: rgb(112,236,55); }
div.DivClassName
{
background-color: #70EC37;
}
.BgClassName
{
background-color: #70EC37;
}
</style>
border-color css
<style>
span { border-color: #70EC37; }
span { border-color: rgb(112,236,55); }
td.TdClassName
{
border-color: #70EC37;
}
.TagClassName
{
border-color: #70EC37;
}
</style>