Shades of La Palma #478F05
Tints of La Palma #478F05
RGB
CMYK
RGB Variations
Color information
#478F05 (or 0x478F05) is known color: La Palma. HEX triplet: 47, 8F and 05. RGB value is (71,143,5). Sum of RGB (Red+Green+Blue) = 71+143+5=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 143 (56.25% from 255 or 65.30% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 143 - color contains mainly: green. Hex color #478F05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478F05 is #B870FA. Grayscale: #6A6A6A. Windows color (decimal): -12087547 or 364359. OLE color: 364359.
HSL color Cylindrical-coordinate representation of color #478F05: hue angle of 91.3º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #478F05 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 143 | 5 | - |
| CMYK | 0.50 | 0 | 0.97 | 0.44 |
| HSL | 91.3º | 0.93% | 0.29% | - |
| HSV(B) | 91.3º | 0.97% | 0.56% | - |
| XYZ | 12.45 | 21 | 3.54 | - |
| YUV | 105.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 5 | 0.50 | 0 | 0.97 | 0.44 | 91.3 | 0.93 | 0.29 |
| Hex | 47 | 8F | 5 | 32 | 0 | 61 | 2C | 5B | 5D | 1D |
| Octal | 107 | 217 | 5 | 62 | 0 | 141 | 54 | 133 | 135 | 35 |
| Binary | 1000111 | 10001111 | 101 | 110010 | 0 | 1100001 | 101100 | 1011011 | 1011101 | 11101 |
Color Harmonies of #478F05
Complementary color
Monochromatic Colors of #478F05
Black with #478F05
Text Example
Text Example
White with #478F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478F05; }
p { color: rgb(71,143,5); }
H1.HeaderClassName
{
color: #478F05;
}
.AnyTagClassName
{
color: #478F05;
}
</style>
background-color css
<style>
a { background-color: #478F05; }
a { background-color: rgb(71,143,5); }
div.DivClassName
{
background-color: #478F05;
}
.BgClassName
{
background-color: #478F05;
}
</style>
border-color css
<style>
span { border-color: #478F05; }
span { border-color: rgb(71,143,5); }
td.TdClassName
{
border-color: #478F05;
}
.TagClassName
{
border-color: #478F05;
}
</style>