Shades of Screamin' Green #78F965
Tints of Screamin' Green #78F965
RGB
CMYK
RGB Variations
Color information
#78F965 (or 0x78F965) is known color: Screamin' Green. HEX triplet: 78, F9 and 65. RGB value is (120,249,101). Sum of RGB (Red+Green+Blue) = 120+249+101=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #78F965 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78F965 is #87069A. Grayscale: #C2C2C2. Windows color (decimal): -8849051 or 6683000. OLE color: 6683000.
HSL color Cylindrical-coordinate representation of color #78F965: hue angle of 112.3º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78F965 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 249 | 101 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.02 |
| HSL | 112.3º | 0.93% | 0.69% | - |
| HSV(B) | 112.3º | 0.59% | 0.98% | - |
| XYZ | 43.97 | 72.68 | 24.02 | - |
| YUV | 193.56 | 75.76 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 249 | 101 | 0.52 | 0 | 0.59 | 0.02 | 112.3 | 0.93 | 0.69 |
| Hex | 78 | F9 | 65 | 34 | 0 | 3B | 2 | 70 | 5C | 45 |
| Octal | 170 | 371 | 145 | 64 | 0 | 73 | 2 | 160 | 134 | 105 |
| Binary | 1111000 | 11111001 | 1100101 | 110100 | 0 | 111011 | 10 | 1110000 | 1011100 | 1000101 |
Color Harmonies of #78F965
Complementary color
Monochromatic Colors of #78F965
Black with #78F965
Text Example
Text Example
White with #78F965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F965; }
p { color: rgb(120,249,101); }
H1.HeaderClassName
{
color: #78F965;
}
.AnyTagClassName
{
color: #78F965;
}
</style>
background-color css
<style>
a { background-color: #78F965; }
a { background-color: rgb(120,249,101); }
div.DivClassName
{
background-color: #78F965;
}
.BgClassName
{
background-color: #78F965;
}
</style>
border-color css
<style>
span { border-color: #78F965; }
span { border-color: rgb(120,249,101); }
td.TdClassName
{
border-color: #78F965;
}
.TagClassName
{
border-color: #78F965;
}
</style>