Shades of Las Palmas #C9D944
Tints of Las Palmas #C9D944
RGB
CMYK
RGB Variations
Color information
#C9D944 (or 0xC9D944) is known color: Las Palmas. HEX triplet: C9, D9 and 44. RGB value is (201,217,68). Sum of RGB (Red+Green+Blue) = 201+217+68=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D944 is #3626BB. Grayscale: #C3C3C3. Windows color (decimal): -3548860 or 4512201. OLE color: 4512201.
HSL color Cylindrical-coordinate representation of color #C9D944: hue angle of 66.44º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9D944 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 68 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.15 |
| HSL | 66.44º | 0.66% | 0.56% | - |
| HSV(B) | 66.44º | 0.69% | 0.85% | - |
| XYZ | 49.94 | 62.46 | 14.89 | - |
| YUV | 195.23 | 56.2 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 68 | 0.07 | 0 | 0.69 | 0.15 | 66.44 | 0.66 | 0.56 |
| Hex | C9 | D9 | 44 | 7 | 0 | 45 | F | 42 | 42 | 38 |
| Octal | 311 | 331 | 104 | 7 | 0 | 105 | 17 | 102 | 102 | 70 |
| Binary | 11001001 | 11011001 | 1000100 | 111 | 0 | 1000101 | 1111 | 1000010 | 1000010 | 111000 |
Color Harmonies of #C9D944
Complementary color
Monochromatic Colors of #C9D944
Black with #C9D944
Text Example
Text Example
White with #C9D944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D944; }
p { color: rgb(201,217,68); }
H1.HeaderClassName
{
color: #C9D944;
}
.AnyTagClassName
{
color: #C9D944;
}
</style>
background-color css
<style>
a { background-color: #C9D944; }
a { background-color: rgb(201,217,68); }
div.DivClassName
{
background-color: #C9D944;
}
.BgClassName
{
background-color: #C9D944;
}
</style>
border-color css
<style>
span { border-color: #C9D944; }
span { border-color: rgb(201,217,68); }
td.TdClassName
{
border-color: #C9D944;
}
.TagClassName
{
border-color: #C9D944;
}
</style>