Shades of Apple #77C438
Tints of Apple #77C438
RGB
CMYK
RGB Variations
Color information
#77C438 (or 0x77C438) is known color: Apple. HEX triplet: 77, C4 and 38. RGB value is (119,196,56). Sum of RGB (Red+Green+Blue) = 119+196+56=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #77C438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C438 is #883BC7. Grayscale: #9D9D9D. Windows color (decimal): -8928200 or 3720311. OLE color: 3720311.
HSL color Cylindrical-coordinate representation of color #77C438: hue angle of 93º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77C438 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 56 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.23 |
| HSL | 93º | 0.56% | 0.49% | - |
| HSV(B) | 93º | 0.71% | 0.77% | - |
| XYZ | 28.06 | 43.69 | 10.69 | - |
| YUV | 157.02 | 70.99 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 56 | 0.39 | 0 | 0.71 | 0.23 | 93 | 0.56 | 0.49 |
| Hex | 77 | C4 | 38 | 27 | 0 | 47 | 17 | 5D | 38 | 31 |
| Octal | 167 | 304 | 70 | 47 | 0 | 107 | 27 | 135 | 70 | 61 |
| Binary | 1110111 | 11000100 | 111000 | 100111 | 0 | 1000111 | 10111 | 1011101 | 111000 | 110001 |
Color Harmonies of #77C438
Complementary color
Monochromatic Colors of #77C438
Black with #77C438
Text Example
Text Example
White with #77C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C438; }
p { color: rgb(119,196,56); }
H1.HeaderClassName
{
color: #77C438;
}
.AnyTagClassName
{
color: #77C438;
}
</style>
background-color css
<style>
a { background-color: #77C438; }
a { background-color: rgb(119,196,56); }
div.DivClassName
{
background-color: #77C438;
}
.BgClassName
{
background-color: #77C438;
}
</style>
border-color css
<style>
span { border-color: #77C438; }
span { border-color: rgb(119,196,56); }
td.TdClassName
{
border-color: #77C438;
}
.TagClassName
{
border-color: #77C438;
}
</style>