Shades of Apple #4DB93A
Tints of Apple #4DB93A
RGB
CMYK
RGB Variations
Color information
#4DB93A (or 0x4DB93A) is known color: Apple. HEX triplet: 4D, B9 and 3A. RGB value is (77,185,58). Sum of RGB (Red+Green+Blue) = 77+185+58=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 185 (72.66% from 255 or 57.81% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB93A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB93A is #B246C5. Grayscale: #8A8A8A. Windows color (decimal): -11683526 or 3848525. OLE color: 3848525.
HSL color Cylindrical-coordinate representation of color #4DB93A: hue angle of 111.02º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DB93A is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 58 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.27 |
| HSL | 111.02º | 0.52% | 0.48% | - |
| HSV(B) | 111.02º | 0.69% | 0.73% | - |
| XYZ | 21.17 | 36.58 | 9.95 | - |
| YUV | 138.23 | 82.72 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 58 | 0.58 | 0 | 0.69 | 0.27 | 111.02 | 0.52 | 0.48 |
| Hex | 4D | B9 | 3A | 3A | 0 | 45 | 1B | 6F | 34 | 30 |
| Octal | 115 | 271 | 72 | 72 | 0 | 105 | 33 | 157 | 64 | 60 |
| Binary | 1001101 | 10111001 | 111010 | 111010 | 0 | 1000101 | 11011 | 1101111 | 110100 | 110000 |
Color Harmonies of #4DB93A
Complementary color
Monochromatic Colors of #4DB93A
Black with #4DB93A
Text Example
Text Example
White with #4DB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB93A; }
p { color: rgb(77,185,58); }
H1.HeaderClassName
{
color: #4DB93A;
}
.AnyTagClassName
{
color: #4DB93A;
}
</style>
background-color css
<style>
a { background-color: #4DB93A; }
a { background-color: rgb(77,185,58); }
div.DivClassName
{
background-color: #4DB93A;
}
.BgClassName
{
background-color: #4DB93A;
}
</style>
border-color css
<style>
span { border-color: #4DB93A; }
span { border-color: rgb(77,185,58); }
td.TdClassName
{
border-color: #4DB93A;
}
.TagClassName
{
border-color: #4DB93A;
}
</style>