Shades of Screamin' Green #70F239
Tints of Screamin' Green #70F239
RGB
CMYK
RGB Variations
Color information
#70F239 (or 0x70F239) is known color: Screamin' Green. HEX triplet: 70, F2 and 39. RGB value is (112,242,57). Sum of RGB (Red+Green+Blue) = 112+242+57=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #70F239 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F239 is #8F0DC6. Grayscale: #B6B6B6. Windows color (decimal): -9375175 or 3797616. OLE color: 3797616.
HSL color Cylindrical-coordinate representation of color #70F239: hue angle of 102.16º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70F239 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 57 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.05 |
| HSL | 102.16º | 0.88% | 0.59% | - |
| HSV(B) | 102.16º | 0.76% | 0.95% | - |
| XYZ | 39.17 | 67.24 | 14.79 | - |
| YUV | 182.04 | 57.43 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 57 | 0.54 | 0 | 0.76 | 0.05 | 102.16 | 0.88 | 0.59 |
| Hex | 70 | F2 | 39 | 36 | 0 | 4C | 5 | 66 | 58 | 3B |
| Octal | 160 | 362 | 71 | 66 | 0 | 114 | 5 | 146 | 130 | 73 |
| Binary | 1110000 | 11110010 | 111001 | 110110 | 0 | 1001100 | 101 | 1100110 | 1011000 | 111011 |
Color Harmonies of #70F239
Complementary color
Monochromatic Colors of #70F239
Black with #70F239
Text Example
Text Example
White with #70F239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F239; }
p { color: rgb(112,242,57); }
H1.HeaderClassName
{
color: #70F239;
}
.AnyTagClassName
{
color: #70F239;
}
</style>
background-color css
<style>
a { background-color: #70F239; }
a { background-color: rgb(112,242,57); }
div.DivClassName
{
background-color: #70F239;
}
.BgClassName
{
background-color: #70F239;
}
</style>
border-color css
<style>
span { border-color: #70F239; }
span { border-color: rgb(112,242,57); }
td.TdClassName
{
border-color: #70F239;
}
.TagClassName
{
border-color: #70F239;
}
</style>