Shades of La Palma #4D9B2F
Tints of La Palma #4D9B2F
RGB
CMYK
RGB Variations
Color information
#4D9B2F (or 0x4D9B2F) is known color: La Palma. HEX triplet: 4D, 9B and 2F. RGB value is (77,155,47). Sum of RGB (Red+Green+Blue) = 77+155+47=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9B2F is #B264D0. Grayscale: #777777. Windows color (decimal): -11691217 or 3119949. OLE color: 3119949.
HSL color Cylindrical-coordinate representation of color #4D9B2F: hue angle of 103.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D9B2F is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 47 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.39 |
| HSL | 103.33º | 0.53% | 0.4% | - |
| HSV(B) | 103.33º | 0.7% | 0.61% | - |
| XYZ | 15.3 | 25.23 | 6.75 | - |
| YUV | 119.37 | 87.16 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 47 | 0.50 | 0 | 0.70 | 0.39 | 103.33 | 0.53 | 0.4 |
| Hex | 4D | 9B | 2F | 32 | 0 | 46 | 27 | 67 | 35 | 28 |
| Octal | 115 | 233 | 57 | 62 | 0 | 106 | 47 | 147 | 65 | 50 |
| Binary | 1001101 | 10011011 | 101111 | 110010 | 0 | 1000110 | 100111 | 1100111 | 110101 | 101000 |
Color Harmonies of #4D9B2F
Complementary color
Monochromatic Colors of #4D9B2F
Black with #4D9B2F
Text Example
Text Example
White with #4D9B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B2F; }
p { color: rgb(77,155,47); }
H1.HeaderClassName
{
color: #4D9B2F;
}
.AnyTagClassName
{
color: #4D9B2F;
}
</style>
background-color css
<style>
a { background-color: #4D9B2F; }
a { background-color: rgb(77,155,47); }
div.DivClassName
{
background-color: #4D9B2F;
}
.BgClassName
{
background-color: #4D9B2F;
}
</style>
border-color css
<style>
span { border-color: #4D9B2F; }
span { border-color: rgb(77,155,47); }
td.TdClassName
{
border-color: #4D9B2F;
}
.TagClassName
{
border-color: #4D9B2F;
}
</style>