Shades of La Palma #4D9B25
Tints of La Palma #4D9B25
RGB
CMYK
RGB Variations
Color information
#4D9B25 (or 0x4D9B25) is known color: La Palma. HEX triplet: 4D, 9B and 25. RGB value is (77,155,37). Sum of RGB (Red+Green+Blue) = 77+155+37=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 155 (60.94% from 255 or 57.62% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9B25 is #B264DA. Grayscale: #767676. Windows color (decimal): -11691227 or 2464589. OLE color: 2464589.
HSL color Cylindrical-coordinate representation of color #4D9B25: hue angle of 99.66º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D9B25 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 37 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.39 |
| HSL | 99.66º | 0.61% | 0.38% | - |
| HSV(B) | 99.66º | 0.76% | 0.61% | - |
| XYZ | 15.12 | 25.15 | 5.81 | - |
| YUV | 118.23 | 82.16 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 37 | 0.50 | 0 | 0.76 | 0.39 | 99.66 | 0.61 | 0.38 |
| Hex | 4D | 9B | 25 | 32 | 0 | 4C | 27 | 64 | 3D | 26 |
| Octal | 115 | 233 | 45 | 62 | 0 | 114 | 47 | 144 | 75 | 46 |
| Binary | 1001101 | 10011011 | 100101 | 110010 | 0 | 1001100 | 100111 | 1100100 | 111101 | 100110 |
Color Harmonies of #4D9B25
Complementary color
Monochromatic Colors of #4D9B25
Black with #4D9B25
Text Example
Text Example
White with #4D9B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B25; }
p { color: rgb(77,155,37); }
H1.HeaderClassName
{
color: #4D9B25;
}
.AnyTagClassName
{
color: #4D9B25;
}
</style>
background-color css
<style>
a { background-color: #4D9B25; }
a { background-color: rgb(77,155,37); }
div.DivClassName
{
background-color: #4D9B25;
}
.BgClassName
{
background-color: #4D9B25;
}
</style>
border-color css
<style>
span { border-color: #4D9B25; }
span { border-color: rgb(77,155,37); }
td.TdClassName
{
border-color: #4D9B25;
}
.TagClassName
{
border-color: #4D9B25;
}
</style>