Shades of Screamin' Green #70F961
Tints of Screamin' Green #70F961
RGB
CMYK
RGB Variations
Color information
#70F961 (or 0x70F961) is known color: Screamin' Green. HEX triplet: 70, F9 and 61. RGB value is (112,249,97). Sum of RGB (Red+Green+Blue) = 112+249+97=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #70F961 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F961 is #8F069E. Grayscale: #BFBFBF. Windows color (decimal): -9373343 or 6420848. OLE color: 6420848.
HSL color Cylindrical-coordinate representation of color #70F961: hue angle of 114.08º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70F961 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 97 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.02 |
| HSL | 114.08º | 0.93% | 0.68% | - |
| HSV(B) | 114.08º | 0.61% | 0.98% | - |
| XYZ | 42.72 | 72.06 | 22.97 | - |
| YUV | 190.71 | 75.11 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 97 | 0.55 | 0 | 0.61 | 0.02 | 114.08 | 0.93 | 0.68 |
| Hex | 70 | F9 | 61 | 37 | 0 | 3D | 2 | 72 | 5D | 44 |
| Octal | 160 | 371 | 141 | 67 | 0 | 75 | 2 | 162 | 135 | 104 |
| Binary | 1110000 | 11111001 | 1100001 | 110111 | 0 | 111101 | 10 | 1110010 | 1011101 | 1000100 |
Color Harmonies of #70F961
Complementary color
Monochromatic Colors of #70F961
Black with #70F961
Text Example
Text Example
White with #70F961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F961; }
p { color: rgb(112,249,97); }
H1.HeaderClassName
{
color: #70F961;
}
.AnyTagClassName
{
color: #70F961;
}
</style>
background-color css
<style>
a { background-color: #70F961; }
a { background-color: rgb(112,249,97); }
div.DivClassName
{
background-color: #70F961;
}
.BgClassName
{
background-color: #70F961;
}
</style>
border-color css
<style>
span { border-color: #70F961; }
span { border-color: rgb(112,249,97); }
td.TdClassName
{
border-color: #70F961;
}
.TagClassName
{
border-color: #70F961;
}
</style>