Shades of Las Palmas #C9DA3C
Tints of Las Palmas #C9DA3C
RGB
CMYK
RGB Variations
Color information
#C9DA3C (or 0xC9DA3C) is known color: Las Palmas. HEX triplet: C9, DA and 3C. RGB value is (201,218,60). Sum of RGB (Red+Green+Blue) = 201+218+60=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DA3C is #3625C3. Grayscale: #C3C3C3. Windows color (decimal): -3548612 or 3988169. OLE color: 3988169.
HSL color Cylindrical-coordinate representation of color #C9DA3C: hue angle of 66.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9DA3C is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 60 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.15 |
| HSL | 66.46º | 0.68% | 0.55% | - |
| HSV(B) | 66.46º | 0.72% | 0.85% | - |
| XYZ | 49.97 | 62.89 | 13.78 | - |
| YUV | 194.91 | 51.87 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 60 | 0.08 | 0 | 0.72 | 0.15 | 66.46 | 0.68 | 0.55 |
| Hex | C9 | DA | 3C | 8 | 0 | 48 | F | 42 | 44 | 37 |
| Octal | 311 | 332 | 74 | 10 | 0 | 110 | 17 | 102 | 104 | 67 |
| Binary | 11001001 | 11011010 | 111100 | 1000 | 0 | 1001000 | 1111 | 1000010 | 1000100 | 110111 |
Color Harmonies of #C9DA3C
Complementary color
Monochromatic Colors of #C9DA3C
Black with #C9DA3C
Text Example
Text Example
White with #C9DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA3C; }
p { color: rgb(201,218,60); }
H1.HeaderClassName
{
color: #C9DA3C;
}
.AnyTagClassName
{
color: #C9DA3C;
}
</style>
background-color css
<style>
a { background-color: #C9DA3C; }
a { background-color: rgb(201,218,60); }
div.DivClassName
{
background-color: #C9DA3C;
}
.BgClassName
{
background-color: #C9DA3C;
}
</style>
border-color css
<style>
span { border-color: #C9DA3C; }
span { border-color: rgb(201,218,60); }
td.TdClassName
{
border-color: #C9DA3C;
}
.TagClassName
{
border-color: #C9DA3C;
}
</style>