Shades of Screamin' Green #70FC70
Tints of Screamin' Green #70FC70
RGB
CMYK
RGB Variations
Color information
#70FC70 (or 0x70FC70) is known color: Screamin' Green. HEX triplet: 70, FC and 70. RGB value is (112,252,112). Sum of RGB (Red+Green+Blue) = 112+252+112=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FC70 is #8F038F. Grayscale: #C2C2C2. Windows color (decimal): -9372560 or 7404656. OLE color: 7404656.
HSL color Cylindrical-coordinate representation of color #70FC70: hue angle of 120º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FC70 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 112 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.01 |
| HSL | 120º | 0.96% | 0.71% | - |
| HSV(B) | 120º | 0.56% | 0.99% | - |
| XYZ | 44.42 | 74.24 | 27.32 | - |
| YUV | 194.18 | 81.62 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 112 | 0.56 | 0 | 0.56 | 0.01 | 120 | 0.96 | 0.71 |
| Hex | 70 | FC | 70 | 38 | 0 | 38 | 1 | 78 | 60 | 47 |
| Octal | 160 | 374 | 160 | 70 | 0 | 70 | 1 | 170 | 140 | 107 |
| Binary | 1110000 | 11111100 | 1110000 | 111000 | 0 | 111000 | 1 | 1111000 | 1100000 | 1000111 |
Color Harmonies of #70FC70
Complementary color
Monochromatic Colors of #70FC70
Black with #70FC70
Text Example
Text Example
White with #70FC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FC70; }
p { color: rgb(112,252,112); }
H1.HeaderClassName
{
color: #70FC70;
}
.AnyTagClassName
{
color: #70FC70;
}
</style>
background-color css
<style>
a { background-color: #70FC70; }
a { background-color: rgb(112,252,112); }
div.DivClassName
{
background-color: #70FC70;
}
.BgClassName
{
background-color: #70FC70;
}
</style>
border-color css
<style>
span { border-color: #70FC70; }
span { border-color: rgb(112,252,112); }
td.TdClassName
{
border-color: #70FC70;
}
.TagClassName
{
border-color: #70FC70;
}
</style>