Shades of Screamin' Green #70F76D
Tints of Screamin' Green #70F76D
RGB
CMYK
RGB Variations
Color information
#70F76D (or 0x70F76D) is known color: Screamin' Green. HEX triplet: 70, F7 and 6D. RGB value is (112,247,109). Sum of RGB (Red+Green+Blue) = 112+247+109=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #70F76D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F76D is #8F0892. Grayscale: #BFBFBF. Windows color (decimal): -9373843 or 7206768. OLE color: 7206768.
HSL color Cylindrical-coordinate representation of color #70F76D: hue angle of 118.7º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70F76D is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 109 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.03 |
| HSL | 118.7º | 0.9% | 0.7% | - |
| HSV(B) | 118.7º | 0.56% | 0.97% | - |
| XYZ | 42.7 | 71.07 | 25.94 | - |
| YUV | 190.9 | 81.77 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 109 | 0.55 | 0 | 0.56 | 0.03 | 118.7 | 0.9 | 0.7 |
| Hex | 70 | F7 | 6D | 37 | 0 | 38 | 3 | 77 | 5A | 46 |
| Octal | 160 | 367 | 155 | 67 | 0 | 70 | 3 | 167 | 132 | 106 |
| Binary | 1110000 | 11110111 | 1101101 | 110111 | 0 | 111000 | 11 | 1110111 | 1011010 | 1000110 |
Color Harmonies of #70F76D
Complementary color
Monochromatic Colors of #70F76D
Black with #70F76D
Text Example
Text Example
White with #70F76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F76D; }
p { color: rgb(112,247,109); }
H1.HeaderClassName
{
color: #70F76D;
}
.AnyTagClassName
{
color: #70F76D;
}
</style>
background-color css
<style>
a { background-color: #70F76D; }
a { background-color: rgb(112,247,109); }
div.DivClassName
{
background-color: #70F76D;
}
.BgClassName
{
background-color: #70F76D;
}
</style>
border-color css
<style>
span { border-color: #70F76D; }
span { border-color: rgb(112,247,109); }
td.TdClassName
{
border-color: #70F76D;
}
.TagClassName
{
border-color: #70F76D;
}
</style>