Shades of Screamin' Green #70F970
Tints of Screamin' Green #70F970
RGB
CMYK
RGB Variations
Color information
#70F970 (or 0x70F970) is known color: Screamin' Green. HEX triplet: 70, F9 and 70. RGB value is (112,249,112). Sum of RGB (Red+Green+Blue) = 112+249+112=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #70F970 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F970 is #8F068F. Grayscale: #C0C0C0. Windows color (decimal): -9373328 or 7403888. OLE color: 7403888.
HSL color Cylindrical-coordinate representation of color #70F970: hue angle of 120º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F970 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 112 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.02 |
| HSL | 120º | 0.92% | 0.71% | - |
| HSV(B) | 120º | 0.55% | 0.98% | - |
| XYZ | 43.48 | 72.37 | 27.01 | - |
| YUV | 192.42 | 82.61 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 112 | 0.55 | 0 | 0.55 | 0.02 | 120 | 0.92 | 0.71 |
| Hex | 70 | F9 | 70 | 37 | 0 | 37 | 2 | 78 | 5C | 47 |
| Octal | 160 | 371 | 160 | 67 | 0 | 67 | 2 | 170 | 134 | 107 |
| Binary | 1110000 | 11111001 | 1110000 | 110111 | 0 | 110111 | 10 | 1111000 | 1011100 | 1000111 |
Color Harmonies of #70F970
Complementary color
Monochromatic Colors of #70F970
Black with #70F970
Text Example
Text Example
White with #70F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F970; }
p { color: rgb(112,249,112); }
H1.HeaderClassName
{
color: #70F970;
}
.AnyTagClassName
{
color: #70F970;
}
</style>
background-color css
<style>
a { background-color: #70F970; }
a { background-color: rgb(112,249,112); }
div.DivClassName
{
background-color: #70F970;
}
.BgClassName
{
background-color: #70F970;
}
</style>
border-color css
<style>
span { border-color: #70F970; }
span { border-color: rgb(112,249,112); }
td.TdClassName
{
border-color: #70F970;
}
.TagClassName
{
border-color: #70F970;
}
</style>