Shades of Apple #4DBA3D
Tints of Apple #4DBA3D
RGB
CMYK
RGB Variations
Color information
#4DBA3D (or 0x4DBA3D) is known color: Apple. HEX triplet: 4D, BA and 3D. RGB value is (77,186,61). Sum of RGB (Red+Green+Blue) = 77+186+61=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBA3D is #B245C2. Grayscale: #8B8B8B. Windows color (decimal): -11683267 or 4045389. OLE color: 4045389.
HSL color Cylindrical-coordinate representation of color #4DBA3D: hue angle of 112.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DBA3D is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 61 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.27 |
| HSL | 112.32º | 0.51% | 0.48% | - |
| HSV(B) | 112.32º | 0.67% | 0.73% | - |
| XYZ | 21.46 | 37.03 | 10.43 | - |
| YUV | 139.16 | 83.89 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 61 | 0.59 | 0 | 0.67 | 0.27 | 112.32 | 0.51 | 0.48 |
| Hex | 4D | BA | 3D | 3B | 0 | 43 | 1B | 70 | 33 | 30 |
| Octal | 115 | 272 | 75 | 73 | 0 | 103 | 33 | 160 | 63 | 60 |
| Binary | 1001101 | 10111010 | 111101 | 111011 | 0 | 1000011 | 11011 | 1110000 | 110011 | 110000 |
Color Harmonies of #4DBA3D
Complementary color
Monochromatic Colors of #4DBA3D
Black with #4DBA3D
Text Example
Text Example
White with #4DBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA3D; }
p { color: rgb(77,186,61); }
H1.HeaderClassName
{
color: #4DBA3D;
}
.AnyTagClassName
{
color: #4DBA3D;
}
</style>
background-color css
<style>
a { background-color: #4DBA3D; }
a { background-color: rgb(77,186,61); }
div.DivClassName
{
background-color: #4DBA3D;
}
.BgClassName
{
background-color: #4DBA3D;
}
</style>
border-color css
<style>
span { border-color: #4DBA3D; }
span { border-color: rgb(77,186,61); }
td.TdClassName
{
border-color: #4DBA3D;
}
.TagClassName
{
border-color: #4DBA3D;
}
</style>