Shades of Screamin' Green #70F86C
Tints of Screamin' Green #70F86C
RGB
CMYK
RGB Variations
Color information
#70F86C (or 0x70F86C) is known color: Screamin' Green. HEX triplet: 70, F8 and 6C. RGB value is (112,248,108). Sum of RGB (Red+Green+Blue) = 112+248+108=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #70F86C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F86C is #8F0793. Grayscale: #BFBFBF. Windows color (decimal): -9373588 or 7141488. OLE color: 7141488.
HSL color Cylindrical-coordinate representation of color #70F86C: hue angle of 118.29º degrees, saturation: 0.91, 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 #70F86C is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 248 | 108 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.03 |
| HSL | 118.29º | 0.91% | 0.7% | - |
| HSV(B) | 118.29º | 0.56% | 0.97% | - |
| XYZ | 42.96 | 71.66 | 25.76 | - |
| YUV | 191.38 | 80.94 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 248 | 108 | 0.55 | 0 | 0.56 | 0.03 | 118.29 | 0.91 | 0.7 |
| Hex | 70 | F8 | 6C | 37 | 0 | 38 | 3 | 76 | 5B | 46 |
| Octal | 160 | 370 | 154 | 67 | 0 | 70 | 3 | 166 | 133 | 106 |
| Binary | 1110000 | 11111000 | 1101100 | 110111 | 0 | 111000 | 11 | 1110110 | 1011011 | 1000110 |
Color Harmonies of #70F86C
Complementary color
Monochromatic Colors of #70F86C
Black with #70F86C
Text Example
Text Example
White with #70F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F86C; }
p { color: rgb(112,248,108); }
H1.HeaderClassName
{
color: #70F86C;
}
.AnyTagClassName
{
color: #70F86C;
}
</style>
background-color css
<style>
a { background-color: #70F86C; }
a { background-color: rgb(112,248,108); }
div.DivClassName
{
background-color: #70F86C;
}
.BgClassName
{
background-color: #70F86C;
}
</style>
border-color css
<style>
span { border-color: #70F86C; }
span { border-color: rgb(112,248,108); }
td.TdClassName
{
border-color: #70F86C;
}
.TagClassName
{
border-color: #70F86C;
}
</style>