Shades of La Palma #4DA52C
Tints of La Palma #4DA52C
RGB
CMYK
RGB Variations
Color information
#4DA52C (or 0x4DA52C) is known color: La Palma. HEX triplet: 4D, A5 and 2C. RGB value is (77,165,44). Sum of RGB (Red+Green+Blue) = 77+165+44=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA52C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA52C is #B25AD3. Grayscale: #7D7D7D. Windows color (decimal): -11688660 or 2925901. OLE color: 2925901.
HSL color Cylindrical-coordinate representation of color #4DA52C: hue angle of 103.64º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4DA52C is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 165 | 44 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.35 |
| HSL | 103.64º | 0.58% | 0.41% | - |
| HSV(B) | 103.64º | 0.73% | 0.65% | - |
| XYZ | 16.97 | 28.67 | 7.02 | - |
| YUV | 124.89 | 82.35 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 44 | 0.53 | 0 | 0.73 | 0.35 | 103.64 | 0.58 | 0.41 |
| Hex | 4D | A5 | 2C | 35 | 0 | 49 | 23 | 68 | 3A | 29 |
| Octal | 115 | 245 | 54 | 65 | 0 | 111 | 43 | 150 | 72 | 51 |
| Binary | 1001101 | 10100101 | 101100 | 110101 | 0 | 1001001 | 100011 | 1101000 | 111010 | 101001 |
Color Harmonies of #4DA52C
Complementary color
Monochromatic Colors of #4DA52C
Black with #4DA52C
Text Example
Text Example
White with #4DA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA52C; }
p { color: rgb(77,165,44); }
H1.HeaderClassName
{
color: #4DA52C;
}
.AnyTagClassName
{
color: #4DA52C;
}
</style>
background-color css
<style>
a { background-color: #4DA52C; }
a { background-color: rgb(77,165,44); }
div.DivClassName
{
background-color: #4DA52C;
}
.BgClassName
{
background-color: #4DA52C;
}
</style>
border-color css
<style>
span { border-color: #4DA52C; }
span { border-color: rgb(77,165,44); }
td.TdClassName
{
border-color: #4DA52C;
}
.TagClassName
{
border-color: #4DA52C;
}
</style>