Shades of La Palma #50A234
Tints of La Palma #50A234
RGB
CMYK
RGB Variations
Color information
#50A234 (or 0x50A234) is known color: La Palma. HEX triplet: 50, A2 and 34. RGB value is (80,162,52). Sum of RGB (Red+Green+Blue) = 80+162+52=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #50A234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A234 is #AF5DCB. Grayscale: #7D7D7D. Windows color (decimal): -11492812 or 3449424. OLE color: 3449424.
HSL color Cylindrical-coordinate representation of color #50A234: hue angle of 104.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50A234 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 52 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.36 |
| HSL | 104.73º | 0.51% | 0.42% | - |
| HSV(B) | 104.73º | 0.68% | 0.64% | - |
| XYZ | 16.85 | 27.79 | 7.73 | - |
| YUV | 124.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 52 | 0.51 | 0 | 0.68 | 0.36 | 104.73 | 0.51 | 0.42 |
| Hex | 50 | A2 | 34 | 33 | 0 | 44 | 24 | 69 | 33 | 2A |
| Octal | 120 | 242 | 64 | 63 | 0 | 104 | 44 | 151 | 63 | 52 |
| Binary | 1010000 | 10100010 | 110100 | 110011 | 0 | 1000100 | 100100 | 1101001 | 110011 | 101010 |
Color Harmonies of #50A234
Complementary color
Monochromatic Colors of #50A234
Black with #50A234
Text Example
Text Example
White with #50A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A234; }
p { color: rgb(80,162,52); }
H1.HeaderClassName
{
color: #50A234;
}
.AnyTagClassName
{
color: #50A234;
}
</style>
background-color css
<style>
a { background-color: #50A234; }
a { background-color: rgb(80,162,52); }
div.DivClassName
{
background-color: #50A234;
}
.BgClassName
{
background-color: #50A234;
}
</style>
border-color css
<style>
span { border-color: #50A234; }
span { border-color: rgb(80,162,52); }
td.TdClassName
{
border-color: #50A234;
}
.TagClassName
{
border-color: #50A234;
}
</style>