Shades of La Palma #428E10
Tints of La Palma #428E10
RGB
CMYK
RGB Variations
Color information
#428E10 (or 0x428E10) is known color: La Palma. HEX triplet: 42, 8E and 10. RGB value is (66,142,16). Sum of RGB (Red+Green+Blue) = 66+142+16=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 142 (55.86% from 255 or 63.39% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 142 - color contains mainly: green. Hex color #428E10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428E10 is #BD71EF. Grayscale: #696969. Windows color (decimal): -12415472 or 1084994. OLE color: 1084994.
HSL color Cylindrical-coordinate representation of color #428E10: hue angle of 96.19º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #428E10 is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 142 | 16 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.44 |
| HSL | 96.19º | 0.8% | 0.31% | - |
| HSV(B) | 96.19º | 0.89% | 0.56% | - |
| XYZ | 12.01 | 20.54 | 3.82 | - |
| YUV | 104.91 | 77.82 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 16 | 0.54 | 0 | 0.89 | 0.44 | 96.19 | 0.8 | 0.31 |
| Hex | 42 | 8E | 10 | 36 | 0 | 59 | 2C | 60 | 50 | 1F |
| Octal | 102 | 216 | 20 | 66 | 0 | 131 | 54 | 140 | 120 | 37 |
| Binary | 1000010 | 10001110 | 10000 | 110110 | 0 | 1011001 | 101100 | 1100000 | 1010000 | 11111 |
Color Harmonies of #428E10
Complementary color
Monochromatic Colors of #428E10
Black with #428E10
Text Example
Text Example
White with #428E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428E10; }
p { color: rgb(66,142,16); }
H1.HeaderClassName
{
color: #428E10;
}
.AnyTagClassName
{
color: #428E10;
}
</style>
background-color css
<style>
a { background-color: #428E10; }
a { background-color: rgb(66,142,16); }
div.DivClassName
{
background-color: #428E10;
}
.BgClassName
{
background-color: #428E10;
}
</style>
border-color css
<style>
span { border-color: #428E10; }
span { border-color: rgb(66,142,16); }
td.TdClassName
{
border-color: #428E10;
}
.TagClassName
{
border-color: #428E10;
}
</style>