Shades of Apple #4DBE40
Tints of Apple #4DBE40
RGB
CMYK
RGB Variations
Color information
#4DBE40 (or 0x4DBE40) is known color: Apple. HEX triplet: 4D, BE and 40. RGB value is (77,190,64). Sum of RGB (Red+Green+Blue) = 77+190+64=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBE40 is #B241BF. Grayscale: #8E8E8E. Windows color (decimal): -11682240 or 4243021. OLE color: 4243021.
HSL color Cylindrical-coordinate representation of color #4DBE40: hue angle of 113.81º degrees, saturation: 0.5, 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 #4DBE40 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 64 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.25 |
| HSL | 113.81º | 0.5% | 0.5% | - |
| HSV(B) | 113.81º | 0.66% | 0.75% | - |
| XYZ | 22.4 | 38.77 | 11.15 | - |
| YUV | 141.85 | 84.06 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 64 | 0.59 | 0 | 0.66 | 0.25 | 113.81 | 0.5 | 0.5 |
| Hex | 4D | BE | 40 | 3B | 0 | 42 | 19 | 72 | 32 | 32 |
| Octal | 115 | 276 | 100 | 73 | 0 | 102 | 31 | 162 | 62 | 62 |
| Binary | 1001101 | 10111110 | 1000000 | 111011 | 0 | 1000010 | 11001 | 1110010 | 110010 | 110010 |
Color Harmonies of #4DBE40
Complementary color
Monochromatic Colors of #4DBE40
Black with #4DBE40
Text Example
Text Example
White with #4DBE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE40; }
p { color: rgb(77,190,64); }
H1.HeaderClassName
{
color: #4DBE40;
}
.AnyTagClassName
{
color: #4DBE40;
}
</style>
background-color css
<style>
a { background-color: #4DBE40; }
a { background-color: rgb(77,190,64); }
div.DivClassName
{
background-color: #4DBE40;
}
.BgClassName
{
background-color: #4DBE40;
}
</style>
border-color css
<style>
span { border-color: #4DBE40; }
span { border-color: rgb(77,190,64); }
td.TdClassName
{
border-color: #4DBE40;
}
.TagClassName
{
border-color: #4DBE40;
}
</style>