Shades of Screamin' Green #70F268
Tints of Screamin' Green #70F268
RGB
CMYK
RGB Variations
Color information
#70F268 (or 0x70F268) is known color: Screamin' Green. HEX triplet: 70, F2 and 68. RGB value is (112,242,104). Sum of RGB (Red+Green+Blue) = 112+242+104=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #70F268 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F268 is #8F0D97. Grayscale: #BBBBBB. Windows color (decimal): -9375128 or 6877808. OLE color: 6877808.
HSL color Cylindrical-coordinate representation of color #70F268: hue angle of 116.52º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70F268 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 104 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.05 |
| HSL | 116.52º | 0.84% | 0.68% | - |
| HSV(B) | 116.52º | 0.57% | 0.95% | - |
| XYZ | 40.93 | 67.95 | 24.05 | - |
| YUV | 187.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 104 | 0.54 | 0 | 0.57 | 0.05 | 116.52 | 0.84 | 0.68 |
| Hex | 70 | F2 | 68 | 36 | 0 | 39 | 5 | 75 | 54 | 44 |
| Octal | 160 | 362 | 150 | 66 | 0 | 71 | 5 | 165 | 124 | 104 |
| Binary | 1110000 | 11110010 | 1101000 | 110110 | 0 | 111001 | 101 | 1110101 | 1010100 | 1000100 |
Color Harmonies of #70F268
Complementary color
Monochromatic Colors of #70F268
Black with #70F268
Text Example
Text Example
White with #70F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F268; }
p { color: rgb(112,242,104); }
H1.HeaderClassName
{
color: #70F268;
}
.AnyTagClassName
{
color: #70F268;
}
</style>
background-color css
<style>
a { background-color: #70F268; }
a { background-color: rgb(112,242,104); }
div.DivClassName
{
background-color: #70F268;
}
.BgClassName
{
background-color: #70F268;
}
</style>
border-color css
<style>
span { border-color: #70F268; }
span { border-color: rgb(112,242,104); }
td.TdClassName
{
border-color: #70F268;
}
.TagClassName
{
border-color: #70F268;
}
</style>