Shades of Screamin' Green #70EC46
Tints of Screamin' Green #70EC46
RGB
CMYK
RGB Variations
Color information
#70EC46 (or 0x70EC46) is known color: Screamin' Green. HEX triplet: 70, EC and 46. RGB value is (112,236,70). Sum of RGB (Red+Green+Blue) = 112+236+70=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 236 (92.58% from 255 or 56.46% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC46 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EC46 is #8F13B9. Grayscale: #B4B4B4. Windows color (decimal): -9376698 or 4648048. OLE color: 4648048.
HSL color Cylindrical-coordinate representation of color #70EC46: hue angle of 104.82º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70EC46 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 70 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.07 |
| HSL | 104.82º | 0.81% | 0.6% | - |
| HSV(B) | 104.82º | 0.7% | 0.93% | - |
| XYZ | 37.78 | 63.88 | 16.13 | - |
| YUV | 180 | 65.92 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 70 | 0.53 | 0 | 0.70 | 0.07 | 104.82 | 0.81 | 0.6 |
| Hex | 70 | EC | 46 | 35 | 0 | 46 | 7 | 69 | 51 | 3C |
| Octal | 160 | 354 | 106 | 65 | 0 | 106 | 7 | 151 | 121 | 74 |
| Binary | 1110000 | 11101100 | 1000110 | 110101 | 0 | 1000110 | 111 | 1101001 | 1010001 | 111100 |
Color Harmonies of #70EC46
Complementary color
Monochromatic Colors of #70EC46
Black with #70EC46
Text Example
Text Example
White with #70EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC46; }
p { color: rgb(112,236,70); }
H1.HeaderClassName
{
color: #70EC46;
}
.AnyTagClassName
{
color: #70EC46;
}
</style>
background-color css
<style>
a { background-color: #70EC46; }
a { background-color: rgb(112,236,70); }
div.DivClassName
{
background-color: #70EC46;
}
.BgClassName
{
background-color: #70EC46;
}
</style>
border-color css
<style>
span { border-color: #70EC46; }
span { border-color: rgb(112,236,70); }
td.TdClassName
{
border-color: #70EC46;
}
.TagClassName
{
border-color: #70EC46;
}
</style>