Shades of Apple #4DC040
Tints of Apple #4DC040
RGB
CMYK
RGB Variations
Color information
#4DC040 (or 0x4DC040) is known color: Apple. HEX triplet: 4D, C0 and 40. RGB value is (77,192,64). Sum of RGB (Red+Green+Blue) = 77+192+64=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC040 is #B23FBF. Grayscale: #8F8F8F. Windows color (decimal): -11681728 or 4243533. OLE color: 4243533.
HSL color Cylindrical-coordinate representation of color #4DC040: hue angle of 113.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DC040 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 64 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.25 |
| HSL | 113.91º | 0.5% | 0.5% | - |
| HSV(B) | 113.91º | 0.67% | 0.75% | - |
| XYZ | 22.84 | 39.65 | 11.3 | - |
| YUV | 143.02 | 83.4 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 64 | 0.60 | 0 | 0.67 | 0.25 | 113.91 | 0.5 | 0.5 |
| Hex | 4D | C0 | 40 | 3C | 0 | 43 | 19 | 72 | 32 | 32 |
| Octal | 115 | 300 | 100 | 74 | 0 | 103 | 31 | 162 | 62 | 62 |
| Binary | 1001101 | 11000000 | 1000000 | 111100 | 0 | 1000011 | 11001 | 1110010 | 110010 | 110010 |
Color Harmonies of #4DC040
Complementary color
Monochromatic Colors of #4DC040
Black with #4DC040
Text Example
Text Example
White with #4DC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC040; }
p { color: rgb(77,192,64); }
H1.HeaderClassName
{
color: #4DC040;
}
.AnyTagClassName
{
color: #4DC040;
}
</style>
background-color css
<style>
a { background-color: #4DC040; }
a { background-color: rgb(77,192,64); }
div.DivClassName
{
background-color: #4DC040;
}
.BgClassName
{
background-color: #4DC040;
}
</style>
border-color css
<style>
span { border-color: #4DC040; }
span { border-color: rgb(77,192,64); }
td.TdClassName
{
border-color: #4DC040;
}
.TagClassName
{
border-color: #4DC040;
}
</style>