Shades of Apple #4DAF3C
Tints of Apple #4DAF3C
RGB
CMYK
RGB Variations
Color information
#4DAF3C (or 0x4DAF3C) is known color: Apple. HEX triplet: 4D, AF and 3C. RGB value is (77,175,60). Sum of RGB (Red+Green+Blue) = 77+175+60=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAF3C is #B250C3. Grayscale: #848484. Windows color (decimal): -11686084 or 3977037. OLE color: 3977037.
HSL color Cylindrical-coordinate representation of color #4DAF3C: hue angle of 111.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DAF3C is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 60 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.31 |
| HSL | 111.13º | 0.49% | 0.46% | - |
| HSV(B) | 111.13º | 0.66% | 0.69% | - |
| XYZ | 19.21 | 32.56 | 9.55 | - |
| YUV | 132.59 | 87.03 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 60 | 0.56 | 0 | 0.66 | 0.31 | 111.13 | 0.49 | 0.46 |
| Hex | 4D | AF | 3C | 38 | 0 | 42 | 1F | 6F | 31 | 2E |
| Octal | 115 | 257 | 74 | 70 | 0 | 102 | 37 | 157 | 61 | 56 |
| Binary | 1001101 | 10101111 | 111100 | 111000 | 0 | 1000010 | 11111 | 1101111 | 110001 | 101110 |
Color Harmonies of #4DAF3C
Complementary color
Monochromatic Colors of #4DAF3C
Black with #4DAF3C
Text Example
Text Example
White with #4DAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF3C; }
p { color: rgb(77,175,60); }
H1.HeaderClassName
{
color: #4DAF3C;
}
.AnyTagClassName
{
color: #4DAF3C;
}
</style>
background-color css
<style>
a { background-color: #4DAF3C; }
a { background-color: rgb(77,175,60); }
div.DivClassName
{
background-color: #4DAF3C;
}
.BgClassName
{
background-color: #4DAF3C;
}
</style>
border-color css
<style>
span { border-color: #4DAF3C; }
span { border-color: rgb(77,175,60); }
td.TdClassName
{
border-color: #4DAF3C;
}
.TagClassName
{
border-color: #4DAF3C;
}
</style>