Shades of La Palma #4C9925
Tints of La Palma #4C9925
RGB
CMYK
RGB Variations
Color information
#4C9925 (or 0x4C9925) is known color: La Palma. HEX triplet: 4C, 99 and 25. RGB value is (76,153,37). Sum of RGB (Red+Green+Blue) = 76+153+37=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #4C9925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9925 is #B366DA. Grayscale: #757575. Windows color (decimal): -11757275 or 2464076. OLE color: 2464076.
HSL color Cylindrical-coordinate representation of color #4C9925: hue angle of 99.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C9925 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 76 | 153 | 37 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.4 |
| HSL | 99.83º | 0.61% | 0.37% | - |
| HSV(B) | 99.83º | 0.76% | 0.6% | - |
| XYZ | 14.71 | 24.45 | 5.7 | - |
| YUV | 116.75 | 82.99 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 153 | 37 | 0.50 | 0 | 0.76 | 0.4 | 99.83 | 0.61 | 0.37 |
| Hex | 4C | 99 | 25 | 32 | 0 | 4C | 28 | 64 | 3D | 25 |
| Octal | 114 | 231 | 45 | 62 | 0 | 114 | 50 | 144 | 75 | 45 |
| Binary | 1001100 | 10011001 | 100101 | 110010 | 0 | 1001100 | 101000 | 1100100 | 111101 | 100101 |
Color Harmonies of #4C9925
Complementary color
Monochromatic Colors of #4C9925
Black with #4C9925
Text Example
Text Example
White with #4C9925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9925; }
p { color: rgb(76,153,37); }
H1.HeaderClassName
{
color: #4C9925;
}
.AnyTagClassName
{
color: #4C9925;
}
</style>
background-color css
<style>
a { background-color: #4C9925; }
a { background-color: rgb(76,153,37); }
div.DivClassName
{
background-color: #4C9925;
}
.BgClassName
{
background-color: #4C9925;
}
</style>
border-color css
<style>
span { border-color: #4C9925; }
span { border-color: rgb(76,153,37); }
td.TdClassName
{
border-color: #4C9925;
}
.TagClassName
{
border-color: #4C9925;
}
</style>