Shades of Screamin' Green #70EE6D
Tints of Screamin' Green #70EE6D
RGB
CMYK
RGB Variations
Color information
#70EE6D (or 0x70EE6D) is known color: Screamin' Green. HEX triplet: 70, EE and 6D. RGB value is (112,238,109). Sum of RGB (Red+Green+Blue) = 112+238+109=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EE6D is #8F1192. Grayscale: #BABABA. Windows color (decimal): -9376147 or 7204464. OLE color: 7204464.
HSL color Cylindrical-coordinate representation of color #70EE6D: hue angle of 118.6º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70EE6D is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 238 | 109 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.07 |
| HSL | 118.6º | 0.79% | 0.68% | - |
| HSV(B) | 118.6º | 0.54% | 0.93% | - |
| XYZ | 40.02 | 65.7 | 25.04 | - |
| YUV | 185.62 | 84.76 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 238 | 109 | 0.53 | 0 | 0.54 | 0.07 | 118.6 | 0.79 | 0.68 |
| Hex | 70 | EE | 6D | 35 | 0 | 36 | 7 | 77 | 4F | 44 |
| Octal | 160 | 356 | 155 | 65 | 0 | 66 | 7 | 167 | 117 | 104 |
| Binary | 1110000 | 11101110 | 1101101 | 110101 | 0 | 110110 | 111 | 1110111 | 1001111 | 1000100 |
Color Harmonies of #70EE6D
Complementary color
Monochromatic Colors of #70EE6D
Black with #70EE6D
Text Example
Text Example
White with #70EE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EE6D; }
p { color: rgb(112,238,109); }
H1.HeaderClassName
{
color: #70EE6D;
}
.AnyTagClassName
{
color: #70EE6D;
}
</style>
background-color css
<style>
a { background-color: #70EE6D; }
a { background-color: rgb(112,238,109); }
div.DivClassName
{
background-color: #70EE6D;
}
.BgClassName
{
background-color: #70EE6D;
}
</style>
border-color css
<style>
span { border-color: #70EE6D; }
span { border-color: rgb(112,238,109); }
td.TdClassName
{
border-color: #70EE6D;
}
.TagClassName
{
border-color: #70EE6D;
}
</style>