Shades of Apple #4DB13D
Tints of Apple #4DB13D
RGB
CMYK
RGB Variations
Color information
#4DB13D (or 0x4DB13D) is known color: Apple. HEX triplet: 4D, B1 and 3D. RGB value is (77,177,61). Sum of RGB (Red+Green+Blue) = 77+177+61=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB13D is #B24EC2. Grayscale: #868686. Windows color (decimal): -11685571 or 4043085. OLE color: 4043085.
HSL color Cylindrical-coordinate representation of color #4DB13D: hue angle of 111.72º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DB13D is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 61 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.31 |
| HSL | 111.72º | 0.49% | 0.47% | - |
| HSV(B) | 111.72º | 0.66% | 0.69% | - |
| XYZ | 19.63 | 33.36 | 9.82 | - |
| YUV | 133.88 | 86.87 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 61 | 0.56 | 0 | 0.66 | 0.31 | 111.72 | 0.49 | 0.47 |
| Hex | 4D | B1 | 3D | 38 | 0 | 42 | 1F | 70 | 31 | 2F |
| Octal | 115 | 261 | 75 | 70 | 0 | 102 | 37 | 160 | 61 | 57 |
| Binary | 1001101 | 10110001 | 111101 | 111000 | 0 | 1000010 | 11111 | 1110000 | 110001 | 101111 |
Color Harmonies of #4DB13D
Complementary color
Monochromatic Colors of #4DB13D
Black with #4DB13D
Text Example
Text Example
White with #4DB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB13D; }
p { color: rgb(77,177,61); }
H1.HeaderClassName
{
color: #4DB13D;
}
.AnyTagClassName
{
color: #4DB13D;
}
</style>
background-color css
<style>
a { background-color: #4DB13D; }
a { background-color: rgb(77,177,61); }
div.DivClassName
{
background-color: #4DB13D;
}
.BgClassName
{
background-color: #4DB13D;
}
</style>
border-color css
<style>
span { border-color: #4DB13D; }
span { border-color: rgb(77,177,61); }
td.TdClassName
{
border-color: #4DB13D;
}
.TagClassName
{
border-color: #4DB13D;
}
</style>