Shades of Screamin' Green #70F366
Tints of Screamin' Green #70F366
RGB
CMYK
RGB Variations
Color information
#70F366 (or 0x70F366) is known color: Screamin' Green. HEX triplet: 70, F3 and 66. RGB value is (112,243,102). Sum of RGB (Red+Green+Blue) = 112+243+102=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #70F366 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F366 is #8F0C99. Grayscale: #BCBCBC. Windows color (decimal): -9374874 or 6746992. OLE color: 6746992.
HSL color Cylindrical-coordinate representation of color #70F366: hue angle of 115.74º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70F366 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 102 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.05 |
| HSL | 115.74º | 0.85% | 0.68% | - |
| HSV(B) | 115.74º | 0.58% | 0.95% | - |
| XYZ | 41.13 | 68.51 | 23.63 | - |
| YUV | 187.76 | 79.6 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 102 | 0.54 | 0 | 0.58 | 0.05 | 115.74 | 0.85 | 0.68 |
| Hex | 70 | F3 | 66 | 36 | 0 | 3A | 5 | 74 | 55 | 44 |
| Octal | 160 | 363 | 146 | 66 | 0 | 72 | 5 | 164 | 125 | 104 |
| Binary | 1110000 | 11110011 | 1100110 | 110110 | 0 | 111010 | 101 | 1110100 | 1010101 | 1000100 |
Color Harmonies of #70F366
Complementary color
Monochromatic Colors of #70F366
Black with #70F366
Text Example
Text Example
White with #70F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F366; }
p { color: rgb(112,243,102); }
H1.HeaderClassName
{
color: #70F366;
}
.AnyTagClassName
{
color: #70F366;
}
</style>
background-color css
<style>
a { background-color: #70F366; }
a { background-color: rgb(112,243,102); }
div.DivClassName
{
background-color: #70F366;
}
.BgClassName
{
background-color: #70F366;
}
</style>
border-color css
<style>
span { border-color: #70F366; }
span { border-color: rgb(112,243,102); }
td.TdClassName
{
border-color: #70F366;
}
.TagClassName
{
border-color: #70F366;
}
</style>