Shades of La Palma #4D982E
Tints of La Palma #4D982E
RGB
CMYK
RGB Variations
Color information
#4D982E (or 0x4D982E) is known color: La Palma. HEX triplet: 4D, 98 and 2E. RGB value is (77,152,46). Sum of RGB (Red+Green+Blue) = 77+152+46=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #4D982E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D982E is #B267D1. Grayscale: #757575. Windows color (decimal): -11691986 or 3053645. OLE color: 3053645.
HSL color Cylindrical-coordinate representation of color #4D982E: hue angle of 102.45º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D982E is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 152 | 46 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.40 |
| HSL | 102.45º | 0.54% | 0.39% | - |
| HSV(B) | 102.45º | 0.7% | 0.6% | - |
| XYZ | 14.78 | 24.23 | 6.48 | - |
| YUV | 117.49 | 87.65 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 46 | 0.49 | 0 | 0.70 | 0.40 | 102.45 | 0.54 | 0.39 |
| Hex | 4D | 98 | 2E | 31 | 0 | 46 | 28 | 66 | 36 | 27 |
| Octal | 115 | 230 | 56 | 61 | 0 | 106 | 50 | 146 | 66 | 47 |
| Binary | 1001101 | 10011000 | 101110 | 110001 | 0 | 1000110 | 101000 | 1100110 | 110110 | 100111 |
Color Harmonies of #4D982E
Complementary color
Monochromatic Colors of #4D982E
Black with #4D982E
Text Example
Text Example
White with #4D982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D982E; }
p { color: rgb(77,152,46); }
H1.HeaderClassName
{
color: #4D982E;
}
.AnyTagClassName
{
color: #4D982E;
}
</style>
background-color css
<style>
a { background-color: #4D982E; }
a { background-color: rgb(77,152,46); }
div.DivClassName
{
background-color: #4D982E;
}
.BgClassName
{
background-color: #4D982E;
}
</style>
border-color css
<style>
span { border-color: #4D982E; }
span { border-color: rgb(77,152,46); }
td.TdClassName
{
border-color: #4D982E;
}
.TagClassName
{
border-color: #4D982E;
}
</style>