Shades of Screamin' Green #70EF40
Tints of Screamin' Green #70EF40
RGB
CMYK
RGB Variations
Color information
#70EF40 (or 0x70EF40) is known color: Screamin' Green. HEX triplet: 70, EF and 40. RGB value is (112,239,64). Sum of RGB (Red+Green+Blue) = 112+239+64=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EF40 is #8F10BF. Grayscale: #B5B5B5. Windows color (decimal): -9375936 or 4255600. OLE color: 4255600.
HSL color Cylindrical-coordinate representation of color #70EF40: hue angle of 103.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70EF40 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 239 | 64 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.06 |
| HSL | 103.54º | 0.85% | 0.59% | - |
| HSV(B) | 103.54º | 0.73% | 0.94% | - |
| XYZ | 38.47 | 65.55 | 15.47 | - |
| YUV | 181.08 | 61.92 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 239 | 64 | 0.53 | 0 | 0.73 | 0.06 | 103.54 | 0.85 | 0.59 |
| Hex | 70 | EF | 40 | 35 | 0 | 49 | 6 | 68 | 55 | 3B |
| Octal | 160 | 357 | 100 | 65 | 0 | 111 | 6 | 150 | 125 | 73 |
| Binary | 1110000 | 11101111 | 1000000 | 110101 | 0 | 1001001 | 110 | 1101000 | 1010101 | 111011 |
Color Harmonies of #70EF40
Complementary color
Monochromatic Colors of #70EF40
Black with #70EF40
Text Example
Text Example
White with #70EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EF40; }
p { color: rgb(112,239,64); }
H1.HeaderClassName
{
color: #70EF40;
}
.AnyTagClassName
{
color: #70EF40;
}
</style>
background-color css
<style>
a { background-color: #70EF40; }
a { background-color: rgb(112,239,64); }
div.DivClassName
{
background-color: #70EF40;
}
.BgClassName
{
background-color: #70EF40;
}
</style>
border-color css
<style>
span { border-color: #70EF40; }
span { border-color: rgb(112,239,64); }
td.TdClassName
{
border-color: #70EF40;
}
.TagClassName
{
border-color: #70EF40;
}
</style>