Shades of Screamin' Green #70F75D
Tints of Screamin' Green #70F75D
RGB
CMYK
RGB Variations
Color information
#70F75D (or 0x70F75D) is known color: Screamin' Green. HEX triplet: 70, F7 and 5D. RGB value is (112,247,93). Sum of RGB (Red+Green+Blue) = 112+247+93=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #70F75D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F75D is #8F08A2. Grayscale: #BDBDBD. Windows color (decimal): -9373859 or 6158192. OLE color: 6158192.
HSL color Cylindrical-coordinate representation of color #70F75D: hue angle of 112.6º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70F75D is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 93 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.03 |
| HSL | 112.6º | 0.91% | 0.67% | - |
| HSV(B) | 112.6º | 0.62% | 0.97% | - |
| XYZ | 41.92 | 70.76 | 21.8 | - |
| YUV | 189.08 | 73.77 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 93 | 0.55 | 0 | 0.62 | 0.03 | 112.6 | 0.91 | 0.67 |
| Hex | 70 | F7 | 5D | 37 | 0 | 3E | 3 | 71 | 5B | 43 |
| Octal | 160 | 367 | 135 | 67 | 0 | 76 | 3 | 161 | 133 | 103 |
| Binary | 1110000 | 11110111 | 1011101 | 110111 | 0 | 111110 | 11 | 1110001 | 1011011 | 1000011 |
Color Harmonies of #70F75D
Complementary color
Monochromatic Colors of #70F75D
Black with #70F75D
Text Example
Text Example
White with #70F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F75D; }
p { color: rgb(112,247,93); }
H1.HeaderClassName
{
color: #70F75D;
}
.AnyTagClassName
{
color: #70F75D;
}
</style>
background-color css
<style>
a { background-color: #70F75D; }
a { background-color: rgb(112,247,93); }
div.DivClassName
{
background-color: #70F75D;
}
.BgClassName
{
background-color: #70F75D;
}
</style>
border-color css
<style>
span { border-color: #70F75D; }
span { border-color: rgb(112,247,93); }
td.TdClassName
{
border-color: #70F75D;
}
.TagClassName
{
border-color: #70F75D;
}
</style>