Shades of Screamin' Green #70FC6D
Tints of Screamin' Green #70FC6D
RGB
CMYK
RGB Variations
Color information
#70FC6D (or 0x70FC6D) is known color: Screamin' Green. HEX triplet: 70, FC and 6D. RGB value is (112,252,109). Sum of RGB (Red+Green+Blue) = 112+252+109=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FC6D is #8F0392. Grayscale: #C2C2C2. Windows color (decimal): -9372563 or 7208048. OLE color: 7208048.
HSL color Cylindrical-coordinate representation of color #70FC6D: hue angle of 118.74º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70FC6D is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 109 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.01 |
| HSL | 118.74º | 0.96% | 0.71% | - |
| HSV(B) | 118.74º | 0.57% | 0.99% | - |
| XYZ | 44.25 | 74.17 | 26.45 | - |
| YUV | 193.84 | 80.12 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 109 | 0.56 | 0 | 0.57 | 0.01 | 118.74 | 0.96 | 0.71 |
| Hex | 70 | FC | 6D | 38 | 0 | 39 | 1 | 77 | 60 | 47 |
| Octal | 160 | 374 | 155 | 70 | 0 | 71 | 1 | 167 | 140 | 107 |
| Binary | 1110000 | 11111100 | 1101101 | 111000 | 0 | 111001 | 1 | 1110111 | 1100000 | 1000111 |
Color Harmonies of #70FC6D
Complementary color
Monochromatic Colors of #70FC6D
Black with #70FC6D
Text Example
Text Example
White with #70FC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FC6D; }
p { color: rgb(112,252,109); }
H1.HeaderClassName
{
color: #70FC6D;
}
.AnyTagClassName
{
color: #70FC6D;
}
</style>
background-color css
<style>
a { background-color: #70FC6D; }
a { background-color: rgb(112,252,109); }
div.DivClassName
{
background-color: #70FC6D;
}
.BgClassName
{
background-color: #70FC6D;
}
</style>
border-color css
<style>
span { border-color: #70FC6D; }
span { border-color: rgb(112,252,109); }
td.TdClassName
{
border-color: #70FC6D;
}
.TagClassName
{
border-color: #70FC6D;
}
</style>