Shades of Apple #77C244
Tints of Apple #77C244
RGB
CMYK
RGB Variations
Color information
#77C244 (or 0x77C244) is known color: Apple. HEX triplet: 77, C2 and 44. RGB value is (119,194,68). Sum of RGB (Red+Green+Blue) = 119+194+68=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #77C244 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C244 is #883DBB. Grayscale: #9D9D9D. Windows color (decimal): -8928700 or 4506231. OLE color: 4506231.
HSL color Cylindrical-coordinate representation of color #77C244: hue angle of 95.71º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77C244 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 68 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.24 |
| HSL | 95.71º | 0.51% | 0.51% | - |
| HSV(B) | 95.71º | 0.65% | 0.76% | - |
| XYZ | 27.94 | 42.92 | 12.28 | - |
| YUV | 157.21 | 77.65 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 68 | 0.39 | 0 | 0.65 | 0.24 | 95.71 | 0.51 | 0.51 |
| Hex | 77 | C2 | 44 | 27 | 0 | 41 | 18 | 60 | 33 | 33 |
| Octal | 167 | 302 | 104 | 47 | 0 | 101 | 30 | 140 | 63 | 63 |
| Binary | 1110111 | 11000010 | 1000100 | 100111 | 0 | 1000001 | 11000 | 1100000 | 110011 | 110011 |
Color Harmonies of #77C244
Complementary color
Monochromatic Colors of #77C244
Black with #77C244
Text Example
Text Example
White with #77C244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C244; }
p { color: rgb(119,194,68); }
H1.HeaderClassName
{
color: #77C244;
}
.AnyTagClassName
{
color: #77C244;
}
</style>
background-color css
<style>
a { background-color: #77C244; }
a { background-color: rgb(119,194,68); }
div.DivClassName
{
background-color: #77C244;
}
.BgClassName
{
background-color: #77C244;
}
</style>
border-color css
<style>
span { border-color: #77C244; }
span { border-color: rgb(119,194,68); }
td.TdClassName
{
border-color: #77C244;
}
.TagClassName
{
border-color: #77C244;
}
</style>