Shades of La Palma #4E982B
Tints of La Palma #4E982B
RGB
CMYK
RGB Variations
Color information
#4E982B (or 0x4E982B) is known color: La Palma. HEX triplet: 4E, 98 and 2B. RGB value is (78,152,43). Sum of RGB (Red+Green+Blue) = 78+152+43=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #4E982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E982B is #B167D4. Grayscale: #757575. Windows color (decimal): -11626453 or 2857038. OLE color: 2857038.
HSL color Cylindrical-coordinate representation of color #4E982B: hue angle of 100.73º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E982B is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 152 | 43 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.40 |
| HSL | 100.73º | 0.56% | 0.38% | - |
| HSV(B) | 100.73º | 0.72% | 0.6% | - |
| XYZ | 14.81 | 24.25 | 6.19 | - |
| YUV | 117.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 152 | 43 | 0.49 | 0 | 0.72 | 0.40 | 100.73 | 0.56 | 0.38 |
| Hex | 4E | 98 | 2B | 31 | 0 | 48 | 28 | 65 | 38 | 26 |
| Octal | 116 | 230 | 53 | 61 | 0 | 110 | 50 | 145 | 70 | 46 |
| Binary | 1001110 | 10011000 | 101011 | 110001 | 0 | 1001000 | 101000 | 1100101 | 111000 | 100110 |
Color Harmonies of #4E982B
Complementary color
Monochromatic Colors of #4E982B
Black with #4E982B
Text Example
Text Example
White with #4E982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E982B; }
p { color: rgb(78,152,43); }
H1.HeaderClassName
{
color: #4E982B;
}
.AnyTagClassName
{
color: #4E982B;
}
</style>
background-color css
<style>
a { background-color: #4E982B; }
a { background-color: rgb(78,152,43); }
div.DivClassName
{
background-color: #4E982B;
}
.BgClassName
{
background-color: #4E982B;
}
</style>
border-color css
<style>
span { border-color: #4E982B; }
span { border-color: rgb(78,152,43); }
td.TdClassName
{
border-color: #4E982B;
}
.TagClassName
{
border-color: #4E982B;
}
</style>