Shades of Apple #4DB13B
Tints of Apple #4DB13B
RGB
CMYK
RGB Variations
Color information
#4DB13B (or 0x4DB13B) is known color: Apple. HEX triplet: 4D, B1 and 3B. RGB value is (77,177,59). Sum of RGB (Red+Green+Blue) = 77+177+59=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB13B is #B24EC4. Grayscale: #868686. Windows color (decimal): -11685573 or 3912013. OLE color: 3912013.
HSL color Cylindrical-coordinate representation of color #4DB13B: hue angle of 110.85º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DB13B is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 59 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.31 |
| HSL | 110.85º | 0.5% | 0.46% | - |
| HSV(B) | 110.85º | 0.67% | 0.69% | - |
| XYZ | 19.57 | 33.34 | 9.54 | - |
| YUV | 133.65 | 85.87 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 59 | 0.56 | 0 | 0.67 | 0.31 | 110.85 | 0.5 | 0.46 |
| Hex | 4D | B1 | 3B | 38 | 0 | 43 | 1F | 6F | 32 | 2E |
| Octal | 115 | 261 | 73 | 70 | 0 | 103 | 37 | 157 | 62 | 56 |
| Binary | 1001101 | 10110001 | 111011 | 111000 | 0 | 1000011 | 11111 | 1101111 | 110010 | 101110 |
Color Harmonies of #4DB13B
Complementary color
Monochromatic Colors of #4DB13B
Black with #4DB13B
Text Example
Text Example
White with #4DB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB13B; }
p { color: rgb(77,177,59); }
H1.HeaderClassName
{
color: #4DB13B;
}
.AnyTagClassName
{
color: #4DB13B;
}
</style>
background-color css
<style>
a { background-color: #4DB13B; }
a { background-color: rgb(77,177,59); }
div.DivClassName
{
background-color: #4DB13B;
}
.BgClassName
{
background-color: #4DB13B;
}
</style>
border-color css
<style>
span { border-color: #4DB13B; }
span { border-color: rgb(77,177,59); }
td.TdClassName
{
border-color: #4DB13B;
}
.TagClassName
{
border-color: #4DB13B;
}
</style>