Shades of La Palma #4DA02C
Tints of La Palma #4DA02C
RGB
CMYK
RGB Variations
Color information
#4DA02C (or 0x4DA02C) is known color: La Palma. HEX triplet: 4D, A0 and 2C. RGB value is (77,160,44). Sum of RGB (Red+Green+Blue) = 77+160+44=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA02C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA02C is #B25FD3. Grayscale: #7A7A7A. Windows color (decimal): -11689940 or 2924621. OLE color: 2924621.
HSL color Cylindrical-coordinate representation of color #4DA02C: hue angle of 102.93º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4DA02C is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 44 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.37 |
| HSL | 102.93º | 0.57% | 0.4% | - |
| HSV(B) | 102.93º | 0.73% | 0.63% | - |
| XYZ | 16.09 | 26.9 | 6.73 | - |
| YUV | 121.96 | 84 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 44 | 0.52 | 0 | 0.72 | 0.37 | 102.93 | 0.57 | 0.4 |
| Hex | 4D | A0 | 2C | 34 | 0 | 48 | 25 | 67 | 39 | 28 |
| Octal | 115 | 240 | 54 | 64 | 0 | 110 | 45 | 147 | 71 | 50 |
| Binary | 1001101 | 10100000 | 101100 | 110100 | 0 | 1001000 | 100101 | 1100111 | 111001 | 101000 |
Color Harmonies of #4DA02C
Complementary color
Monochromatic Colors of #4DA02C
Black with #4DA02C
Text Example
Text Example
White with #4DA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA02C; }
p { color: rgb(77,160,44); }
H1.HeaderClassName
{
color: #4DA02C;
}
.AnyTagClassName
{
color: #4DA02C;
}
</style>
background-color css
<style>
a { background-color: #4DA02C; }
a { background-color: rgb(77,160,44); }
div.DivClassName
{
background-color: #4DA02C;
}
.BgClassName
{
background-color: #4DA02C;
}
</style>
border-color css
<style>
span { border-color: #4DA02C; }
span { border-color: rgb(77,160,44); }
td.TdClassName
{
border-color: #4DA02C;
}
.TagClassName
{
border-color: #4DA02C;
}
</style>