Shades of Apple #77C541
Tints of Apple #77C541
RGB
CMYK
RGB Variations
Color information
#77C541 (or 0x77C541) is known color: Apple. HEX triplet: 77, C5 and 41. RGB value is (119,197,65). Sum of RGB (Red+Green+Blue) = 119+197+65=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #77C541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C541 is #883ABE. Grayscale: #9F9F9F. Windows color (decimal): -8927935 or 4310391. OLE color: 4310391.
HSL color Cylindrical-coordinate representation of color #77C541: hue angle of 95.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77C541 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 65 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.23 |
| HSL | 95.45º | 0.53% | 0.51% | - |
| HSV(B) | 95.45º | 0.67% | 0.77% | - |
| XYZ | 28.53 | 44.24 | 12.04 | - |
| YUV | 158.63 | 75.16 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 65 | 0.40 | 0 | 0.67 | 0.23 | 95.45 | 0.53 | 0.51 |
| Hex | 77 | C5 | 41 | 28 | 0 | 43 | 17 | 5F | 35 | 33 |
| Octal | 167 | 305 | 101 | 50 | 0 | 103 | 27 | 137 | 65 | 63 |
| Binary | 1110111 | 11000101 | 1000001 | 101000 | 0 | 1000011 | 10111 | 1011111 | 110101 | 110011 |
Color Harmonies of #77C541
Complementary color
Monochromatic Colors of #77C541
Black with #77C541
Text Example
Text Example
White with #77C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C541; }
p { color: rgb(119,197,65); }
H1.HeaderClassName
{
color: #77C541;
}
.AnyTagClassName
{
color: #77C541;
}
</style>
background-color css
<style>
a { background-color: #77C541; }
a { background-color: rgb(119,197,65); }
div.DivClassName
{
background-color: #77C541;
}
.BgClassName
{
background-color: #77C541;
}
</style>
border-color css
<style>
span { border-color: #77C541; }
span { border-color: rgb(119,197,65); }
td.TdClassName
{
border-color: #77C541;
}
.TagClassName
{
border-color: #77C541;
}
</style>