Shades of Apple #4DAB34
Tints of Apple #4DAB34
RGB
CMYK
RGB Variations
Color information
#4DAB34 (or 0x4DAB34) is known color: Apple. HEX triplet: 4D, AB and 34. RGB value is (77,171,52). Sum of RGB (Red+Green+Blue) = 77+171+52=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAB34 is #B254CB. Grayscale: #818181. Windows color (decimal): -11687116 or 3451725. OLE color: 3451725.
HSL color Cylindrical-coordinate representation of color #4DAB34: hue angle of 107.39º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DAB34 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 52 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.33 |
| HSL | 107.4º | 0.53% | 0.44% | - |
| HSV(B) | 107.4º | 0.7% | 0.67% | - |
| XYZ | 18.24 | 30.95 | 8.26 | - |
| YUV | 129.33 | 84.36 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 52 | 0.55 | 0 | 0.70 | 0.33 | 107.4 | 0.53 | 0.44 |
| Hex | 4D | AB | 34 | 37 | 0 | 46 | 21 | 6B | 35 | 2C |
| Octal | 115 | 253 | 64 | 67 | 0 | 106 | 41 | 153 | 65 | 54 |
| Binary | 1001101 | 10101011 | 110100 | 110111 | 0 | 1000110 | 100001 | 1101011 | 110101 | 101100 |
Color Harmonies of #4DAB34
Complementary color
Monochromatic Colors of #4DAB34
Black with #4DAB34
Text Example
Text Example
White with #4DAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAB34; }
p { color: rgb(77,171,52); }
H1.HeaderClassName
{
color: #4DAB34;
}
.AnyTagClassName
{
color: #4DAB34;
}
</style>
background-color css
<style>
a { background-color: #4DAB34; }
a { background-color: rgb(77,171,52); }
div.DivClassName
{
background-color: #4DAB34;
}
.BgClassName
{
background-color: #4DAB34;
}
</style>
border-color css
<style>
span { border-color: #4DAB34; }
span { border-color: rgb(77,171,52); }
td.TdClassName
{
border-color: #4DAB34;
}
.TagClassName
{
border-color: #4DAB34;
}
</style>