Shades of Screamin' Green #70F980
Tints of Screamin' Green #70F980
RGB
CMYK
RGB Variations
Color information
#70F980 (or 0x70F980) is known color: Screamin' Green. HEX triplet: 70, F9 and 80. RGB value is (112,249,128). Sum of RGB (Red+Green+Blue) = 112+249+128=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #70F980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F980 is #8F067F. Grayscale: #C2C2C2. Windows color (decimal): -9373312 or 8452464. OLE color: 8452464.
HSL color Cylindrical-coordinate representation of color #70F980: hue angle of 127.01º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F980 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 128 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.02 |
| HSL | 127.01º | 0.92% | 0.71% | - |
| HSV(B) | 127.01º | 0.55% | 0.98% | - |
| XYZ | 44.45 | 72.75 | 32.12 | - |
| YUV | 194.24 | 90.61 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 128 | 0.55 | 0 | 0.49 | 0.02 | 127.01 | 0.92 | 0.71 |
| Hex | 70 | F9 | 80 | 37 | 0 | 31 | 2 | 7F | 5C | 47 |
| Octal | 160 | 371 | 200 | 67 | 0 | 61 | 2 | 177 | 134 | 107 |
| Binary | 1110000 | 11111001 | 10000000 | 110111 | 0 | 110001 | 10 | 1111111 | 1011100 | 1000111 |
Color Harmonies of #70F980
Complementary color
Monochromatic Colors of #70F980
Black with #70F980
Text Example
Text Example
White with #70F980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F980; }
p { color: rgb(112,249,128); }
H1.HeaderClassName
{
color: #70F980;
}
.AnyTagClassName
{
color: #70F980;
}
</style>
background-color css
<style>
a { background-color: #70F980; }
a { background-color: rgb(112,249,128); }
div.DivClassName
{
background-color: #70F980;
}
.BgClassName
{
background-color: #70F980;
}
</style>
border-color css
<style>
span { border-color: #70F980; }
span { border-color: rgb(112,249,128); }
td.TdClassName
{
border-color: #70F980;
}
.TagClassName
{
border-color: #70F980;
}
</style>