Shades of Las Palmas #C9D13D
Tints of Las Palmas #C9D13D
RGB
CMYK
RGB Variations
Color information
#C9D13D (or 0xC9D13D) is known color: Las Palmas. HEX triplet: C9, D1 and 3D. RGB value is (201,209,61). Sum of RGB (Red+Green+Blue) = 201+209+61=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D13D is #362EC2. Grayscale: #BEBEBE. Windows color (decimal): -3550915 or 4051401. OLE color: 4051401.
HSL color Cylindrical-coordinate representation of color #C9D13D: hue angle of 63.24º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9D13D is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 209 | 61 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.18 |
| HSL | 63.24º | 0.62% | 0.53% | - |
| HSV(B) | 63.24º | 0.71% | 0.82% | - |
| XYZ | 47.73 | 58.36 | 13.16 | - |
| YUV | 189.74 | 55.35 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 209 | 61 | 0.04 | 0 | 0.71 | 0.18 | 63.24 | 0.62 | 0.53 |
| Hex | C9 | D1 | 3D | 4 | 0 | 47 | 12 | 3F | 3E | 35 |
| Octal | 311 | 321 | 75 | 4 | 0 | 107 | 22 | 77 | 76 | 65 |
| Binary | 11001001 | 11010001 | 111101 | 100 | 0 | 1000111 | 10010 | 111111 | 111110 | 110101 |
Color Harmonies of #C9D13D
Complementary color
Monochromatic Colors of #C9D13D
Black with #C9D13D
Text Example
Text Example
White with #C9D13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D13D; }
p { color: rgb(201,209,61); }
H1.HeaderClassName
{
color: #C9D13D;
}
.AnyTagClassName
{
color: #C9D13D;
}
</style>
background-color css
<style>
a { background-color: #C9D13D; }
a { background-color: rgb(201,209,61); }
div.DivClassName
{
background-color: #C9D13D;
}
.BgClassName
{
background-color: #C9D13D;
}
</style>
border-color css
<style>
span { border-color: #C9D13D; }
span { border-color: rgb(201,209,61); }
td.TdClassName
{
border-color: #C9D13D;
}
.TagClassName
{
border-color: #C9D13D;
}
</style>