Shades of Screamin' Green #70F747
Tints of Screamin' Green #70F747
RGB
CMYK
RGB Variations
Color information
#70F747 (or 0x70F747) is known color: Screamin' Green. HEX triplet: 70, F7 and 47. RGB value is (112,247,71). Sum of RGB (Red+Green+Blue) = 112+247+71=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 247 (96.88% from 255 or 57.44% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 247 - color contains mainly: green. Hex color #70F747 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F747 is #8F08B8. Grayscale: #BBBBBB. Windows color (decimal): -9373881 or 4716400. OLE color: 4716400.
HSL color Cylindrical-coordinate representation of color #70F747: hue angle of 106.02º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70F747 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 71 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.03 |
| HSL | 106.02º | 0.92% | 0.62% | - |
| HSV(B) | 106.02º | 0.71% | 0.97% | - |
| XYZ | 41.08 | 70.42 | 17.39 | - |
| YUV | 186.57 | 62.77 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 71 | 0.55 | 0 | 0.71 | 0.03 | 106.02 | 0.92 | 0.62 |
| Hex | 70 | F7 | 47 | 37 | 0 | 47 | 3 | 6A | 5C | 3E |
| Octal | 160 | 367 | 107 | 67 | 0 | 107 | 3 | 152 | 134 | 76 |
| Binary | 1110000 | 11110111 | 1000111 | 110111 | 0 | 1000111 | 11 | 1101010 | 1011100 | 111110 |
Color Harmonies of #70F747
Complementary color
Monochromatic Colors of #70F747
Black with #70F747
Text Example
Text Example
White with #70F747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F747; }
p { color: rgb(112,247,71); }
H1.HeaderClassName
{
color: #70F747;
}
.AnyTagClassName
{
color: #70F747;
}
</style>
background-color css
<style>
a { background-color: #70F747; }
a { background-color: rgb(112,247,71); }
div.DivClassName
{
background-color: #70F747;
}
.BgClassName
{
background-color: #70F747;
}
</style>
border-color css
<style>
span { border-color: #70F747; }
span { border-color: rgb(112,247,71); }
td.TdClassName
{
border-color: #70F747;
}
.TagClassName
{
border-color: #70F747;
}
</style>