Shades of La Palma #4C971E
Tints of La Palma #4C971E
RGB
CMYK
RGB Variations
Color information
#4C971E (or 0x4C971E) is known color: La Palma. HEX triplet: 4C, 97 and 1E. RGB value is (76,151,30). Sum of RGB (Red+Green+Blue) = 76+151+30=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 151 (59.38% from 255 or 58.75% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 151 - color contains mainly: green. Hex color #4C971E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C971E is #B368E1. Grayscale: #737373. Windows color (decimal): -11757794 or 2004812. OLE color: 2004812.
HSL color Cylindrical-coordinate representation of color #4C971E: hue angle of 97.19º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C971E is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 151 | 30 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.41 |
| HSL | 97.19º | 0.67% | 0.35% | - |
| HSV(B) | 97.19º | 0.8% | 0.59% | - |
| XYZ | 14.28 | 23.76 | 5.06 | - |
| YUV | 114.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 151 | 30 | 0.50 | 0 | 0.80 | 0.41 | 97.19 | 0.67 | 0.35 |
| Hex | 4C | 97 | 1E | 32 | 0 | 50 | 29 | 61 | 43 | 23 |
| Octal | 114 | 227 | 36 | 62 | 0 | 120 | 51 | 141 | 103 | 43 |
| Binary | 1001100 | 10010111 | 11110 | 110010 | 0 | 1010000 | 101001 | 1100001 | 1000011 | 100011 |
Color Harmonies of #4C971E
Complementary color
Monochromatic Colors of #4C971E
Black with #4C971E
Text Example
Text Example
White with #4C971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C971E; }
p { color: rgb(76,151,30); }
H1.HeaderClassName
{
color: #4C971E;
}
.AnyTagClassName
{
color: #4C971E;
}
</style>
background-color css
<style>
a { background-color: #4C971E; }
a { background-color: rgb(76,151,30); }
div.DivClassName
{
background-color: #4C971E;
}
.BgClassName
{
background-color: #4C971E;
}
</style>
border-color css
<style>
span { border-color: #4C971E; }
span { border-color: rgb(76,151,30); }
td.TdClassName
{
border-color: #4C971E;
}
.TagClassName
{
border-color: #4C971E;
}
</style>