Shades of Apple #4DC044
Tints of Apple #4DC044
RGB
CMYK
RGB Variations
Color information
#4DC044 (or 0x4DC044) is known color: Apple. HEX triplet: 4D, C0 and 44. RGB value is (77,192,68). Sum of RGB (Red+Green+Blue) = 77+192+68=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC044 is #B23FBB. Grayscale: #8F8F8F. Windows color (decimal): -11681724 or 4505677. OLE color: 4505677.
HSL color Cylindrical-coordinate representation of color #4DC044: hue angle of 115.65º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DC044 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 68 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.25 |
| HSL | 115.65º | 0.5% | 0.51% | - |
| HSV(B) | 115.65º | 0.65% | 0.75% | - |
| XYZ | 22.95 | 39.69 | 11.92 | - |
| YUV | 143.48 | 85.4 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 68 | 0.60 | 0 | 0.65 | 0.25 | 115.65 | 0.5 | 0.51 |
| Hex | 4D | C0 | 44 | 3C | 0 | 41 | 19 | 74 | 32 | 33 |
| Octal | 115 | 300 | 104 | 74 | 0 | 101 | 31 | 164 | 62 | 63 |
| Binary | 1001101 | 11000000 | 1000100 | 111100 | 0 | 1000001 | 11001 | 1110100 | 110010 | 110011 |
Color Harmonies of #4DC044
Complementary color
Monochromatic Colors of #4DC044
Black with #4DC044
Text Example
Text Example
White with #4DC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC044; }
p { color: rgb(77,192,68); }
H1.HeaderClassName
{
color: #4DC044;
}
.AnyTagClassName
{
color: #4DC044;
}
</style>
background-color css
<style>
a { background-color: #4DC044; }
a { background-color: rgb(77,192,68); }
div.DivClassName
{
background-color: #4DC044;
}
.BgClassName
{
background-color: #4DC044;
}
</style>
border-color css
<style>
span { border-color: #4DC044; }
span { border-color: rgb(77,192,68); }
td.TdClassName
{
border-color: #4DC044;
}
.TagClassName
{
border-color: #4DC044;
}
</style>