Shades of Screamin' Green #70F153
Tints of Screamin' Green #70F153
RGB
CMYK
RGB Variations
Color information
#70F153 (or 0x70F153) is known color: Screamin' Green. HEX triplet: 70, F1 and 53. RGB value is (112,241,83). Sum of RGB (Red+Green+Blue) = 112+241+83=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #70F153 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F153 is #8F0EAC. Grayscale: #B8B8B8. Windows color (decimal): -9375405 or 5501296. OLE color: 5501296.
HSL color Cylindrical-coordinate representation of color #70F153: hue angle of 108.99º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70F153 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 83 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.05 |
| HSL | 108.99º | 0.85% | 0.64% | - |
| HSV(B) | 108.99º | 0.66% | 0.95% | - |
| XYZ | 39.7 | 66.98 | 19.02 | - |
| YUV | 184.42 | 70.76 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 83 | 0.54 | 0 | 0.66 | 0.05 | 108.99 | 0.85 | 0.64 |
| Hex | 70 | F1 | 53 | 36 | 0 | 42 | 5 | 6D | 55 | 40 |
| Octal | 160 | 361 | 123 | 66 | 0 | 102 | 5 | 155 | 125 | 100 |
| Binary | 1110000 | 11110001 | 1010011 | 110110 | 0 | 1000010 | 101 | 1101101 | 1010101 | 1000000 |
Color Harmonies of #70F153
Complementary color
Monochromatic Colors of #70F153
Black with #70F153
Text Example
Text Example
White with #70F153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F153; }
p { color: rgb(112,241,83); }
H1.HeaderClassName
{
color: #70F153;
}
.AnyTagClassName
{
color: #70F153;
}
</style>
background-color css
<style>
a { background-color: #70F153; }
a { background-color: rgb(112,241,83); }
div.DivClassName
{
background-color: #70F153;
}
.BgClassName
{
background-color: #70F153;
}
</style>
border-color css
<style>
span { border-color: #70F153; }
span { border-color: rgb(112,241,83); }
td.TdClassName
{
border-color: #70F153;
}
.TagClassName
{
border-color: #70F153;
}
</style>