Shades of Las Palmas #C9D941
Tints of Las Palmas #C9D941
RGB
CMYK
RGB Variations
Color information
#C9D941 (or 0xC9D941) is known color: Las Palmas. HEX triplet: C9, D9 and 41. RGB value is (201,217,65). Sum of RGB (Red+Green+Blue) = 201+217+65=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D941 is #3626BE. Grayscale: #C3C3C3. Windows color (decimal): -3548863 or 4315593. OLE color: 4315593.
HSL color Cylindrical-coordinate representation of color #C9D941: hue angle of 66.32º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9D941 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 65 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.15 |
| HSL | 66.32º | 0.67% | 0.55% | - |
| HSV(B) | 66.32º | 0.7% | 0.85% | - |
| XYZ | 49.85 | 62.42 | 14.42 | - |
| YUV | 194.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 65 | 0.07 | 0 | 0.70 | 0.15 | 66.32 | 0.67 | 0.55 |
| Hex | C9 | D9 | 41 | 7 | 0 | 46 | F | 42 | 43 | 37 |
| Octal | 311 | 331 | 101 | 7 | 0 | 106 | 17 | 102 | 103 | 67 |
| Binary | 11001001 | 11011001 | 1000001 | 111 | 0 | 1000110 | 1111 | 1000010 | 1000011 | 110111 |
Color Harmonies of #C9D941
Complementary color
Monochromatic Colors of #C9D941
Black with #C9D941
Text Example
Text Example
White with #C9D941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D941; }
p { color: rgb(201,217,65); }
H1.HeaderClassName
{
color: #C9D941;
}
.AnyTagClassName
{
color: #C9D941;
}
</style>
background-color css
<style>
a { background-color: #C9D941; }
a { background-color: rgb(201,217,65); }
div.DivClassName
{
background-color: #C9D941;
}
.BgClassName
{
background-color: #C9D941;
}
</style>
border-color css
<style>
span { border-color: #C9D941; }
span { border-color: rgb(201,217,65); }
td.TdClassName
{
border-color: #C9D941;
}
.TagClassName
{
border-color: #C9D941;
}
</style>