Shades of La Palma #4FA133
Tints of La Palma #4FA133
RGB
CMYK
RGB Variations
Color information
#4FA133 (or 0x4FA133) is known color: La Palma. HEX triplet: 4F, A1 and 33. RGB value is (79,161,51). Sum of RGB (Red+Green+Blue) = 79+161+51=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA133 is #B05ECC. Grayscale: #7C7C7C. Windows color (decimal): -11558605 or 3383631. OLE color: 3383631.
HSL color Cylindrical-coordinate representation of color #4FA133: hue angle of 104.73º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FA133 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 51 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.37 |
| HSL | 104.73º | 0.52% | 0.42% | - |
| HSV(B) | 104.73º | 0.68% | 0.63% | - |
| XYZ | 16.57 | 27.39 | 7.55 | - |
| YUV | 123.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 51 | 0.51 | 0 | 0.68 | 0.37 | 104.73 | 0.52 | 0.42 |
| Hex | 4F | A1 | 33 | 33 | 0 | 44 | 25 | 69 | 34 | 2A |
| Octal | 117 | 241 | 63 | 63 | 0 | 104 | 45 | 151 | 64 | 52 |
| Binary | 1001111 | 10100001 | 110011 | 110011 | 0 | 1000100 | 100101 | 1101001 | 110100 | 101010 |
Color Harmonies of #4FA133
Complementary color
Monochromatic Colors of #4FA133
Black with #4FA133
Text Example
Text Example
White with #4FA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA133; }
p { color: rgb(79,161,51); }
H1.HeaderClassName
{
color: #4FA133;
}
.AnyTagClassName
{
color: #4FA133;
}
</style>
background-color css
<style>
a { background-color: #4FA133; }
a { background-color: rgb(79,161,51); }
div.DivClassName
{
background-color: #4FA133;
}
.BgClassName
{
background-color: #4FA133;
}
</style>
border-color css
<style>
span { border-color: #4FA133; }
span { border-color: rgb(79,161,51); }
td.TdClassName
{
border-color: #4FA133;
}
.TagClassName
{
border-color: #4FA133;
}
</style>