Shades of Screamin' Green #70EC5C
Tints of Screamin' Green #70EC5C
RGB
CMYK
RGB Variations
Color information
#70EC5C (or 0x70EC5C) is known color: Screamin' Green. HEX triplet: 70, EC and 5C. RGB value is (112,236,92). Sum of RGB (Red+Green+Blue) = 112+236+92=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC5C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EC5C is #8F13A3. Grayscale: #B6B6B6. Windows color (decimal): -9376676 or 6089840. OLE color: 6089840.
HSL color Cylindrical-coordinate representation of color #70EC5C: hue angle of 111.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70EC5C is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 92 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.07 |
| HSL | 111.67º | 0.79% | 0.64% | - |
| HSV(B) | 111.67º | 0.61% | 0.93% | - |
| XYZ | 38.61 | 64.21 | 20.48 | - |
| YUV | 182.51 | 76.92 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 92 | 0.53 | 0 | 0.61 | 0.07 | 111.67 | 0.79 | 0.64 |
| Hex | 70 | EC | 5C | 35 | 0 | 3D | 7 | 70 | 4F | 40 |
| Octal | 160 | 354 | 134 | 65 | 0 | 75 | 7 | 160 | 117 | 100 |
| Binary | 1110000 | 11101100 | 1011100 | 110101 | 0 | 111101 | 111 | 1110000 | 1001111 | 1000000 |
Color Harmonies of #70EC5C
Complementary color
Monochromatic Colors of #70EC5C
Black with #70EC5C
Text Example
Text Example
White with #70EC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC5C; }
p { color: rgb(112,236,92); }
H1.HeaderClassName
{
color: #70EC5C;
}
.AnyTagClassName
{
color: #70EC5C;
}
</style>
background-color css
<style>
a { background-color: #70EC5C; }
a { background-color: rgb(112,236,92); }
div.DivClassName
{
background-color: #70EC5C;
}
.BgClassName
{
background-color: #70EC5C;
}
</style>
border-color css
<style>
span { border-color: #70EC5C; }
span { border-color: rgb(112,236,92); }
td.TdClassName
{
border-color: #70EC5C;
}
.TagClassName
{
border-color: #70EC5C;
}
</style>