Shades of La Palma #4D9925
Tints of La Palma #4D9925
RGB
CMYK
RGB Variations
Color information
#4D9925 (or 0x4D9925) is known color: La Palma. HEX triplet: 4D, 99 and 25. RGB value is (77,153,37). Sum of RGB (Red+Green+Blue) = 77+153+37=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9925 is #B266DA. Grayscale: #757575. Windows color (decimal): -11691739 or 2464077. OLE color: 2464077.
HSL color Cylindrical-coordinate representation of color #4D9925: hue angle of 99.31º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D9925 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 37 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.4 |
| HSL | 99.31º | 0.61% | 0.37% | - |
| HSV(B) | 99.31º | 0.76% | 0.6% | - |
| XYZ | 14.79 | 24.49 | 5.7 | - |
| YUV | 117.05 | 82.82 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 37 | 0.50 | 0 | 0.76 | 0.4 | 99.31 | 0.61 | 0.37 |
| Hex | 4D | 99 | 25 | 32 | 0 | 4C | 28 | 63 | 3D | 25 |
| Octal | 115 | 231 | 45 | 62 | 0 | 114 | 50 | 143 | 75 | 45 |
| Binary | 1001101 | 10011001 | 100101 | 110010 | 0 | 1001100 | 101000 | 1100011 | 111101 | 100101 |
Color Harmonies of #4D9925
Complementary color
Monochromatic Colors of #4D9925
Black with #4D9925
Text Example
Text Example
White with #4D9925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9925; }
p { color: rgb(77,153,37); }
H1.HeaderClassName
{
color: #4D9925;
}
.AnyTagClassName
{
color: #4D9925;
}
</style>
background-color css
<style>
a { background-color: #4D9925; }
a { background-color: rgb(77,153,37); }
div.DivClassName
{
background-color: #4D9925;
}
.BgClassName
{
background-color: #4D9925;
}
</style>
border-color css
<style>
span { border-color: #4D9925; }
span { border-color: rgb(77,153,37); }
td.TdClassName
{
border-color: #4D9925;
}
.TagClassName
{
border-color: #4D9925;
}
</style>