Shades of La Palma #4E9725
Tints of La Palma #4E9725
RGB
CMYK
RGB Variations
Color information
#4E9725 (or 0x4E9725) is known color: La Palma. HEX triplet: 4E, 97 and 25. RGB value is (78,151,37). Sum of RGB (Red+Green+Blue) = 78+151+37=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 151 (59.38% from 255 or 56.77% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 151 - color contains mainly: green. Hex color #4E9725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9725 is #B168DA. Grayscale: #747474. Windows color (decimal): -11626715 or 2463566. OLE color: 2463566.
HSL color Cylindrical-coordinate representation of color #4E9725: hue angle of 98.42º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E9725 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 151 | 37 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.41 |
| HSL | 98.42º | 0.61% | 0.37% | - |
| HSV(B) | 98.42º | 0.75% | 0.59% | - |
| XYZ | 14.54 | 23.89 | 5.59 | - |
| YUV | 116.18 | 83.32 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 151 | 37 | 0.48 | 0 | 0.75 | 0.41 | 98.42 | 0.61 | 0.37 |
| Hex | 4E | 97 | 25 | 30 | 0 | 4B | 29 | 62 | 3D | 25 |
| Octal | 116 | 227 | 45 | 60 | 0 | 113 | 51 | 142 | 75 | 45 |
| Binary | 1001110 | 10010111 | 100101 | 110000 | 0 | 1001011 | 101001 | 1100010 | 111101 | 100101 |
Color Harmonies of #4E9725
Complementary color
Monochromatic Colors of #4E9725
Black with #4E9725
Text Example
Text Example
White with #4E9725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9725; }
p { color: rgb(78,151,37); }
H1.HeaderClassName
{
color: #4E9725;
}
.AnyTagClassName
{
color: #4E9725;
}
</style>
background-color css
<style>
a { background-color: #4E9725; }
a { background-color: rgb(78,151,37); }
div.DivClassName
{
background-color: #4E9725;
}
.BgClassName
{
background-color: #4E9725;
}
</style>
border-color css
<style>
span { border-color: #4E9725; }
span { border-color: rgb(78,151,37); }
td.TdClassName
{
border-color: #4E9725;
}
.TagClassName
{
border-color: #4E9725;
}
</style>