Shades of Screamin' Green #70FF78
Tints of Screamin' Green #70FF78
RGB
CMYK
RGB Variations
Color information
#70FF78 (or 0x70FF78) is known color: Screamin' Green. HEX triplet: 70, FF and 78. RGB value is (112,255,120). Sum of RGB (Red+Green+Blue) = 112+255+120=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FF78 is #8F0087. Grayscale: #C5C5C5. Windows color (decimal): -9371784 or 7929712. OLE color: 7929712.
HSL color Cylindrical-coordinate representation of color #70FF78: hue angle of 123.36º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FF78 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 120 | - |
| CMYK | 0.56 | 0 | 0.53 | 0 |
| HSL | 123.36º | 1% | 0.72% | - |
| HSV(B) | 123.36º | 0.56% | 1% | - |
| XYZ | 45.83 | 76.32 | 30.09 | - |
| YUV | 196.85 | 84.62 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 120 | 0.56 | 0 | 0.53 | 0 | 123.36 | 1 | 0.72 |
| Hex | 70 | FF | 78 | 38 | 0 | 35 | 0 | 7B | 64 | 48 |
| Octal | 160 | 377 | 170 | 70 | 0 | 65 | 0 | 173 | 144 | 110 |
| Binary | 1110000 | 11111111 | 1111000 | 111000 | 0 | 110101 | 0 | 1111011 | 1100100 | 1001000 |
Color Harmonies of #70FF78
Complementary color
Monochromatic Colors of #70FF78
Black with #70FF78
Text Example
Text Example
White with #70FF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF78; }
p { color: rgb(112,255,120); }
H1.HeaderClassName
{
color: #70FF78;
}
.AnyTagClassName
{
color: #70FF78;
}
</style>
background-color css
<style>
a { background-color: #70FF78; }
a { background-color: rgb(112,255,120); }
div.DivClassName
{
background-color: #70FF78;
}
.BgClassName
{
background-color: #70FF78;
}
</style>
border-color css
<style>
span { border-color: #70FF78; }
span { border-color: rgb(112,255,120); }
td.TdClassName
{
border-color: #70FF78;
}
.TagClassName
{
border-color: #70FF78;
}
</style>