Shades of La Palma #4F982C
Tints of La Palma #4F982C
RGB
CMYK
RGB Variations
Color information
#4F982C (or 0x4F982C) is known color: La Palma. HEX triplet: 4F, 98 and 2C. RGB value is (79,152,44). Sum of RGB (Red+Green+Blue) = 79+152+44=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #4F982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F982C is #B067D3. Grayscale: #767676. Windows color (decimal): -11560916 or 2922575. OLE color: 2922575.
HSL color Cylindrical-coordinate representation of color #4F982C: hue angle of 100.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F982C is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 152 | 44 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.40 |
| HSL | 100.56º | 0.55% | 0.38% | - |
| HSV(B) | 100.56º | 0.71% | 0.6% | - |
| XYZ | 14.91 | 24.3 | 6.29 | - |
| YUV | 117.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 152 | 44 | 0.48 | 0 | 0.71 | 0.40 | 100.56 | 0.55 | 0.38 |
| Hex | 4F | 98 | 2C | 30 | 0 | 47 | 28 | 65 | 37 | 26 |
| Octal | 117 | 230 | 54 | 60 | 0 | 107 | 50 | 145 | 67 | 46 |
| Binary | 1001111 | 10011000 | 101100 | 110000 | 0 | 1000111 | 101000 | 1100101 | 110111 | 100110 |
Color Harmonies of #4F982C
Complementary color
Monochromatic Colors of #4F982C
Black with #4F982C
Text Example
Text Example
White with #4F982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F982C; }
p { color: rgb(79,152,44); }
H1.HeaderClassName
{
color: #4F982C;
}
.AnyTagClassName
{
color: #4F982C;
}
</style>
background-color css
<style>
a { background-color: #4F982C; }
a { background-color: rgb(79,152,44); }
div.DivClassName
{
background-color: #4F982C;
}
.BgClassName
{
background-color: #4F982C;
}
</style>
border-color css
<style>
span { border-color: #4F982C; }
span { border-color: rgb(79,152,44); }
td.TdClassName
{
border-color: #4F982C;
}
.TagClassName
{
border-color: #4F982C;
}
</style>