Shades of Las Palmas #C9D84E
Tints of Las Palmas #C9D84E
RGB
CMYK
RGB Variations
Color information
#C9D84E (or 0xC9D84E) is known color: Las Palmas. HEX triplet: C9, D8 and 4E. RGB value is (201,216,78). Sum of RGB (Red+Green+Blue) = 201+216+78=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D84E is #3627B1. Grayscale: #C4C4C4. Windows color (decimal): -3549106 or 5167305. OLE color: 5167305.
HSL color Cylindrical-coordinate representation of color #C9D84E: hue angle of 66.52º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9D84E is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 78 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.15 |
| HSL | 66.52º | 0.64% | 0.58% | - |
| HSV(B) | 66.52º | 0.64% | 0.85% | - |
| XYZ | 50.02 | 62.08 | 16.55 | - |
| YUV | 195.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 78 | 0.07 | 0 | 0.64 | 0.15 | 66.52 | 0.64 | 0.58 |
| Hex | C9 | D8 | 4E | 7 | 0 | 40 | F | 43 | 40 | 3A |
| Octal | 311 | 330 | 116 | 7 | 0 | 100 | 17 | 103 | 100 | 72 |
| Binary | 11001001 | 11011000 | 1001110 | 111 | 0 | 1000000 | 1111 | 1000011 | 1000000 | 111010 |
Color Harmonies of #C9D84E
Complementary color
Monochromatic Colors of #C9D84E
Black with #C9D84E
Text Example
Text Example
White with #C9D84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D84E; }
p { color: rgb(201,216,78); }
H1.HeaderClassName
{
color: #C9D84E;
}
.AnyTagClassName
{
color: #C9D84E;
}
</style>
background-color css
<style>
a { background-color: #C9D84E; }
a { background-color: rgb(201,216,78); }
div.DivClassName
{
background-color: #C9D84E;
}
.BgClassName
{
background-color: #C9D84E;
}
</style>
border-color css
<style>
span { border-color: #C9D84E; }
span { border-color: rgb(201,216,78); }
td.TdClassName
{
border-color: #C9D84E;
}
.TagClassName
{
border-color: #C9D84E;
}
</style>