Shades of La Palma #4DA533
Tints of La Palma #4DA533
RGB
CMYK
RGB Variations
Color information
#4DA533 (or 0x4DA533) is known color: La Palma. HEX triplet: 4D, A5 and 33. RGB value is (77,165,51). Sum of RGB (Red+Green+Blue) = 77+165+51=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA533 is #B25ACC. Grayscale: #7E7E7E. Windows color (decimal): -11688653 or 3384653. OLE color: 3384653.
HSL color Cylindrical-coordinate representation of color #4DA533: hue angle of 106.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DA533 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 165 | 51 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.35 |
| HSL | 106.32º | 0.53% | 0.42% | - |
| HSV(B) | 106.32º | 0.69% | 0.65% | - |
| XYZ | 17.11 | 28.73 | 7.77 | - |
| YUV | 125.69 | 85.85 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 51 | 0.53 | 0 | 0.69 | 0.35 | 106.32 | 0.53 | 0.42 |
| Hex | 4D | A5 | 33 | 35 | 0 | 45 | 23 | 6A | 35 | 2A |
| Octal | 115 | 245 | 63 | 65 | 0 | 105 | 43 | 152 | 65 | 52 |
| Binary | 1001101 | 10100101 | 110011 | 110101 | 0 | 1000101 | 100011 | 1101010 | 110101 | 101010 |
Color Harmonies of #4DA533
Complementary color
Monochromatic Colors of #4DA533
Black with #4DA533
Text Example
Text Example
White with #4DA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA533; }
p { color: rgb(77,165,51); }
H1.HeaderClassName
{
color: #4DA533;
}
.AnyTagClassName
{
color: #4DA533;
}
</style>
background-color css
<style>
a { background-color: #4DA533; }
a { background-color: rgb(77,165,51); }
div.DivClassName
{
background-color: #4DA533;
}
.BgClassName
{
background-color: #4DA533;
}
</style>
border-color css
<style>
span { border-color: #4DA533; }
span { border-color: rgb(77,165,51); }
td.TdClassName
{
border-color: #4DA533;
}
.TagClassName
{
border-color: #4DA533;
}
</style>