Shades of Apple #77C542
Tints of Apple #77C542
RGB
CMYK
RGB Variations
Color information
#77C542 (or 0x77C542) is known color: Apple. HEX triplet: 77, C5 and 42. RGB value is (119,197,66). Sum of RGB (Red+Green+Blue) = 119+197+66=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #77C542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C542 is #883ABD. Grayscale: #9F9F9F. Windows color (decimal): -8927934 or 4375927. OLE color: 4375927.
HSL color Cylindrical-coordinate representation of color #77C542: hue angle of 95.73º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77C542 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 66 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.23 |
| HSL | 95.73º | 0.53% | 0.52% | - |
| HSV(B) | 95.73º | 0.66% | 0.77% | - |
| XYZ | 28.56 | 44.25 | 12.19 | - |
| YUV | 158.74 | 75.66 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 66 | 0.40 | 0 | 0.66 | 0.23 | 95.73 | 0.53 | 0.52 |
| Hex | 77 | C5 | 42 | 28 | 0 | 42 | 17 | 60 | 35 | 34 |
| Octal | 167 | 305 | 102 | 50 | 0 | 102 | 27 | 140 | 65 | 64 |
| Binary | 1110111 | 11000101 | 1000010 | 101000 | 0 | 1000010 | 10111 | 1100000 | 110101 | 110100 |
Color Harmonies of #77C542
Complementary color
Monochromatic Colors of #77C542
Black with #77C542
Text Example
Text Example
White with #77C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C542; }
p { color: rgb(119,197,66); }
H1.HeaderClassName
{
color: #77C542;
}
.AnyTagClassName
{
color: #77C542;
}
</style>
background-color css
<style>
a { background-color: #77C542; }
a { background-color: rgb(119,197,66); }
div.DivClassName
{
background-color: #77C542;
}
.BgClassName
{
background-color: #77C542;
}
</style>
border-color css
<style>
span { border-color: #77C542; }
span { border-color: rgb(119,197,66); }
td.TdClassName
{
border-color: #77C542;
}
.TagClassName
{
border-color: #77C542;
}
</style>