Shades of Las Palmas #C1D149
Tints of Las Palmas #C1D149
RGB
CMYK
RGB Variations
Color information
#C1D149 (or 0xC1D149) is known color: Las Palmas. HEX triplet: C1, D1 and 49. RGB value is (193,209,73). Sum of RGB (Red+Green+Blue) = 193+209+73=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D149 is #3E2EB6. Grayscale: #BDBDBD. Windows color (decimal): -4075191 or 4837825. OLE color: 4837825.
HSL color Cylindrical-coordinate representation of color #C1D149: hue angle of 67.06º 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 #C1D149 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 209 | 73 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.18 |
| HSL | 67.06º | 0.6% | 0.55% | - |
| HSV(B) | 67.06º | 0.65% | 0.82% | - |
| XYZ | 46 | 57.42 | 14.96 | - |
| YUV | 188.71 | 62.7 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 73 | 0.08 | 0 | 0.65 | 0.18 | 67.06 | 0.6 | 0.55 |
| Hex | C1 | D1 | 49 | 8 | 0 | 41 | 12 | 43 | 3C | 37 |
| Octal | 301 | 321 | 111 | 10 | 0 | 101 | 22 | 103 | 74 | 67 |
| Binary | 11000001 | 11010001 | 1001001 | 1000 | 0 | 1000001 | 10010 | 1000011 | 111100 | 110111 |
Color Harmonies of #C1D149
Complementary color
Monochromatic Colors of #C1D149
Black with #C1D149
Text Example
Text Example
White with #C1D149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D149; }
p { color: rgb(193,209,73); }
H1.HeaderClassName
{
color: #C1D149;
}
.AnyTagClassName
{
color: #C1D149;
}
</style>
background-color css
<style>
a { background-color: #C1D149; }
a { background-color: rgb(193,209,73); }
div.DivClassName
{
background-color: #C1D149;
}
.BgClassName
{
background-color: #C1D149;
}
</style>
border-color css
<style>
span { border-color: #C1D149; }
span { border-color: rgb(193,209,73); }
td.TdClassName
{
border-color: #C1D149;
}
.TagClassName
{
border-color: #C1D149;
}
</style>