Shades of Apple #77C241
Tints of Apple #77C241
RGB
CMYK
RGB Variations
Color information
#77C241 (or 0x77C241) is known color: Apple. HEX triplet: 77, C2 and 41. RGB value is (119,194,65). Sum of RGB (Red+Green+Blue) = 119+194+65=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #77C241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C241 is #883DBE. Grayscale: #9D9D9D. Windows color (decimal): -8928703 or 4309623. OLE color: 4309623.
HSL color Cylindrical-coordinate representation of color #77C241: hue angle of 94.88º 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 #77C241 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 65 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.24 |
| HSL | 94.88º | 0.51% | 0.51% | - |
| HSV(B) | 94.88º | 0.66% | 0.76% | - |
| XYZ | 27.85 | 42.89 | 11.81 | - |
| YUV | 156.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 65 | 0.39 | 0 | 0.66 | 0.24 | 94.88 | 0.51 | 0.51 |
| Hex | 77 | C2 | 41 | 27 | 0 | 42 | 18 | 5F | 33 | 33 |
| Octal | 167 | 302 | 101 | 47 | 0 | 102 | 30 | 137 | 63 | 63 |
| Binary | 1110111 | 11000010 | 1000001 | 100111 | 0 | 1000010 | 11000 | 1011111 | 110011 | 110011 |
Color Harmonies of #77C241
Complementary color
Monochromatic Colors of #77C241
Black with #77C241
Text Example
Text Example
White with #77C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C241; }
p { color: rgb(119,194,65); }
H1.HeaderClassName
{
color: #77C241;
}
.AnyTagClassName
{
color: #77C241;
}
</style>
background-color css
<style>
a { background-color: #77C241; }
a { background-color: rgb(119,194,65); }
div.DivClassName
{
background-color: #77C241;
}
.BgClassName
{
background-color: #77C241;
}
</style>
border-color css
<style>
span { border-color: #77C241; }
span { border-color: rgb(119,194,65); }
td.TdClassName
{
border-color: #77C241;
}
.TagClassName
{
border-color: #77C241;
}
</style>