Shades of Las Palmas #C9D341
Tints of Las Palmas #C9D341
RGB
CMYK
RGB Variations
Color information
#C9D341 (or 0xC9D341) is known color: Las Palmas. HEX triplet: C9, D3 and 41. RGB value is (201,211,65). Sum of RGB (Red+Green+Blue) = 201+211+65=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D341 is #362CBE. Grayscale: #BFBFBF. Windows color (decimal): -3550399 or 4314057. OLE color: 4314057.
HSL color Cylindrical-coordinate representation of color #C9D341: hue angle of 64.11º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9D341 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 65 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.17 |
| HSL | 64.11º | 0.62% | 0.54% | - |
| HSV(B) | 64.11º | 0.69% | 0.83% | - |
| XYZ | 48.34 | 59.39 | 13.92 | - |
| YUV | 191.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 65 | 0.05 | 0 | 0.69 | 0.17 | 64.11 | 0.62 | 0.54 |
| Hex | C9 | D3 | 41 | 5 | 0 | 45 | 11 | 40 | 3E | 36 |
| Octal | 311 | 323 | 101 | 5 | 0 | 105 | 21 | 100 | 76 | 66 |
| Binary | 11001001 | 11010011 | 1000001 | 101 | 0 | 1000101 | 10001 | 1000000 | 111110 | 110110 |
Color Harmonies of #C9D341
Complementary color
Monochromatic Colors of #C9D341
Black with #C9D341
Text Example
Text Example
White with #C9D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D341; }
p { color: rgb(201,211,65); }
H1.HeaderClassName
{
color: #C9D341;
}
.AnyTagClassName
{
color: #C9D341;
}
</style>
background-color css
<style>
a { background-color: #C9D341; }
a { background-color: rgb(201,211,65); }
div.DivClassName
{
background-color: #C9D341;
}
.BgClassName
{
background-color: #C9D341;
}
</style>
border-color css
<style>
span { border-color: #C9D341; }
span { border-color: rgb(201,211,65); }
td.TdClassName
{
border-color: #C9D341;
}
.TagClassName
{
border-color: #C9D341;
}
</style>