Shades of Screamin' Green #70F949
Tints of Screamin' Green #70F949
RGB
CMYK
RGB Variations
Color information
#70F949 (or 0x70F949) is known color: Screamin' Green. HEX triplet: 70, F9 and 49. RGB value is (112,249,73). Sum of RGB (Red+Green+Blue) = 112+249+73=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 249 (97.66% from 255 or 57.37% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 249 - color contains mainly: green. Hex color #70F949 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F949 is #8F06B6. Grayscale: #BCBCBC. Windows color (decimal): -9373367 or 4847984. OLE color: 4847984.
HSL color Cylindrical-coordinate representation of color #70F949: hue angle of 106.7º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70F949 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 73 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.02 |
| HSL | 106.7º | 0.94% | 0.63% | - |
| HSV(B) | 106.7º | 0.71% | 0.98% | - |
| XYZ | 41.76 | 71.68 | 17.94 | - |
| YUV | 187.97 | 63.11 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 73 | 0.55 | 0 | 0.71 | 0.02 | 106.7 | 0.94 | 0.63 |
| Hex | 70 | F9 | 49 | 37 | 0 | 47 | 2 | 6B | 5E | 3F |
| Octal | 160 | 371 | 111 | 67 | 0 | 107 | 2 | 153 | 136 | 77 |
| Binary | 1110000 | 11111001 | 1001001 | 110111 | 0 | 1000111 | 10 | 1101011 | 1011110 | 111111 |
Color Harmonies of #70F949
Complementary color
Monochromatic Colors of #70F949
Black with #70F949
Text Example
Text Example
White with #70F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F949; }
p { color: rgb(112,249,73); }
H1.HeaderClassName
{
color: #70F949;
}
.AnyTagClassName
{
color: #70F949;
}
</style>
background-color css
<style>
a { background-color: #70F949; }
a { background-color: rgb(112,249,73); }
div.DivClassName
{
background-color: #70F949;
}
.BgClassName
{
background-color: #70F949;
}
</style>
border-color css
<style>
span { border-color: #70F949; }
span { border-color: rgb(112,249,73); }
td.TdClassName
{
border-color: #70F949;
}
.TagClassName
{
border-color: #70F949;
}
</style>