Shades of Screamin' Green #70F361
Tints of Screamin' Green #70F361
RGB
CMYK
RGB Variations
Color information
#70F361 (or 0x70F361) is known color: Screamin' Green. HEX triplet: 70, F3 and 61. RGB value is (112,243,97). Sum of RGB (Red+Green+Blue) = 112+243+97=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #70F361 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F361 is #8F0C9E. Grayscale: #BBBBBB. Windows color (decimal): -9374879 or 6419312. OLE color: 6419312.
HSL color Cylindrical-coordinate representation of color #70F361: hue angle of 113.84º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70F361 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 97 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.05 |
| HSL | 113.84º | 0.86% | 0.67% | - |
| HSV(B) | 113.84º | 0.6% | 0.95% | - |
| XYZ | 40.89 | 68.41 | 22.36 | - |
| YUV | 187.19 | 77.1 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 97 | 0.54 | 0 | 0.60 | 0.05 | 113.84 | 0.86 | 0.67 |
| Hex | 70 | F3 | 61 | 36 | 0 | 3C | 5 | 72 | 56 | 43 |
| Octal | 160 | 363 | 141 | 66 | 0 | 74 | 5 | 162 | 126 | 103 |
| Binary | 1110000 | 11110011 | 1100001 | 110110 | 0 | 111100 | 101 | 1110010 | 1010110 | 1000011 |
Color Harmonies of #70F361
Complementary color
Monochromatic Colors of #70F361
Black with #70F361
Text Example
Text Example
White with #70F361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F361; }
p { color: rgb(112,243,97); }
H1.HeaderClassName
{
color: #70F361;
}
.AnyTagClassName
{
color: #70F361;
}
</style>
background-color css
<style>
a { background-color: #70F361; }
a { background-color: rgb(112,243,97); }
div.DivClassName
{
background-color: #70F361;
}
.BgClassName
{
background-color: #70F361;
}
</style>
border-color css
<style>
span { border-color: #70F361; }
span { border-color: rgb(112,243,97); }
td.TdClassName
{
border-color: #70F361;
}
.TagClassName
{
border-color: #70F361;
}
</style>