Shades of Screamin' Green #70E85D
Tints of Screamin' Green #70E85D
RGB
CMYK
RGB Variations
Color information
#70E85D (or 0x70E85D) is known color: Screamin' Green. HEX triplet: 70, E8 and 5D. RGB value is (112,232,93). Sum of RGB (Red+Green+Blue) = 112+232+93=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 232 (91.02% from 255 or 53.09% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 232 - color contains mainly: green. Hex color #70E85D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E85D is #8F17A2. Grayscale: #B4B4B4. Windows color (decimal): -9377699 or 6154352. OLE color: 6154352.
HSL color Cylindrical-coordinate representation of color #70E85D: hue angle of 111.8º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70E85D is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 93 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.09 |
| HSL | 111.8º | 0.75% | 0.64% | - |
| HSV(B) | 111.8º | 0.6% | 0.91% | - |
| XYZ | 37.51 | 61.95 | 20.34 | - |
| YUV | 180.27 | 78.74 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 93 | 0.52 | 0 | 0.60 | 0.09 | 111.8 | 0.75 | 0.64 |
| Hex | 70 | E8 | 5D | 34 | 0 | 3C | 9 | 70 | 4B | 40 |
| Octal | 160 | 350 | 135 | 64 | 0 | 74 | 11 | 160 | 113 | 100 |
| Binary | 1110000 | 11101000 | 1011101 | 110100 | 0 | 111100 | 1001 | 1110000 | 1001011 | 1000000 |
Color Harmonies of #70E85D
Complementary color
Monochromatic Colors of #70E85D
Black with #70E85D
Text Example
Text Example
White with #70E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E85D; }
p { color: rgb(112,232,93); }
H1.HeaderClassName
{
color: #70E85D;
}
.AnyTagClassName
{
color: #70E85D;
}
</style>
background-color css
<style>
a { background-color: #70E85D; }
a { background-color: rgb(112,232,93); }
div.DivClassName
{
background-color: #70E85D;
}
.BgClassName
{
background-color: #70E85D;
}
</style>
border-color css
<style>
span { border-color: #70E85D; }
span { border-color: rgb(112,232,93); }
td.TdClassName
{
border-color: #70E85D;
}
.TagClassName
{
border-color: #70E85D;
}
</style>