Shades of La Palma #429D14
Tints of La Palma #429D14
RGB
CMYK
RGB Variations
Color information
#429D14 (or 0x429D14) is known color: La Palma. HEX triplet: 42, 9D and 14. RGB value is (66,157,20). Sum of RGB (Red+Green+Blue) = 66+157+20=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 157 (61.72% from 255 or 64.61% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 157 - color contains mainly: green. Hex color #429D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429D14 is #BD62EB. Grayscale: #727272. Windows color (decimal): -12411628 or 1350978. OLE color: 1350978.
HSL color Cylindrical-coordinate representation of color #429D14: hue angle of 99.85º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #429D14 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 20 | - |
| CMYK | 0.58 | 0 | 0.87 | 0.38 |
| HSL | 99.85º | 0.77% | 0.35% | - |
| HSV(B) | 99.85º | 0.87% | 0.62% | - |
| XYZ | 14.43 | 25.32 | 4.79 | - |
| YUV | 114.17 | 74.85 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 20 | 0.58 | 0 | 0.87 | 0.38 | 99.85 | 0.77 | 0.35 |
| Hex | 42 | 9D | 14 | 3A | 0 | 57 | 26 | 64 | 4D | 23 |
| Octal | 102 | 235 | 24 | 72 | 0 | 127 | 46 | 144 | 115 | 43 |
| Binary | 1000010 | 10011101 | 10100 | 111010 | 0 | 1010111 | 100110 | 1100100 | 1001101 | 100011 |
Color Harmonies of #429D14
Complementary color
Monochromatic Colors of #429D14
Black with #429D14
Text Example
Text Example
White with #429D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D14; }
p { color: rgb(66,157,20); }
H1.HeaderClassName
{
color: #429D14;
}
.AnyTagClassName
{
color: #429D14;
}
</style>
background-color css
<style>
a { background-color: #429D14; }
a { background-color: rgb(66,157,20); }
div.DivClassName
{
background-color: #429D14;
}
.BgClassName
{
background-color: #429D14;
}
</style>
border-color css
<style>
span { border-color: #429D14; }
span { border-color: rgb(66,157,20); }
td.TdClassName
{
border-color: #429D14;
}
.TagClassName
{
border-color: #429D14;
}
</style>