Shades of Screamin' Green #70F470
Tints of Screamin' Green #70F470
RGB
CMYK
RGB Variations
Color information
#70F470 (or 0x70F470) is known color: Screamin' Green. HEX triplet: 70, F4 and 70. RGB value is (112,244,112). Sum of RGB (Red+Green+Blue) = 112+244+112=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #70F470 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F470 is #8F0B8F. Grayscale: #BDBDBD. Windows color (decimal): -9374608 or 7402608. OLE color: 7402608.
HSL color Cylindrical-coordinate representation of color #70F470: hue angle of 120º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F470 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 112 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.04 |
| HSL | 120º | 0.86% | 0.7% | - |
| HSV(B) | 120º | 0.54% | 0.96% | - |
| XYZ | 41.96 | 69.32 | 26.5 | - |
| YUV | 189.48 | 84.27 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 112 | 0.54 | 0 | 0.54 | 0.04 | 120 | 0.86 | 0.7 |
| Hex | 70 | F4 | 70 | 36 | 0 | 36 | 4 | 78 | 56 | 46 |
| Octal | 160 | 364 | 160 | 66 | 0 | 66 | 4 | 170 | 126 | 106 |
| Binary | 1110000 | 11110100 | 1110000 | 110110 | 0 | 110110 | 100 | 1111000 | 1010110 | 1000110 |
Color Harmonies of #70F470
Complementary color
Monochromatic Colors of #70F470
Black with #70F470
Text Example
Text Example
White with #70F470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F470; }
p { color: rgb(112,244,112); }
H1.HeaderClassName
{
color: #70F470;
}
.AnyTagClassName
{
color: #70F470;
}
</style>
background-color css
<style>
a { background-color: #70F470; }
a { background-color: rgb(112,244,112); }
div.DivClassName
{
background-color: #70F470;
}
.BgClassName
{
background-color: #70F470;
}
</style>
border-color css
<style>
span { border-color: #70F470; }
span { border-color: rgb(112,244,112); }
td.TdClassName
{
border-color: #70F470;
}
.TagClassName
{
border-color: #70F470;
}
</style>