Shades of Screamin' Green #70F478
Tints of Screamin' Green #70F478
RGB
CMYK
RGB Variations
Color information
#70F478 (or 0x70F478) is known color: Screamin' Green. HEX triplet: 70, F4 and 78. RGB value is (112,244,120). Sum of RGB (Red+Green+Blue) = 112+244+120=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 244 (95.70% from 255 or 51.26% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 244 - color contains mainly: green. Hex color #70F478 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F478 is #8F0B87. Grayscale: #BEBEBE. Windows color (decimal): -9374600 or 7926896. OLE color: 7926896.
HSL color Cylindrical-coordinate representation of color #70F478: hue angle of 123.64º 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 #70F478 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 120 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.04 |
| HSL | 123.64º | 0.86% | 0.7% | - |
| HSV(B) | 123.64º | 0.54% | 0.96% | - |
| XYZ | 42.42 | 69.5 | 28.95 | - |
| YUV | 190.4 | 88.27 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 120 | 0.54 | 0 | 0.51 | 0.04 | 123.64 | 0.86 | 0.7 |
| Hex | 70 | F4 | 78 | 36 | 0 | 33 | 4 | 7C | 56 | 46 |
| Octal | 160 | 364 | 170 | 66 | 0 | 63 | 4 | 174 | 126 | 106 |
| Binary | 1110000 | 11110100 | 1111000 | 110110 | 0 | 110011 | 100 | 1111100 | 1010110 | 1000110 |
Color Harmonies of #70F478
Complementary color
Monochromatic Colors of #70F478
Black with #70F478
Text Example
Text Example
White with #70F478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F478; }
p { color: rgb(112,244,120); }
H1.HeaderClassName
{
color: #70F478;
}
.AnyTagClassName
{
color: #70F478;
}
</style>
background-color css
<style>
a { background-color: #70F478; }
a { background-color: rgb(112,244,120); }
div.DivClassName
{
background-color: #70F478;
}
.BgClassName
{
background-color: #70F478;
}
</style>
border-color css
<style>
span { border-color: #70F478; }
span { border-color: rgb(112,244,120); }
td.TdClassName
{
border-color: #70F478;
}
.TagClassName
{
border-color: #70F478;
}
</style>