Shades of Screamin' Green #70FF45
Tints of Screamin' Green #70FF45
RGB
CMYK
RGB Variations
Color information
#70FF45 (or 0x70FF45) is known color: Screamin' Green. HEX triplet: 70, FF and 45. RGB value is (112,255,69). Sum of RGB (Red+Green+Blue) = 112+255+69=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FF45 is #8F00BA. Grayscale: #BFBFBF. Windows color (decimal): -9371835 or 4587376. OLE color: 4587376.
HSL color Cylindrical-coordinate representation of color #70FF45: hue angle of 106.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70FF45 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 69 | - |
| CMYK | 0.56 | 0 | 0.73 | 0 |
| HSL | 106.13º | 1% | 0.64% | - |
| HSV(B) | 106.13º | 0.73% | 1% | - |
| XYZ | 43.52 | 75.39 | 17.89 | - |
| YUV | 191.04 | 59.12 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 69 | 0.56 | 0 | 0.73 | 0 | 106.13 | 1 | 0.64 |
| Hex | 70 | FF | 45 | 38 | 0 | 49 | 0 | 6A | 64 | 40 |
| Octal | 160 | 377 | 105 | 70 | 0 | 111 | 0 | 152 | 144 | 100 |
| Binary | 1110000 | 11111111 | 1000101 | 111000 | 0 | 1001001 | 0 | 1101010 | 1100100 | 1000000 |
Color Harmonies of #70FF45
Complementary color
Monochromatic Colors of #70FF45
Black with #70FF45
Text Example
Text Example
White with #70FF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF45; }
p { color: rgb(112,255,69); }
H1.HeaderClassName
{
color: #70FF45;
}
.AnyTagClassName
{
color: #70FF45;
}
</style>
background-color css
<style>
a { background-color: #70FF45; }
a { background-color: rgb(112,255,69); }
div.DivClassName
{
background-color: #70FF45;
}
.BgClassName
{
background-color: #70FF45;
}
</style>
border-color css
<style>
span { border-color: #70FF45; }
span { border-color: rgb(112,255,69); }
td.TdClassName
{
border-color: #70FF45;
}
.TagClassName
{
border-color: #70FF45;
}
</style>