Shades of Screamin' Green #70F76C
Tints of Screamin' Green #70F76C
RGB
CMYK
RGB Variations
Color information
#70F76C (or 0x70F76C) is known color: Screamin' Green. HEX triplet: 70, F7 and 6C. RGB value is (112,247,108). Sum of RGB (Red+Green+Blue) = 112+247+108=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #70F76C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F76C is #8F0893. Grayscale: #BFBFBF. Windows color (decimal): -9373844 or 7141232. OLE color: 7141232.
HSL color Cylindrical-coordinate representation of color #70F76C: hue angle of 118.27º 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 #70F76C is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 108 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.03 |
| HSL | 118.27º | 0.9% | 0.7% | - |
| HSV(B) | 118.27º | 0.56% | 0.97% | - |
| XYZ | 42.65 | 71.05 | 25.65 | - |
| YUV | 190.79 | 81.27 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 108 | 0.55 | 0 | 0.56 | 0.03 | 118.27 | 0.9 | 0.7 |
| Hex | 70 | F7 | 6C | 37 | 0 | 38 | 3 | 76 | 5A | 46 |
| Octal | 160 | 367 | 154 | 67 | 0 | 70 | 3 | 166 | 132 | 106 |
| Binary | 1110000 | 11110111 | 1101100 | 110111 | 0 | 111000 | 11 | 1110110 | 1011010 | 1000110 |
Color Harmonies of #70F76C
Complementary color
Monochromatic Colors of #70F76C
Black with #70F76C
Text Example
Text Example
White with #70F76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F76C; }
p { color: rgb(112,247,108); }
H1.HeaderClassName
{
color: #70F76C;
}
.AnyTagClassName
{
color: #70F76C;
}
</style>
background-color css
<style>
a { background-color: #70F76C; }
a { background-color: rgb(112,247,108); }
div.DivClassName
{
background-color: #70F76C;
}
.BgClassName
{
background-color: #70F76C;
}
</style>
border-color css
<style>
span { border-color: #70F76C; }
span { border-color: rgb(112,247,108); }
td.TdClassName
{
border-color: #70F76C;
}
.TagClassName
{
border-color: #70F76C;
}
</style>