Shades of La Palma #428C05
Tints of La Palma #428C05
RGB
CMYK
RGB Variations
Color information
#428C05 (or 0x428C05) is known color: La Palma. HEX triplet: 42, 8C and 05. RGB value is (66,140,5). Sum of RGB (Red+Green+Blue) = 66+140+5=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 140 (55.08% from 255 or 66.35% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 140 - color contains mainly: green. Hex color #428C05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428C05 is #BD73FA. Grayscale: #666666. Windows color (decimal): -12415995 or 363586. OLE color: 363586.
HSL color Cylindrical-coordinate representation of color #428C05: hue angle of 92.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #428C05 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 5 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.45 |
| HSL | 92.89º | 0.93% | 0.28% | - |
| HSV(B) | 92.89º | 0.96% | 0.55% | - |
| XYZ | 11.65 | 19.93 | 3.38 | - |
| YUV | 102.48 | 72.98 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 5 | 0.53 | 0 | 0.96 | 0.45 | 92.89 | 0.93 | 0.28 |
| Hex | 42 | 8C | 5 | 35 | 0 | 60 | 2D | 5D | 5D | 1C |
| Octal | 102 | 214 | 5 | 65 | 0 | 140 | 55 | 135 | 135 | 34 |
| Binary | 1000010 | 10001100 | 101 | 110101 | 0 | 1100000 | 101101 | 1011101 | 1011101 | 11100 |
Color Harmonies of #428C05
Complementary color
Monochromatic Colors of #428C05
Black with #428C05
Text Example
Text Example
White with #428C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C05; }
p { color: rgb(66,140,5); }
H1.HeaderClassName
{
color: #428C05;
}
.AnyTagClassName
{
color: #428C05;
}
</style>
background-color css
<style>
a { background-color: #428C05; }
a { background-color: rgb(66,140,5); }
div.DivClassName
{
background-color: #428C05;
}
.BgClassName
{
background-color: #428C05;
}
</style>
border-color css
<style>
span { border-color: #428C05; }
span { border-color: rgb(66,140,5); }
td.TdClassName
{
border-color: #428C05;
}
.TagClassName
{
border-color: #428C05;
}
</style>