Shades of Screamin' Green #70E451
Tints of Screamin' Green #70E451
RGB
CMYK
RGB Variations
Color information
#70E451 (or 0x70E451) is known color: Screamin' Green. HEX triplet: 70, E4 and 51. RGB value is (112,228,81). Sum of RGB (Red+Green+Blue) = 112+228+81=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #70E451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E451 is #8F1BAE. Grayscale: #B1B1B1. Windows color (decimal): -9378735 or 5366896. OLE color: 5366896.
HSL color Cylindrical-coordinate representation of color #70E451: hue angle of 107.35º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70E451 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 81 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.11 |
| HSL | 107.35º | 0.73% | 0.61% | - |
| HSV(B) | 107.35º | 0.64% | 0.89% | - |
| XYZ | 35.91 | 59.53 | 17.38 | - |
| YUV | 176.56 | 74.07 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 81 | 0.51 | 0 | 0.64 | 0.11 | 107.35 | 0.73 | 0.61 |
| Hex | 70 | E4 | 51 | 33 | 0 | 40 | B | 6B | 49 | 3D |
| Octal | 160 | 344 | 121 | 63 | 0 | 100 | 13 | 153 | 111 | 75 |
| Binary | 1110000 | 11100100 | 1010001 | 110011 | 0 | 1000000 | 1011 | 1101011 | 1001001 | 111101 |
Color Harmonies of #70E451
Complementary color
Monochromatic Colors of #70E451
Black with #70E451
Text Example
Text Example
White with #70E451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E451; }
p { color: rgb(112,228,81); }
H1.HeaderClassName
{
color: #70E451;
}
.AnyTagClassName
{
color: #70E451;
}
</style>
background-color css
<style>
a { background-color: #70E451; }
a { background-color: rgb(112,228,81); }
div.DivClassName
{
background-color: #70E451;
}
.BgClassName
{
background-color: #70E451;
}
</style>
border-color css
<style>
span { border-color: #70E451; }
span { border-color: rgb(112,228,81); }
td.TdClassName
{
border-color: #70E451;
}
.TagClassName
{
border-color: #70E451;
}
</style>