Shades of Screamin' Green #70E751
Tints of Screamin' Green #70E751
RGB
CMYK
RGB Variations
Color information
#70E751 (or 0x70E751) is known color: Screamin' Green. HEX triplet: 70, E7 and 51. RGB value is (112,231,81). Sum of RGB (Red+Green+Blue) = 112+231+81=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 231 (90.62% from 255 or 54.48% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 231 - color contains mainly: green. Hex color #70E751 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E751 is #8F18AE. Grayscale: #B2B2B2. Windows color (decimal): -9377967 or 5367664. OLE color: 5367664.
HSL color Cylindrical-coordinate representation of color #70E751: hue angle of 107.6º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70E751 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 81 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.09 |
| HSL | 107.6º | 0.76% | 0.61% | - |
| HSV(B) | 107.6º | 0.65% | 0.91% | - |
| XYZ | 36.74 | 61.19 | 17.66 | - |
| YUV | 178.32 | 73.08 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 81 | 0.52 | 0 | 0.65 | 0.09 | 107.6 | 0.76 | 0.61 |
| Hex | 70 | E7 | 51 | 34 | 0 | 41 | 9 | 6C | 4C | 3D |
| Octal | 160 | 347 | 121 | 64 | 0 | 101 | 11 | 154 | 114 | 75 |
| Binary | 1110000 | 11100111 | 1010001 | 110100 | 0 | 1000001 | 1001 | 1101100 | 1001100 | 111101 |
Color Harmonies of #70E751
Complementary color
Monochromatic Colors of #70E751
Black with #70E751
Text Example
Text Example
White with #70E751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E751; }
p { color: rgb(112,231,81); }
H1.HeaderClassName
{
color: #70E751;
}
.AnyTagClassName
{
color: #70E751;
}
</style>
background-color css
<style>
a { background-color: #70E751; }
a { background-color: rgb(112,231,81); }
div.DivClassName
{
background-color: #70E751;
}
.BgClassName
{
background-color: #70E751;
}
</style>
border-color css
<style>
span { border-color: #70E751; }
span { border-color: rgb(112,231,81); }
td.TdClassName
{
border-color: #70E751;
}
.TagClassName
{
border-color: #70E751;
}
</style>