Shades of Las Palmas #C9D636
Tints of Las Palmas #C9D636
RGB
CMYK
RGB Variations
Color information
#C9D636 (or 0xC9D636) is known color: Las Palmas. HEX triplet: C9, D6 and 36. RGB value is (201,214,54). Sum of RGB (Red+Green+Blue) = 201+214+54=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D636 is #3629C9. Grayscale: #C0C0C0. Windows color (decimal): -3549642 or 3593929. OLE color: 3593929.
HSL color Cylindrical-coordinate representation of color #C9D636: hue angle of 64.88º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9D636 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 54 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.16 |
| HSL | 64.88º | 0.66% | 0.53% | - |
| HSV(B) | 64.88º | 0.75% | 0.84% | - |
| XYZ | 48.8 | 60.78 | 12.65 | - |
| YUV | 191.87 | 50.19 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 54 | 0.06 | 0 | 0.75 | 0.16 | 64.88 | 0.66 | 0.53 |
| Hex | C9 | D6 | 36 | 6 | 0 | 4B | 10 | 41 | 42 | 35 |
| Octal | 311 | 326 | 66 | 6 | 0 | 113 | 20 | 101 | 102 | 65 |
| Binary | 11001001 | 11010110 | 110110 | 110 | 0 | 1001011 | 10000 | 1000001 | 1000010 | 110101 |
Color Harmonies of #C9D636
Complementary color
Monochromatic Colors of #C9D636
Black with #C9D636
Text Example
Text Example
White with #C9D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D636; }
p { color: rgb(201,214,54); }
H1.HeaderClassName
{
color: #C9D636;
}
.AnyTagClassName
{
color: #C9D636;
}
</style>
background-color css
<style>
a { background-color: #C9D636; }
a { background-color: rgb(201,214,54); }
div.DivClassName
{
background-color: #C9D636;
}
.BgClassName
{
background-color: #C9D636;
}
</style>
border-color css
<style>
span { border-color: #C9D636; }
span { border-color: rgb(201,214,54); }
td.TdClassName
{
border-color: #C9D636;
}
.TagClassName
{
border-color: #C9D636;
}
</style>