Shades of Apple #78C141
Tints of Apple #78C141
RGB
CMYK
RGB Variations
Color information
#78C141 (or 0x78C141) is known color: Apple. HEX triplet: 78, C1 and 41. RGB value is (120,193,65). Sum of RGB (Red+Green+Blue) = 120+193+65=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #78C141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C141 is #873EBE. Grayscale: #9D9D9D. Windows color (decimal): -8863423 or 4309368. OLE color: 4309368.
HSL color Cylindrical-coordinate representation of color #78C141: hue angle of 94.22º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78C141 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 65 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.24 |
| HSL | 94.22º | 0.51% | 0.51% | - |
| HSV(B) | 94.22º | 0.66% | 0.76% | - |
| XYZ | 27.77 | 42.51 | 11.74 | - |
| YUV | 156.58 | 76.32 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 65 | 0.38 | 0 | 0.66 | 0.24 | 94.22 | 0.51 | 0.51 |
| Hex | 78 | C1 | 41 | 26 | 0 | 42 | 18 | 5E | 33 | 33 |
| Octal | 170 | 301 | 101 | 46 | 0 | 102 | 30 | 136 | 63 | 63 |
| Binary | 1111000 | 11000001 | 1000001 | 100110 | 0 | 1000010 | 11000 | 1011110 | 110011 | 110011 |
Color Harmonies of #78C141
Complementary color
Monochromatic Colors of #78C141
Black with #78C141
Text Example
Text Example
White with #78C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C141; }
p { color: rgb(120,193,65); }
H1.HeaderClassName
{
color: #78C141;
}
.AnyTagClassName
{
color: #78C141;
}
</style>
background-color css
<style>
a { background-color: #78C141; }
a { background-color: rgb(120,193,65); }
div.DivClassName
{
background-color: #78C141;
}
.BgClassName
{
background-color: #78C141;
}
</style>
border-color css
<style>
span { border-color: #78C141; }
span { border-color: rgb(120,193,65); }
td.TdClassName
{
border-color: #78C141;
}
.TagClassName
{
border-color: #78C141;
}
</style>