Shades of La Palma #4E972B
Tints of La Palma #4E972B
RGB
CMYK
RGB Variations
Color information
#4E972B (or 0x4E972B) is known color: La Palma. HEX triplet: 4E, 97 and 2B. RGB value is (78,151,43). Sum of RGB (Red+Green+Blue) = 78+151+43=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #4E972B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E972B is #B168D4. Grayscale: #757575. Windows color (decimal): -11626709 or 2856782. OLE color: 2856782.
HSL color Cylindrical-coordinate representation of color #4E972B: hue angle of 100.56º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E972B is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 151 | 43 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.41 |
| HSL | 100.56º | 0.56% | 0.38% | - |
| HSV(B) | 100.56º | 0.72% | 0.59% | - |
| XYZ | 14.64 | 23.93 | 6.13 | - |
| YUV | 116.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 151 | 43 | 0.48 | 0 | 0.72 | 0.41 | 100.56 | 0.56 | 0.38 |
| Hex | 4E | 97 | 2B | 30 | 0 | 48 | 29 | 65 | 38 | 26 |
| Octal | 116 | 227 | 53 | 60 | 0 | 110 | 51 | 145 | 70 | 46 |
| Binary | 1001110 | 10010111 | 101011 | 110000 | 0 | 1001000 | 101001 | 1100101 | 111000 | 100110 |
Color Harmonies of #4E972B
Complementary color
Monochromatic Colors of #4E972B
Black with #4E972B
Text Example
Text Example
White with #4E972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E972B; }
p { color: rgb(78,151,43); }
H1.HeaderClassName
{
color: #4E972B;
}
.AnyTagClassName
{
color: #4E972B;
}
</style>
background-color css
<style>
a { background-color: #4E972B; }
a { background-color: rgb(78,151,43); }
div.DivClassName
{
background-color: #4E972B;
}
.BgClassName
{
background-color: #4E972B;
}
</style>
border-color css
<style>
span { border-color: #4E972B; }
span { border-color: rgb(78,151,43); }
td.TdClassName
{
border-color: #4E972B;
}
.TagClassName
{
border-color: #4E972B;
}
</style>