Shades of Screamin' Green #70F760
Tints of Screamin' Green #70F760
RGB
CMYK
RGB Variations
Color information
#70F760 (or 0x70F760) is known color: Screamin' Green. HEX triplet: 70, F7 and 60. RGB value is (112,247,96). Sum of RGB (Red+Green+Blue) = 112+247+96=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 247 (96.88% from 255 or 54.29% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 247 - color contains mainly: green. Hex color #70F760 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F760 is #8F089F. Grayscale: #BDBDBD. Windows color (decimal): -9373856 or 6354800. OLE color: 6354800.
HSL color Cylindrical-coordinate representation of color #70F760: hue angle of 113.64º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70F760 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 96 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.03 |
| HSL | 113.64º | 0.9% | 0.67% | - |
| HSV(B) | 113.64º | 0.61% | 0.97% | - |
| XYZ | 42.05 | 70.81 | 22.52 | - |
| YUV | 189.42 | 75.27 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 96 | 0.55 | 0 | 0.61 | 0.03 | 113.64 | 0.9 | 0.67 |
| Hex | 70 | F7 | 60 | 37 | 0 | 3D | 3 | 72 | 5A | 43 |
| Octal | 160 | 367 | 140 | 67 | 0 | 75 | 3 | 162 | 132 | 103 |
| Binary | 1110000 | 11110111 | 1100000 | 110111 | 0 | 111101 | 11 | 1110010 | 1011010 | 1000011 |
Color Harmonies of #70F760
Complementary color
Monochromatic Colors of #70F760
Black with #70F760
Text Example
Text Example
White with #70F760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F760; }
p { color: rgb(112,247,96); }
H1.HeaderClassName
{
color: #70F760;
}
.AnyTagClassName
{
color: #70F760;
}
</style>
background-color css
<style>
a { background-color: #70F760; }
a { background-color: rgb(112,247,96); }
div.DivClassName
{
background-color: #70F760;
}
.BgClassName
{
background-color: #70F760;
}
</style>
border-color css
<style>
span { border-color: #70F760; }
span { border-color: rgb(112,247,96); }
td.TdClassName
{
border-color: #70F760;
}
.TagClassName
{
border-color: #70F760;
}
</style>