Shades of Screamin' Green #70F353
Tints of Screamin' Green #70F353
RGB
CMYK
RGB Variations
Color information
#70F353 (or 0x70F353) is known color: Screamin' Green. HEX triplet: 70, F3 and 53. RGB value is (112,243,83). Sum of RGB (Red+Green+Blue) = 112+243+83=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #70F353 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F353 is #8F0CAC. Grayscale: #BABABA. Windows color (decimal): -9374893 or 5501808. OLE color: 5501808.
HSL color Cylindrical-coordinate representation of color #70F353: hue angle of 109.12º degrees, saturation: 0.87, 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 #70F353 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 83 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.05 |
| HSL | 109.13º | 0.87% | 0.64% | - |
| HSV(B) | 109.13º | 0.66% | 0.95% | - |
| XYZ | 40.29 | 68.17 | 19.22 | - |
| YUV | 185.59 | 70.1 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 83 | 0.54 | 0 | 0.66 | 0.05 | 109.13 | 0.87 | 0.64 |
| Hex | 70 | F3 | 53 | 36 | 0 | 42 | 5 | 6D | 57 | 40 |
| Octal | 160 | 363 | 123 | 66 | 0 | 102 | 5 | 155 | 127 | 100 |
| Binary | 1110000 | 11110011 | 1010011 | 110110 | 0 | 1000010 | 101 | 1101101 | 1010111 | 1000000 |
Color Harmonies of #70F353
Complementary color
Monochromatic Colors of #70F353
Black with #70F353
Text Example
Text Example
White with #70F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F353; }
p { color: rgb(112,243,83); }
H1.HeaderClassName
{
color: #70F353;
}
.AnyTagClassName
{
color: #70F353;
}
</style>
background-color css
<style>
a { background-color: #70F353; }
a { background-color: rgb(112,243,83); }
div.DivClassName
{
background-color: #70F353;
}
.BgClassName
{
background-color: #70F353;
}
</style>
border-color css
<style>
span { border-color: #70F353; }
span { border-color: rgb(112,243,83); }
td.TdClassName
{
border-color: #70F353;
}
.TagClassName
{
border-color: #70F353;
}
</style>