Shades of Las Palmas #C9D13E
Tints of Las Palmas #C9D13E
RGB
CMYK
RGB Variations
Color information
#C9D13E (or 0xC9D13E) is known color: Las Palmas. HEX triplet: C9, D1 and 3E. RGB value is (201,209,62). Sum of RGB (Red+Green+Blue) = 201+209+62=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D13E is #362EC1. Grayscale: #BEBEBE. Windows color (decimal): -3550914 or 4116937. OLE color: 4116937.
HSL color Cylindrical-coordinate representation of color #C9D13E: hue angle of 63.27º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9D13E is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 209 | 62 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.18 |
| HSL | 63.27º | 0.62% | 0.53% | - |
| HSV(B) | 63.27º | 0.7% | 0.82% | - |
| XYZ | 47.76 | 58.37 | 13.31 | - |
| YUV | 189.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 209 | 62 | 0.04 | 0 | 0.70 | 0.18 | 63.27 | 0.62 | 0.53 |
| Hex | C9 | D1 | 3E | 4 | 0 | 46 | 12 | 3F | 3E | 35 |
| Octal | 311 | 321 | 76 | 4 | 0 | 106 | 22 | 77 | 76 | 65 |
| Binary | 11001001 | 11010001 | 111110 | 100 | 0 | 1000110 | 10010 | 111111 | 111110 | 110101 |
Color Harmonies of #C9D13E
Complementary color
Monochromatic Colors of #C9D13E
Black with #C9D13E
Text Example
Text Example
White with #C9D13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D13E; }
p { color: rgb(201,209,62); }
H1.HeaderClassName
{
color: #C9D13E;
}
.AnyTagClassName
{
color: #C9D13E;
}
</style>
background-color css
<style>
a { background-color: #C9D13E; }
a { background-color: rgb(201,209,62); }
div.DivClassName
{
background-color: #C9D13E;
}
.BgClassName
{
background-color: #C9D13E;
}
</style>
border-color css
<style>
span { border-color: #C9D13E; }
span { border-color: rgb(201,209,62); }
td.TdClassName
{
border-color: #C9D13E;
}
.TagClassName
{
border-color: #C9D13E;
}
</style>