Shades of Screamin' Green #70F651
Tints of Screamin' Green #70F651
RGB
CMYK
RGB Variations
Color information
#70F651 (or 0x70F651) is known color: Screamin' Green. HEX triplet: 70, F6 and 51. RGB value is (112,246,81). Sum of RGB (Red+Green+Blue) = 112+246+81=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 246 (96.48% from 255 or 56.04% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 246 - color contains mainly: green. Hex color #70F651 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F651 is #8F09AE. Grayscale: #BBBBBB. Windows color (decimal): -9374127 or 5371504. OLE color: 5371504.
HSL color Cylindrical-coordinate representation of color #70F651: hue angle of 108.73º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70F651 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 246 | 81 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.04 |
| HSL | 108.73º | 0.9% | 0.64% | - |
| HSV(B) | 108.73º | 0.67% | 0.96% | - |
| XYZ | 41.12 | 69.95 | 19.12 | - |
| YUV | 187.12 | 68.11 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 246 | 81 | 0.54 | 0 | 0.67 | 0.04 | 108.73 | 0.9 | 0.64 |
| Hex | 70 | F6 | 51 | 36 | 0 | 43 | 4 | 6D | 5A | 40 |
| Octal | 160 | 366 | 121 | 66 | 0 | 103 | 4 | 155 | 132 | 100 |
| Binary | 1110000 | 11110110 | 1010001 | 110110 | 0 | 1000011 | 100 | 1101101 | 1011010 | 1000000 |
Color Harmonies of #70F651
Complementary color
Monochromatic Colors of #70F651
Black with #70F651
Text Example
Text Example
White with #70F651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F651; }
p { color: rgb(112,246,81); }
H1.HeaderClassName
{
color: #70F651;
}
.AnyTagClassName
{
color: #70F651;
}
</style>
background-color css
<style>
a { background-color: #70F651; }
a { background-color: rgb(112,246,81); }
div.DivClassName
{
background-color: #70F651;
}
.BgClassName
{
background-color: #70F651;
}
</style>
border-color css
<style>
span { border-color: #70F651; }
span { border-color: rgb(112,246,81); }
td.TdClassName
{
border-color: #70F651;
}
.TagClassName
{
border-color: #70F651;
}
</style>