Shades of Las Palmas #C9D241
Tints of Las Palmas #C9D241
RGB
CMYK
RGB Variations
Color information
#C9D241 (or 0xC9D241) is known color: Las Palmas. HEX triplet: C9, D2 and 41. RGB value is (201,210,65). Sum of RGB (Red+Green+Blue) = 201+210+65=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D241 is #362DBE. Grayscale: #BFBFBF. Windows color (decimal): -3550655 or 4313801. OLE color: 4313801.
HSL color Cylindrical-coordinate representation of color #C9D241: hue angle of 63.72º degrees, saturation: 0.62, 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 #C9D241 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 210 | 65 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.18 |
| HSL | 63.72º | 0.62% | 0.54% | - |
| HSV(B) | 63.72º | 0.69% | 0.82% | - |
| XYZ | 48.09 | 58.89 | 13.83 | - |
| YUV | 190.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 65 | 0.04 | 0 | 0.69 | 0.18 | 63.72 | 0.62 | 0.54 |
| Hex | C9 | D2 | 41 | 4 | 0 | 45 | 12 | 40 | 3E | 36 |
| Octal | 311 | 322 | 101 | 4 | 0 | 105 | 22 | 100 | 76 | 66 |
| Binary | 11001001 | 11010010 | 1000001 | 100 | 0 | 1000101 | 10010 | 1000000 | 111110 | 110110 |
Color Harmonies of #C9D241
Complementary color
Monochromatic Colors of #C9D241
Black with #C9D241
Text Example
Text Example
White with #C9D241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D241; }
p { color: rgb(201,210,65); }
H1.HeaderClassName
{
color: #C9D241;
}
.AnyTagClassName
{
color: #C9D241;
}
</style>
background-color css
<style>
a { background-color: #C9D241; }
a { background-color: rgb(201,210,65); }
div.DivClassName
{
background-color: #C9D241;
}
.BgClassName
{
background-color: #C9D241;
}
</style>
border-color css
<style>
span { border-color: #C9D241; }
span { border-color: rgb(201,210,65); }
td.TdClassName
{
border-color: #C9D241;
}
.TagClassName
{
border-color: #C9D241;
}
</style>