Shades of La Palma #4D8E1F
Tints of La Palma #4D8E1F
RGB
CMYK
RGB Variations
Color information
#4D8E1F (or 0x4D8E1F) is known color: La Palma. HEX triplet: 4D, 8E and 1F. RGB value is (77,142,31). Sum of RGB (Red+Green+Blue) = 77+142+31=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8E1F is #B271E0. Grayscale: #6E6E6E. Windows color (decimal): -11694561 or 2068045. OLE color: 2068045.
HSL color Cylindrical-coordinate representation of color #4D8E1F: hue angle of 95.14º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D8E1F is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 142 | 31 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.44 |
| HSL | 95.14º | 0.64% | 0.34% | - |
| HSV(B) | 95.14º | 0.78% | 0.56% | - |
| XYZ | 12.98 | 21.02 | 4.67 | - |
| YUV | 109.91 | 83.47 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 142 | 31 | 0.46 | 0 | 0.78 | 0.44 | 95.14 | 0.64 | 0.34 |
| Hex | 4D | 8E | 1F | 2E | 0 | 4E | 2C | 5F | 40 | 22 |
| Octal | 115 | 216 | 37 | 56 | 0 | 116 | 54 | 137 | 100 | 42 |
| Binary | 1001101 | 10001110 | 11111 | 101110 | 0 | 1001110 | 101100 | 1011111 | 1000000 | 100010 |
Color Harmonies of #4D8E1F
Complementary color
Monochromatic Colors of #4D8E1F
Black with #4D8E1F
Text Example
Text Example
White with #4D8E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8E1F; }
p { color: rgb(77,142,31); }
H1.HeaderClassName
{
color: #4D8E1F;
}
.AnyTagClassName
{
color: #4D8E1F;
}
</style>
background-color css
<style>
a { background-color: #4D8E1F; }
a { background-color: rgb(77,142,31); }
div.DivClassName
{
background-color: #4D8E1F;
}
.BgClassName
{
background-color: #4D8E1F;
}
</style>
border-color css
<style>
span { border-color: #4D8E1F; }
span { border-color: rgb(77,142,31); }
td.TdClassName
{
border-color: #4D8E1F;
}
.TagClassName
{
border-color: #4D8E1F;
}
</style>