Shades of Apple #4DBD3A
Tints of Apple #4DBD3A
RGB
CMYK
RGB Variations
Color information
#4DBD3A (or 0x4DBD3A) is known color: Apple. HEX triplet: 4D, BD and 3A. RGB value is (77,189,58). Sum of RGB (Red+Green+Blue) = 77+189+58=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBD3A is #B242C5. Grayscale: #8C8C8C. Windows color (decimal): -11682502 or 3849549. OLE color: 3849549.
HSL color Cylindrical-coordinate representation of color #4DBD3A: hue angle of 111.3º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBD3A is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 58 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.26 |
| HSL | 111.3º | 0.53% | 0.48% | - |
| HSV(B) | 111.3º | 0.69% | 0.74% | - |
| XYZ | 22.02 | 38.28 | 10.23 | - |
| YUV | 140.58 | 81.39 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 58 | 0.59 | 0 | 0.69 | 0.26 | 111.3 | 0.53 | 0.48 |
| Hex | 4D | BD | 3A | 3B | 0 | 45 | 1A | 6F | 35 | 30 |
| Octal | 115 | 275 | 72 | 73 | 0 | 105 | 32 | 157 | 65 | 60 |
| Binary | 1001101 | 10111101 | 111010 | 111011 | 0 | 1000101 | 11010 | 1101111 | 110101 | 110000 |
Color Harmonies of #4DBD3A
Complementary color
Monochromatic Colors of #4DBD3A
Black with #4DBD3A
Text Example
Text Example
White with #4DBD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD3A; }
p { color: rgb(77,189,58); }
H1.HeaderClassName
{
color: #4DBD3A;
}
.AnyTagClassName
{
color: #4DBD3A;
}
</style>
background-color css
<style>
a { background-color: #4DBD3A; }
a { background-color: rgb(77,189,58); }
div.DivClassName
{
background-color: #4DBD3A;
}
.BgClassName
{
background-color: #4DBD3A;
}
</style>
border-color css
<style>
span { border-color: #4DBD3A; }
span { border-color: rgb(77,189,58); }
td.TdClassName
{
border-color: #4DBD3A;
}
.TagClassName
{
border-color: #4DBD3A;
}
</style>