Shades of Apple #4DBB40
Tints of Apple #4DBB40
RGB
CMYK
RGB Variations
Color information
#4DBB40 (or 0x4DBB40) is known color: Apple. HEX triplet: 4D, BB and 40. RGB value is (77,187,64). Sum of RGB (Red+Green+Blue) = 77+187+64=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBB40 is #B244BF. Grayscale: #8C8C8C. Windows color (decimal): -11683008 or 4242253. OLE color: 4242253.
HSL color Cylindrical-coordinate representation of color #4DBB40: hue angle of 113.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DBB40 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 64 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.27 |
| HSL | 113.66º | 0.49% | 0.49% | - |
| HSV(B) | 113.66º | 0.66% | 0.73% | - |
| XYZ | 21.76 | 37.49 | 10.94 | - |
| YUV | 140.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 64 | 0.59 | 0 | 0.66 | 0.27 | 113.66 | 0.49 | 0.49 |
| Hex | 4D | BB | 40 | 3B | 0 | 42 | 1B | 72 | 31 | 31 |
| Octal | 115 | 273 | 100 | 73 | 0 | 102 | 33 | 162 | 61 | 61 |
| Binary | 1001101 | 10111011 | 1000000 | 111011 | 0 | 1000010 | 11011 | 1110010 | 110001 | 110001 |
Color Harmonies of #4DBB40
Complementary color
Monochromatic Colors of #4DBB40
Black with #4DBB40
Text Example
Text Example
White with #4DBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB40; }
p { color: rgb(77,187,64); }
H1.HeaderClassName
{
color: #4DBB40;
}
.AnyTagClassName
{
color: #4DBB40;
}
</style>
background-color css
<style>
a { background-color: #4DBB40; }
a { background-color: rgb(77,187,64); }
div.DivClassName
{
background-color: #4DBB40;
}
.BgClassName
{
background-color: #4DBB40;
}
</style>
border-color css
<style>
span { border-color: #4DBB40; }
span { border-color: rgb(77,187,64); }
td.TdClassName
{
border-color: #4DBB40;
}
.TagClassName
{
border-color: #4DBB40;
}
</style>