Shades of La Palma #429C11
Tints of La Palma #429C11
RGB
CMYK
RGB Variations
Color information
#429C11 (or 0x429C11) is known color: La Palma. HEX triplet: 42, 9C and 11. RGB value is (66,156,17). Sum of RGB (Red+Green+Blue) = 66+156+17=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 156 (61.33% from 255 or 65.27% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 156 - color contains mainly: green. Hex color #429C11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429C11 is #BD63EE. Grayscale: #717171. Windows color (decimal): -12411887 or 1154114. OLE color: 1154114.
HSL color Cylindrical-coordinate representation of color #429C11: hue angle of 98.85º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #429C11 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 17 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.39 |
| HSL | 98.85º | 0.8% | 0.34% | - |
| HSV(B) | 98.85º | 0.89% | 0.61% | - |
| XYZ | 14.24 | 24.98 | 4.6 | - |
| YUV | 113.24 | 73.68 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 17 | 0.58 | 0 | 0.89 | 0.39 | 98.85 | 0.8 | 0.34 |
| Hex | 42 | 9C | 11 | 3A | 0 | 59 | 27 | 63 | 50 | 22 |
| Octal | 102 | 234 | 21 | 72 | 0 | 131 | 47 | 143 | 120 | 42 |
| Binary | 1000010 | 10011100 | 10001 | 111010 | 0 | 1011001 | 100111 | 1100011 | 1010000 | 100010 |
Color Harmonies of #429C11
Complementary color
Monochromatic Colors of #429C11
Black with #429C11
Text Example
Text Example
White with #429C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C11; }
p { color: rgb(66,156,17); }
H1.HeaderClassName
{
color: #429C11;
}
.AnyTagClassName
{
color: #429C11;
}
</style>
background-color css
<style>
a { background-color: #429C11; }
a { background-color: rgb(66,156,17); }
div.DivClassName
{
background-color: #429C11;
}
.BgClassName
{
background-color: #429C11;
}
</style>
border-color css
<style>
span { border-color: #429C11; }
span { border-color: rgb(66,156,17); }
td.TdClassName
{
border-color: #429C11;
}
.TagClassName
{
border-color: #429C11;
}
</style>