Shades of Screamin' Green #70F442
Tints of Screamin' Green #70F442
RGB
CMYK
RGB Variations
Color information
#70F442 (or 0x70F442) is known color: Screamin' Green. HEX triplet: 70, F4 and 42. RGB value is (112,244,66). Sum of RGB (Red+Green+Blue) = 112+244+66=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 244 (95.70% from 255 or 57.82% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 244 - color contains mainly: green. Hex color #70F442 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F442 is #8F0BBD. Grayscale: #B8B8B8. Windows color (decimal): -9374654 or 4387952. OLE color: 4387952.
HSL color Cylindrical-coordinate representation of color #70F442: hue angle of 104.49º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70F442 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 66 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.04 |
| HSL | 104.49º | 0.89% | 0.61% | - |
| HSV(B) | 104.49º | 0.73% | 0.96% | - |
| XYZ | 40.02 | 68.54 | 16.27 | - |
| YUV | 184.24 | 61.27 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 66 | 0.54 | 0 | 0.73 | 0.04 | 104.49 | 0.89 | 0.61 |
| Hex | 70 | F4 | 42 | 36 | 0 | 49 | 4 | 68 | 59 | 3D |
| Octal | 160 | 364 | 102 | 66 | 0 | 111 | 4 | 150 | 131 | 75 |
| Binary | 1110000 | 11110100 | 1000010 | 110110 | 0 | 1001001 | 100 | 1101000 | 1011001 | 111101 |
Color Harmonies of #70F442
Complementary color
Monochromatic Colors of #70F442
Black with #70F442
Text Example
Text Example
White with #70F442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F442; }
p { color: rgb(112,244,66); }
H1.HeaderClassName
{
color: #70F442;
}
.AnyTagClassName
{
color: #70F442;
}
</style>
background-color css
<style>
a { background-color: #70F442; }
a { background-color: rgb(112,244,66); }
div.DivClassName
{
background-color: #70F442;
}
.BgClassName
{
background-color: #70F442;
}
</style>
border-color css
<style>
span { border-color: #70F442; }
span { border-color: rgb(112,244,66); }
td.TdClassName
{
border-color: #70F442;
}
.TagClassName
{
border-color: #70F442;
}
</style>