Shades of Screamin' Green #70F650
Tints of Screamin' Green #70F650
RGB
CMYK
RGB Variations
Color information
#70F650 (or 0x70F650) is known color: Screamin' Green. HEX triplet: 70, F6 and 50. RGB value is (112,246,80). Sum of RGB (Red+Green+Blue) = 112+246+80=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #70F650 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F650 is #8F09AF. Grayscale: #BBBBBB. Windows color (decimal): -9374128 or 5305968. OLE color: 5305968.
HSL color Cylindrical-coordinate representation of color #70F650: hue angle of 108.43º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70F650 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 246 | 80 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.04 |
| HSL | 108.43º | 0.9% | 0.64% | - |
| HSV(B) | 108.43º | 0.67% | 0.96% | - |
| XYZ | 41.09 | 69.94 | 18.92 | - |
| YUV | 187.01 | 67.61 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 246 | 80 | 0.54 | 0 | 0.67 | 0.04 | 108.43 | 0.9 | 0.64 |
| Hex | 70 | F6 | 50 | 36 | 0 | 43 | 4 | 6C | 5A | 40 |
| Octal | 160 | 366 | 120 | 66 | 0 | 103 | 4 | 154 | 132 | 100 |
| Binary | 1110000 | 11110110 | 1010000 | 110110 | 0 | 1000011 | 100 | 1101100 | 1011010 | 1000000 |
Color Harmonies of #70F650
Complementary color
Monochromatic Colors of #70F650
Black with #70F650
Text Example
Text Example
White with #70F650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F650; }
p { color: rgb(112,246,80); }
H1.HeaderClassName
{
color: #70F650;
}
.AnyTagClassName
{
color: #70F650;
}
</style>
background-color css
<style>
a { background-color: #70F650; }
a { background-color: rgb(112,246,80); }
div.DivClassName
{
background-color: #70F650;
}
.BgClassName
{
background-color: #70F650;
}
</style>
border-color css
<style>
span { border-color: #70F650; }
span { border-color: rgb(112,246,80); }
td.TdClassName
{
border-color: #70F650;
}
.TagClassName
{
border-color: #70F650;
}
</style>