Shades of La Palma #488D07
Tints of La Palma #488D07
RGB
CMYK
RGB Variations
Color information
#488D07 (or 0x488D07) is known color: La Palma. HEX triplet: 48, 8D and 07. RGB value is (72,141,7). Sum of RGB (Red+Green+Blue) = 72+141+7=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #488D07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488D07 is #B772F8. Grayscale: #696969. Windows color (decimal): -12022521 or 494920. OLE color: 494920.
HSL color Cylindrical-coordinate representation of color #488D07: hue angle of 90.9º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #488D07 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 7 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.45 |
| HSL | 90.9º | 0.91% | 0.29% | - |
| HSV(B) | 90.9º | 0.95% | 0.55% | - |
| XYZ | 12.24 | 20.44 | 3.5 | - |
| YUV | 105.09 | 72.64 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 7 | 0.49 | 0 | 0.95 | 0.45 | 90.9 | 0.91 | 0.29 |
| Hex | 48 | 8D | 7 | 31 | 0 | 5F | 2D | 5B | 5B | 1D |
| Octal | 110 | 215 | 7 | 61 | 0 | 137 | 55 | 133 | 133 | 35 |
| Binary | 1001000 | 10001101 | 111 | 110001 | 0 | 1011111 | 101101 | 1011011 | 1011011 | 11101 |
Color Harmonies of #488D07
Complementary color
Monochromatic Colors of #488D07
Black with #488D07
Text Example
Text Example
White with #488D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D07; }
p { color: rgb(72,141,7); }
H1.HeaderClassName
{
color: #488D07;
}
.AnyTagClassName
{
color: #488D07;
}
</style>
background-color css
<style>
a { background-color: #488D07; }
a { background-color: rgb(72,141,7); }
div.DivClassName
{
background-color: #488D07;
}
.BgClassName
{
background-color: #488D07;
}
</style>
border-color css
<style>
span { border-color: #488D07; }
span { border-color: rgb(72,141,7); }
td.TdClassName
{
border-color: #488D07;
}
.TagClassName
{
border-color: #488D07;
}
</style>