Shades of Screamin' Green #70F956
Tints of Screamin' Green #70F956
RGB
CMYK
RGB Variations
Color information
#70F956 (or 0x70F956) is known color: Screamin' Green. HEX triplet: 70, F9 and 56. RGB value is (112,249,86). Sum of RGB (Red+Green+Blue) = 112+249+86=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #70F956 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F956 is #8F06A9. Grayscale: #BDBDBD. Windows color (decimal): -9373354 or 5699952. OLE color: 5699952.
HSL color Cylindrical-coordinate representation of color #70F956: hue angle of 110.43º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70F956 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 86 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.02 |
| HSL | 110.43º | 0.93% | 0.66% | - |
| HSV(B) | 110.43º | 0.65% | 0.98% | - |
| XYZ | 42.24 | 71.87 | 20.45 | - |
| YUV | 189.46 | 69.61 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 86 | 0.55 | 0 | 0.65 | 0.02 | 110.43 | 0.93 | 0.66 |
| Hex | 70 | F9 | 56 | 37 | 0 | 41 | 2 | 6E | 5D | 42 |
| Octal | 160 | 371 | 126 | 67 | 0 | 101 | 2 | 156 | 135 | 102 |
| Binary | 1110000 | 11111001 | 1010110 | 110111 | 0 | 1000001 | 10 | 1101110 | 1011101 | 1000010 |
Color Harmonies of #70F956
Complementary color
Monochromatic Colors of #70F956
Black with #70F956
Text Example
Text Example
White with #70F956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F956; }
p { color: rgb(112,249,86); }
H1.HeaderClassName
{
color: #70F956;
}
.AnyTagClassName
{
color: #70F956;
}
</style>
background-color css
<style>
a { background-color: #70F956; }
a { background-color: rgb(112,249,86); }
div.DivClassName
{
background-color: #70F956;
}
.BgClassName
{
background-color: #70F956;
}
</style>
border-color css
<style>
span { border-color: #70F956; }
span { border-color: rgb(112,249,86); }
td.TdClassName
{
border-color: #70F956;
}
.TagClassName
{
border-color: #70F956;
}
</style>