Shades of Las Palmas #C9D940
Tints of Las Palmas #C9D940
RGB
CMYK
RGB Variations
Color information
#C9D940 (or 0xC9D940) is known color: Las Palmas. HEX triplet: C9, D9 and 40. RGB value is (201,217,64). Sum of RGB (Red+Green+Blue) = 201+217+64=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D940 is #3626BF. Grayscale: #C3C3C3. Windows color (decimal): -3548864 or 4250057. OLE color: 4250057.
HSL color Cylindrical-coordinate representation of color #C9D940: hue angle of 66.27º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9D940 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 64 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.15 |
| HSL | 66.27º | 0.67% | 0.55% | - |
| HSV(B) | 66.27º | 0.71% | 0.85% | - |
| XYZ | 49.83 | 62.41 | 14.27 | - |
| YUV | 194.77 | 54.2 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 64 | 0.07 | 0 | 0.71 | 0.15 | 66.27 | 0.67 | 0.55 |
| Hex | C9 | D9 | 40 | 7 | 0 | 47 | F | 42 | 43 | 37 |
| Octal | 311 | 331 | 100 | 7 | 0 | 107 | 17 | 102 | 103 | 67 |
| Binary | 11001001 | 11011001 | 1000000 | 111 | 0 | 1000111 | 1111 | 1000010 | 1000011 | 110111 |
Color Harmonies of #C9D940
Complementary color
Monochromatic Colors of #C9D940
Black with #C9D940
Text Example
Text Example
White with #C9D940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D940; }
p { color: rgb(201,217,64); }
H1.HeaderClassName
{
color: #C9D940;
}
.AnyTagClassName
{
color: #C9D940;
}
</style>
background-color css
<style>
a { background-color: #C9D940; }
a { background-color: rgb(201,217,64); }
div.DivClassName
{
background-color: #C9D940;
}
.BgClassName
{
background-color: #C9D940;
}
</style>
border-color css
<style>
span { border-color: #C9D940; }
span { border-color: rgb(201,217,64); }
td.TdClassName
{
border-color: #C9D940;
}
.TagClassName
{
border-color: #C9D940;
}
</style>