Shades of Apple #4DBE3A
Tints of Apple #4DBE3A
RGB
CMYK
RGB Variations
Color information
#4DBE3A (or 0x4DBE3A) is known color: Apple. HEX triplet: 4D, BE and 3A. RGB value is (77,190,58). Sum of RGB (Red+Green+Blue) = 77+190+58=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBE3A is #B241C5. Grayscale: #8D8D8D. Windows color (decimal): -11682246 or 3849805. OLE color: 3849805.
HSL color Cylindrical-coordinate representation of color #4DBE3A: hue angle of 111.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBE3A is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 58 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.25 |
| HSL | 111.36º | 0.53% | 0.49% | - |
| HSV(B) | 111.36º | 0.69% | 0.75% | - |
| XYZ | 22.24 | 38.71 | 10.3 | - |
| YUV | 141.17 | 81.06 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 58 | 0.59 | 0 | 0.69 | 0.25 | 111.36 | 0.53 | 0.49 |
| Hex | 4D | BE | 3A | 3B | 0 | 45 | 19 | 6F | 35 | 31 |
| Octal | 115 | 276 | 72 | 73 | 0 | 105 | 31 | 157 | 65 | 61 |
| Binary | 1001101 | 10111110 | 111010 | 111011 | 0 | 1000101 | 11001 | 1101111 | 110101 | 110001 |
Color Harmonies of #4DBE3A
Complementary color
Monochromatic Colors of #4DBE3A
Black with #4DBE3A
Text Example
Text Example
White with #4DBE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE3A; }
p { color: rgb(77,190,58); }
H1.HeaderClassName
{
color: #4DBE3A;
}
.AnyTagClassName
{
color: #4DBE3A;
}
</style>
background-color css
<style>
a { background-color: #4DBE3A; }
a { background-color: rgb(77,190,58); }
div.DivClassName
{
background-color: #4DBE3A;
}
.BgClassName
{
background-color: #4DBE3A;
}
</style>
border-color css
<style>
span { border-color: #4DBE3A; }
span { border-color: rgb(77,190,58); }
td.TdClassName
{
border-color: #4DBE3A;
}
.TagClassName
{
border-color: #4DBE3A;
}
</style>