Shades of Apple #4DAE34
Tints of Apple #4DAE34
RGB
CMYK
RGB Variations
Color information
#4DAE34 (or 0x4DAE34) is known color: Apple. HEX triplet: 4D, AE and 34. RGB value is (77,174,52). Sum of RGB (Red+Green+Blue) = 77+174+52=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAE34 is #B251CB. Grayscale: #838383. Windows color (decimal): -11686348 or 3452493. OLE color: 3452493.
HSL color Cylindrical-coordinate representation of color #4DAE34: hue angle of 107.7º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DAE34 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 52 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.32 |
| HSL | 107.7º | 0.54% | 0.44% | - |
| HSV(B) | 107.7º | 0.7% | 0.68% | - |
| XYZ | 18.82 | 32.1 | 8.45 | - |
| YUV | 131.09 | 83.36 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 52 | 0.56 | 0 | 0.70 | 0.32 | 107.7 | 0.54 | 0.44 |
| Hex | 4D | AE | 34 | 38 | 0 | 46 | 20 | 6C | 36 | 2C |
| Octal | 115 | 256 | 64 | 70 | 0 | 106 | 40 | 154 | 66 | 54 |
| Binary | 1001101 | 10101110 | 110100 | 111000 | 0 | 1000110 | 100000 | 1101100 | 110110 | 101100 |
Color Harmonies of #4DAE34
Complementary color
Monochromatic Colors of #4DAE34
Black with #4DAE34
Text Example
Text Example
White with #4DAE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE34; }
p { color: rgb(77,174,52); }
H1.HeaderClassName
{
color: #4DAE34;
}
.AnyTagClassName
{
color: #4DAE34;
}
</style>
background-color css
<style>
a { background-color: #4DAE34; }
a { background-color: rgb(77,174,52); }
div.DivClassName
{
background-color: #4DAE34;
}
.BgClassName
{
background-color: #4DAE34;
}
</style>
border-color css
<style>
span { border-color: #4DAE34; }
span { border-color: rgb(77,174,52); }
td.TdClassName
{
border-color: #4DAE34;
}
.TagClassName
{
border-color: #4DAE34;
}
</style>