Shades of Screamin' Green #70F477
Tints of Screamin' Green #70F477
RGB
CMYK
RGB Variations
Color information
#70F477 (or 0x70F477) is known color: Screamin' Green. HEX triplet: 70, F4 and 77. RGB value is (112,244,119). Sum of RGB (Red+Green+Blue) = 112+244+119=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #70F477 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F477 is #8F0B88. Grayscale: #BEBEBE. Windows color (decimal): -9374601 or 7861360. OLE color: 7861360.
HSL color Cylindrical-coordinate representation of color #70F477: hue angle of 123.18º 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 #70F477 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 119 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.04 |
| HSL | 123.18º | 0.86% | 0.7% | - |
| HSV(B) | 123.18º | 0.54% | 0.96% | - |
| XYZ | 42.36 | 69.48 | 28.63 | - |
| YUV | 190.28 | 87.77 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 119 | 0.54 | 0 | 0.51 | 0.04 | 123.18 | 0.86 | 0.7 |
| Hex | 70 | F4 | 77 | 36 | 0 | 33 | 4 | 7B | 56 | 46 |
| Octal | 160 | 364 | 167 | 66 | 0 | 63 | 4 | 173 | 126 | 106 |
| Binary | 1110000 | 11110100 | 1110111 | 110110 | 0 | 110011 | 100 | 1111011 | 1010110 | 1000110 |
Color Harmonies of #70F477
Complementary color
Monochromatic Colors of #70F477
Black with #70F477
Text Example
Text Example
White with #70F477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F477; }
p { color: rgb(112,244,119); }
H1.HeaderClassName
{
color: #70F477;
}
.AnyTagClassName
{
color: #70F477;
}
</style>
background-color css
<style>
a { background-color: #70F477; }
a { background-color: rgb(112,244,119); }
div.DivClassName
{
background-color: #70F477;
}
.BgClassName
{
background-color: #70F477;
}
</style>
border-color css
<style>
span { border-color: #70F477; }
span { border-color: rgb(112,244,119); }
td.TdClassName
{
border-color: #70F477;
}
.TagClassName
{
border-color: #70F477;
}
</style>