Shades of Screamin' Green #70F246
Tints of Screamin' Green #70F246
RGB
CMYK
RGB Variations
Color information
#70F246 (or 0x70F246) is known color: Screamin' Green. HEX triplet: 70, F2 and 46. RGB value is (112,242,70). Sum of RGB (Red+Green+Blue) = 112+242+70=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 242 (94.92% from 255 or 57.08% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 242 - color contains mainly: green. Hex color #70F246 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F246 is #8F0DB9. Grayscale: #B8B8B8. Windows color (decimal): -9375162 or 4649584. OLE color: 4649584.
HSL color Cylindrical-coordinate representation of color #70F246: hue angle of 105.35º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70F246 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 70 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.05 |
| HSL | 105.35º | 0.87% | 0.61% | - |
| HSV(B) | 105.35º | 0.71% | 0.95% | - |
| XYZ | 39.54 | 67.39 | 16.72 | - |
| YUV | 183.52 | 63.93 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 70 | 0.54 | 0 | 0.71 | 0.05 | 105.35 | 0.87 | 0.61 |
| Hex | 70 | F2 | 46 | 36 | 0 | 47 | 5 | 69 | 57 | 3D |
| Octal | 160 | 362 | 106 | 66 | 0 | 107 | 5 | 151 | 127 | 75 |
| Binary | 1110000 | 11110010 | 1000110 | 110110 | 0 | 1000111 | 101 | 1101001 | 1010111 | 111101 |
Color Harmonies of #70F246
Complementary color
Monochromatic Colors of #70F246
Black with #70F246
Text Example
Text Example
White with #70F246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F246; }
p { color: rgb(112,242,70); }
H1.HeaderClassName
{
color: #70F246;
}
.AnyTagClassName
{
color: #70F246;
}
</style>
background-color css
<style>
a { background-color: #70F246; }
a { background-color: rgb(112,242,70); }
div.DivClassName
{
background-color: #70F246;
}
.BgClassName
{
background-color: #70F246;
}
</style>
border-color css
<style>
span { border-color: #70F246; }
span { border-color: rgb(112,242,70); }
td.TdClassName
{
border-color: #70F246;
}
.TagClassName
{
border-color: #70F246;
}
</style>