Shades of Screamin' Green #78FA70
Tints of Screamin' Green #78FA70
RGB
CMYK
RGB Variations
Color information
#78FA70 (or 0x78FA70) is known color: Screamin' Green. HEX triplet: 78, FA and 70. RGB value is (120,250,112). Sum of RGB (Red+Green+Blue) = 120+250+112=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #78FA70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78FA70 is #87058F. Grayscale: #C3C3C3. Windows color (decimal): -8848784 or 7404152. OLE color: 7404152.
HSL color Cylindrical-coordinate representation of color #78FA70: hue angle of 116.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78FA70 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 250 | 112 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.02 |
| HSL | 116.52º | 0.93% | 0.71% | - |
| HSV(B) | 116.52º | 0.55% | 0.98% | - |
| XYZ | 44.86 | 73.53 | 27.16 | - |
| YUV | 195.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 250 | 112 | 0.52 | 0 | 0.55 | 0.02 | 116.52 | 0.93 | 0.71 |
| Hex | 78 | FA | 70 | 34 | 0 | 37 | 2 | 75 | 5D | 47 |
| Octal | 170 | 372 | 160 | 64 | 0 | 67 | 2 | 165 | 135 | 107 |
| Binary | 1111000 | 11111010 | 1110000 | 110100 | 0 | 110111 | 10 | 1110101 | 1011101 | 1000111 |
Color Harmonies of #78FA70
Complementary color
Monochromatic Colors of #78FA70
Black with #78FA70
Text Example
Text Example
White with #78FA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FA70; }
p { color: rgb(120,250,112); }
H1.HeaderClassName
{
color: #78FA70;
}
.AnyTagClassName
{
color: #78FA70;
}
</style>
background-color css
<style>
a { background-color: #78FA70; }
a { background-color: rgb(120,250,112); }
div.DivClassName
{
background-color: #78FA70;
}
.BgClassName
{
background-color: #78FA70;
}
</style>
border-color css
<style>
span { border-color: #78FA70; }
span { border-color: rgb(120,250,112); }
td.TdClassName
{
border-color: #78FA70;
}
.TagClassName
{
border-color: #78FA70;
}
</style>