Shades of Apple #4DBE41
Tints of Apple #4DBE41
RGB
CMYK
RGB Variations
Color information
#4DBE41 (or 0x4DBE41) is known color: Apple. HEX triplet: 4D, BE and 41. RGB value is (77,190,65). Sum of RGB (Red+Green+Blue) = 77+190+65=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBE41 is #B241BE. Grayscale: #8E8E8E. Windows color (decimal): -11682239 or 4308557. OLE color: 4308557.
HSL color Cylindrical-coordinate representation of color #4DBE41: hue angle of 114.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DBE41 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 65 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.25 |
| HSL | 114.24º | 0.49% | 0.5% | - |
| HSV(B) | 114.24º | 0.66% | 0.75% | - |
| XYZ | 22.43 | 38.79 | 11.31 | - |
| YUV | 141.96 | 84.56 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 65 | 0.59 | 0 | 0.66 | 0.25 | 114.24 | 0.49 | 0.5 |
| Hex | 4D | BE | 41 | 3B | 0 | 42 | 19 | 72 | 31 | 32 |
| Octal | 115 | 276 | 101 | 73 | 0 | 102 | 31 | 162 | 61 | 62 |
| Binary | 1001101 | 10111110 | 1000001 | 111011 | 0 | 1000010 | 11001 | 1110010 | 110001 | 110010 |
Color Harmonies of #4DBE41
Complementary color
Monochromatic Colors of #4DBE41
Black with #4DBE41
Text Example
Text Example
White with #4DBE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE41; }
p { color: rgb(77,190,65); }
H1.HeaderClassName
{
color: #4DBE41;
}
.AnyTagClassName
{
color: #4DBE41;
}
</style>
background-color css
<style>
a { background-color: #4DBE41; }
a { background-color: rgb(77,190,65); }
div.DivClassName
{
background-color: #4DBE41;
}
.BgClassName
{
background-color: #4DBE41;
}
</style>
border-color css
<style>
span { border-color: #4DBE41; }
span { border-color: rgb(77,190,65); }
td.TdClassName
{
border-color: #4DBE41;
}
.TagClassName
{
border-color: #4DBE41;
}
</style>