Shades of Apple #4DBC3C
Tints of Apple #4DBC3C
RGB
CMYK
RGB Variations
Color information
#4DBC3C (or 0x4DBC3C) is known color: Apple. HEX triplet: 4D, BC and 3C. RGB value is (77,188,60). Sum of RGB (Red+Green+Blue) = 77+188+60=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBC3C is #B243C3. Grayscale: #8C8C8C. Windows color (decimal): -11682756 or 3980365. OLE color: 3980365.
HSL color Cylindrical-coordinate representation of color #4DBC3C: hue angle of 112.03º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DBC3C is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 60 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.26 |
| HSL | 112.03º | 0.52% | 0.49% | - |
| HSV(B) | 112.03º | 0.68% | 0.74% | - |
| XYZ | 21.86 | 37.87 | 10.43 | - |
| YUV | 140.22 | 82.73 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 60 | 0.59 | 0 | 0.68 | 0.26 | 112.03 | 0.52 | 0.49 |
| Hex | 4D | BC | 3C | 3B | 0 | 44 | 1A | 70 | 34 | 31 |
| Octal | 115 | 274 | 74 | 73 | 0 | 104 | 32 | 160 | 64 | 61 |
| Binary | 1001101 | 10111100 | 111100 | 111011 | 0 | 1000100 | 11010 | 1110000 | 110100 | 110001 |
Color Harmonies of #4DBC3C
Complementary color
Monochromatic Colors of #4DBC3C
Black with #4DBC3C
Text Example
Text Example
White with #4DBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC3C; }
p { color: rgb(77,188,60); }
H1.HeaderClassName
{
color: #4DBC3C;
}
.AnyTagClassName
{
color: #4DBC3C;
}
</style>
background-color css
<style>
a { background-color: #4DBC3C; }
a { background-color: rgb(77,188,60); }
div.DivClassName
{
background-color: #4DBC3C;
}
.BgClassName
{
background-color: #4DBC3C;
}
</style>
border-color css
<style>
span { border-color: #4DBC3C; }
span { border-color: rgb(77,188,60); }
td.TdClassName
{
border-color: #4DBC3C;
}
.TagClassName
{
border-color: #4DBC3C;
}
</style>