Shades of Apple #78C241
Tints of Apple #78C241
RGB
CMYK
RGB Variations
Color information
#78C241 (or 0x78C241) is known color: Apple. HEX triplet: 78, C2 and 41. RGB value is (120,194,65). Sum of RGB (Red+Green+Blue) = 120+194+65=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #78C241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C241 is #873DBE. Grayscale: #9D9D9D. Windows color (decimal): -8863167 or 4309624. OLE color: 4309624.
HSL color Cylindrical-coordinate representation of color #78C241: hue angle of 94.42º 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 #78C241 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 65 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.24 |
| HSL | 94.42º | 0.51% | 0.51% | - |
| HSV(B) | 94.42º | 0.66% | 0.76% | - |
| XYZ | 27.99 | 42.96 | 11.82 | - |
| YUV | 157.17 | 75.98 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 65 | 0.38 | 0 | 0.66 | 0.24 | 94.42 | 0.51 | 0.51 |
| Hex | 78 | C2 | 41 | 26 | 0 | 42 | 18 | 5E | 33 | 33 |
| Octal | 170 | 302 | 101 | 46 | 0 | 102 | 30 | 136 | 63 | 63 |
| Binary | 1111000 | 11000010 | 1000001 | 100110 | 0 | 1000010 | 11000 | 1011110 | 110011 | 110011 |
Color Harmonies of #78C241
Complementary color
Monochromatic Colors of #78C241
Black with #78C241
Text Example
Text Example
White with #78C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C241; }
p { color: rgb(120,194,65); }
H1.HeaderClassName
{
color: #78C241;
}
.AnyTagClassName
{
color: #78C241;
}
</style>
background-color css
<style>
a { background-color: #78C241; }
a { background-color: rgb(120,194,65); }
div.DivClassName
{
background-color: #78C241;
}
.BgClassName
{
background-color: #78C241;
}
</style>
border-color css
<style>
span { border-color: #78C241; }
span { border-color: rgb(120,194,65); }
td.TdClassName
{
border-color: #78C241;
}
.TagClassName
{
border-color: #78C241;
}
</style>