Shades of Screamin' Green #70F577
Tints of Screamin' Green #70F577
RGB
CMYK
RGB Variations
Color information
#70F577 (or 0x70F577) is known color: Screamin' Green. HEX triplet: 70, F5 and 77. RGB value is (112,245,119). Sum of RGB (Red+Green+Blue) = 112+245+119=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 245 (96.09% from 255 or 51.47% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 245 - color contains mainly: green. Hex color #70F577 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F577 is #8F0A88. Grayscale: #BFBFBF. Windows color (decimal): -9374345 or 7861616. OLE color: 7861616.
HSL color Cylindrical-coordinate representation of color #70F577: hue angle of 123.16º degrees, saturation: 0.87, 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 #70F577 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 119 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.04 |
| HSL | 123.16º | 0.87% | 0.7% | - |
| HSV(B) | 123.16º | 0.54% | 0.96% | - |
| XYZ | 42.66 | 70.08 | 28.73 | - |
| YUV | 190.87 | 87.44 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 119 | 0.54 | 0 | 0.51 | 0.04 | 123.16 | 0.87 | 0.7 |
| Hex | 70 | F5 | 77 | 36 | 0 | 33 | 4 | 7B | 57 | 46 |
| Octal | 160 | 365 | 167 | 66 | 0 | 63 | 4 | 173 | 127 | 106 |
| Binary | 1110000 | 11110101 | 1110111 | 110110 | 0 | 110011 | 100 | 1111011 | 1010111 | 1000110 |
Color Harmonies of #70F577
Complementary color
Monochromatic Colors of #70F577
Black with #70F577
Text Example
Text Example
White with #70F577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F577; }
p { color: rgb(112,245,119); }
H1.HeaderClassName
{
color: #70F577;
}
.AnyTagClassName
{
color: #70F577;
}
</style>
background-color css
<style>
a { background-color: #70F577; }
a { background-color: rgb(112,245,119); }
div.DivClassName
{
background-color: #70F577;
}
.BgClassName
{
background-color: #70F577;
}
</style>
border-color css
<style>
span { border-color: #70F577; }
span { border-color: rgb(112,245,119); }
td.TdClassName
{
border-color: #70F577;
}
.TagClassName
{
border-color: #70F577;
}
</style>