Shades of Screamin' Green #70F545
Tints of Screamin' Green #70F545
RGB
CMYK
RGB Variations
Color information
#70F545 (or 0x70F545) is known color: Screamin' Green. HEX triplet: 70, F5 and 45. RGB value is (112,245,69). Sum of RGB (Red+Green+Blue) = 112+245+69=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 245 (96.09% from 255 or 57.51% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 245 - color contains mainly: green. Hex color #70F545 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F545 is #8F0ABA. Grayscale: #B9B9B9. Windows color (decimal): -9374395 or 4584816. OLE color: 4584816.
HSL color Cylindrical-coordinate representation of color #70F545: hue angle of 105.34º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70F545 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 69 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.04 |
| HSL | 105.34º | 0.9% | 0.62% | - |
| HSV(B) | 105.34º | 0.72% | 0.96% | - |
| XYZ | 40.41 | 69.18 | 16.85 | - |
| YUV | 185.17 | 62.44 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 69 | 0.54 | 0 | 0.72 | 0.04 | 105.34 | 0.9 | 0.62 |
| Hex | 70 | F5 | 45 | 36 | 0 | 48 | 4 | 69 | 5A | 3E |
| Octal | 160 | 365 | 105 | 66 | 0 | 110 | 4 | 151 | 132 | 76 |
| Binary | 1110000 | 11110101 | 1000101 | 110110 | 0 | 1001000 | 100 | 1101001 | 1011010 | 111110 |
Color Harmonies of #70F545
Complementary color
Monochromatic Colors of #70F545
Black with #70F545
Text Example
Text Example
White with #70F545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F545; }
p { color: rgb(112,245,69); }
H1.HeaderClassName
{
color: #70F545;
}
.AnyTagClassName
{
color: #70F545;
}
</style>
background-color css
<style>
a { background-color: #70F545; }
a { background-color: rgb(112,245,69); }
div.DivClassName
{
background-color: #70F545;
}
.BgClassName
{
background-color: #70F545;
}
</style>
border-color css
<style>
span { border-color: #70F545; }
span { border-color: rgb(112,245,69); }
td.TdClassName
{
border-color: #70F545;
}
.TagClassName
{
border-color: #70F545;
}
</style>