Shades of Screamin' Green #70F35C
Tints of Screamin' Green #70F35C
RGB
CMYK
RGB Variations
Color information
#70F35C (or 0x70F35C) is known color: Screamin' Green. HEX triplet: 70, F3 and 5C. RGB value is (112,243,92). Sum of RGB (Red+Green+Blue) = 112+243+92=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #70F35C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F35C is #8F0CA3. Grayscale: #BBBBBB. Windows color (decimal): -9374884 or 6091632. OLE color: 6091632.
HSL color Cylindrical-coordinate representation of color #70F35C: hue angle of 112.05º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70F35C is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 92 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.05 |
| HSL | 112.05º | 0.86% | 0.66% | - |
| HSV(B) | 112.05º | 0.62% | 0.95% | - |
| XYZ | 40.66 | 68.32 | 21.17 | - |
| YUV | 186.62 | 74.6 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 92 | 0.54 | 0 | 0.62 | 0.05 | 112.05 | 0.86 | 0.66 |
| Hex | 70 | F3 | 5C | 36 | 0 | 3E | 5 | 70 | 56 | 42 |
| Octal | 160 | 363 | 134 | 66 | 0 | 76 | 5 | 160 | 126 | 102 |
| Binary | 1110000 | 11110011 | 1011100 | 110110 | 0 | 111110 | 101 | 1110000 | 1010110 | 1000010 |
Color Harmonies of #70F35C
Complementary color
Monochromatic Colors of #70F35C
Black with #70F35C
Text Example
Text Example
White with #70F35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F35C; }
p { color: rgb(112,243,92); }
H1.HeaderClassName
{
color: #70F35C;
}
.AnyTagClassName
{
color: #70F35C;
}
</style>
background-color css
<style>
a { background-color: #70F35C; }
a { background-color: rgb(112,243,92); }
div.DivClassName
{
background-color: #70F35C;
}
.BgClassName
{
background-color: #70F35C;
}
</style>
border-color css
<style>
span { border-color: #70F35C; }
span { border-color: rgb(112,243,92); }
td.TdClassName
{
border-color: #70F35C;
}
.TagClassName
{
border-color: #70F35C;
}
</style>