Shades of Las Palmas #C5D149
Tints of Las Palmas #C5D149
RGB
CMYK
RGB Variations
Color information
#C5D149 (or 0xC5D149) is known color: Las Palmas. HEX triplet: C5, D1 and 49. RGB value is (197,209,73). Sum of RGB (Red+Green+Blue) = 197+209+73=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D149 is #3A2EB6. Grayscale: #BEBEBE. Windows color (decimal): -3813047 or 4837829. OLE color: 4837829.
HSL color Cylindrical-coordinate representation of color #C5D149: hue angle of 65.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5D149 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 73 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.18 |
| HSL | 65.29º | 0.6% | 0.55% | - |
| HSV(B) | 65.29º | 0.65% | 0.82% | - |
| XYZ | 47.03 | 57.95 | 15.01 | - |
| YUV | 189.91 | 62.02 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 73 | 0.06 | 0 | 0.65 | 0.18 | 65.29 | 0.6 | 0.55 |
| Hex | C5 | D1 | 49 | 6 | 0 | 41 | 12 | 41 | 3C | 37 |
| Octal | 305 | 321 | 111 | 6 | 0 | 101 | 22 | 101 | 74 | 67 |
| Binary | 11000101 | 11010001 | 1001001 | 110 | 0 | 1000001 | 10010 | 1000001 | 111100 | 110111 |
Color Harmonies of #C5D149
Complementary color
Monochromatic Colors of #C5D149
Black with #C5D149
Text Example
Text Example
White with #C5D149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D149; }
p { color: rgb(197,209,73); }
H1.HeaderClassName
{
color: #C5D149;
}
.AnyTagClassName
{
color: #C5D149;
}
</style>
background-color css
<style>
a { background-color: #C5D149; }
a { background-color: rgb(197,209,73); }
div.DivClassName
{
background-color: #C5D149;
}
.BgClassName
{
background-color: #C5D149;
}
</style>
border-color css
<style>
span { border-color: #C5D149; }
span { border-color: rgb(197,209,73); }
td.TdClassName
{
border-color: #C5D149;
}
.TagClassName
{
border-color: #C5D149;
}
</style>