Shades of Las Palmas #C9D140
Tints of Las Palmas #C9D140
RGB
CMYK
RGB Variations
Color information
#C9D140 (or 0xC9D140) is known color: Las Palmas. HEX triplet: C9, D1 and 40. RGB value is (201,209,64). Sum of RGB (Red+Green+Blue) = 201+209+64=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D140 is #362EBF. Grayscale: #BEBEBE. Windows color (decimal): -3550912 or 4248009. OLE color: 4248009.
HSL color Cylindrical-coordinate representation of color #C9D140: hue angle of 63.31º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9D140 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 209 | 64 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.18 |
| HSL | 63.31º | 0.61% | 0.54% | - |
| HSV(B) | 63.31º | 0.69% | 0.82% | - |
| XYZ | 47.81 | 58.39 | 13.6 | - |
| YUV | 190.08 | 56.85 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 209 | 64 | 0.04 | 0 | 0.69 | 0.18 | 63.31 | 0.61 | 0.54 |
| Hex | C9 | D1 | 40 | 4 | 0 | 45 | 12 | 3F | 3D | 36 |
| Octal | 311 | 321 | 100 | 4 | 0 | 105 | 22 | 77 | 75 | 66 |
| Binary | 11001001 | 11010001 | 1000000 | 100 | 0 | 1000101 | 10010 | 111111 | 111101 | 110110 |
Color Harmonies of #C9D140
Complementary color
Monochromatic Colors of #C9D140
Black with #C9D140
Text Example
Text Example
White with #C9D140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D140; }
p { color: rgb(201,209,64); }
H1.HeaderClassName
{
color: #C9D140;
}
.AnyTagClassName
{
color: #C9D140;
}
</style>
background-color css
<style>
a { background-color: #C9D140; }
a { background-color: rgb(201,209,64); }
div.DivClassName
{
background-color: #C9D140;
}
.BgClassName
{
background-color: #C9D140;
}
</style>
border-color css
<style>
span { border-color: #C9D140; }
span { border-color: rgb(201,209,64); }
td.TdClassName
{
border-color: #C9D140;
}
.TagClassName
{
border-color: #C9D140;
}
</style>