Shades of Apple #4DBA3B
Tints of Apple #4DBA3B
RGB
CMYK
RGB Variations
Color information
#4DBA3B (or 0x4DBA3B) is known color: Apple. HEX triplet: 4D, BA and 3B. RGB value is (77,186,59). Sum of RGB (Red+Green+Blue) = 77+186+59=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBA3B is #B245C4. Grayscale: #8B8B8B. Windows color (decimal): -11683269 or 3914317. OLE color: 3914317.
HSL color Cylindrical-coordinate representation of color #4DBA3B: hue angle of 111.5º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DBA3B is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 59 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.27 |
| HSL | 111.5º | 0.52% | 0.48% | - |
| HSV(B) | 111.5º | 0.68% | 0.73% | - |
| XYZ | 21.41 | 37.01 | 10.15 | - |
| YUV | 138.93 | 82.89 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 59 | 0.59 | 0 | 0.68 | 0.27 | 111.5 | 0.52 | 0.48 |
| Hex | 4D | BA | 3B | 3B | 0 | 44 | 1B | 6F | 34 | 30 |
| Octal | 115 | 272 | 73 | 73 | 0 | 104 | 33 | 157 | 64 | 60 |
| Binary | 1001101 | 10111010 | 111011 | 111011 | 0 | 1000100 | 11011 | 1101111 | 110100 | 110000 |
Color Harmonies of #4DBA3B
Complementary color
Monochromatic Colors of #4DBA3B
Black with #4DBA3B
Text Example
Text Example
White with #4DBA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA3B; }
p { color: rgb(77,186,59); }
H1.HeaderClassName
{
color: #4DBA3B;
}
.AnyTagClassName
{
color: #4DBA3B;
}
</style>
background-color css
<style>
a { background-color: #4DBA3B; }
a { background-color: rgb(77,186,59); }
div.DivClassName
{
background-color: #4DBA3B;
}
.BgClassName
{
background-color: #4DBA3B;
}
</style>
border-color css
<style>
span { border-color: #4DBA3B; }
span { border-color: rgb(77,186,59); }
td.TdClassName
{
border-color: #4DBA3B;
}
.TagClassName
{
border-color: #4DBA3B;
}
</style>