Shades of Screamin' Green #70EC5D
Tints of Screamin' Green #70EC5D
RGB
CMYK
RGB Variations
Color information
#70EC5D (or 0x70EC5D) is known color: Screamin' Green. HEX triplet: 70, EC and 5D. RGB value is (112,236,93). Sum of RGB (Red+Green+Blue) = 112+236+93=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EC5D is #8F13A2. Grayscale: #B7B7B7. Windows color (decimal): -9376675 or 6155376. OLE color: 6155376.
HSL color Cylindrical-coordinate representation of color #70EC5D: hue angle of 112.03º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70EC5D is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 93 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.07 |
| HSL | 112.03º | 0.79% | 0.65% | - |
| HSV(B) | 112.03º | 0.61% | 0.93% | - |
| XYZ | 38.65 | 64.23 | 20.72 | - |
| YUV | 182.62 | 77.42 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 93 | 0.53 | 0 | 0.61 | 0.07 | 112.03 | 0.79 | 0.65 |
| Hex | 70 | EC | 5D | 35 | 0 | 3D | 7 | 70 | 4F | 41 |
| Octal | 160 | 354 | 135 | 65 | 0 | 75 | 7 | 160 | 117 | 101 |
| Binary | 1110000 | 11101100 | 1011101 | 110101 | 0 | 111101 | 111 | 1110000 | 1001111 | 1000001 |
Color Harmonies of #70EC5D
Complementary color
Monochromatic Colors of #70EC5D
Black with #70EC5D
Text Example
Text Example
White with #70EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC5D; }
p { color: rgb(112,236,93); }
H1.HeaderClassName
{
color: #70EC5D;
}
.AnyTagClassName
{
color: #70EC5D;
}
</style>
background-color css
<style>
a { background-color: #70EC5D; }
a { background-color: rgb(112,236,93); }
div.DivClassName
{
background-color: #70EC5D;
}
.BgClassName
{
background-color: #70EC5D;
}
</style>
border-color css
<style>
span { border-color: #70EC5D; }
span { border-color: rgb(112,236,93); }
td.TdClassName
{
border-color: #70EC5D;
}
.TagClassName
{
border-color: #70EC5D;
}
</style>