Shades of Las Palmas #C9CF3E
Tints of Las Palmas #C9CF3E
RGB
CMYK
RGB Variations
Color information
#C9CF3E (or 0xC9CF3E) is known color: Las Palmas. HEX triplet: C9, CF and 3E. RGB value is (201,207,62). Sum of RGB (Red+Green+Blue) = 201+207+62=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF3E is #3630C1. Grayscale: #BDBDBD. Windows color (decimal): -3551426 or 4116425. OLE color: 4116425.
HSL color Cylindrical-coordinate representation of color #C9CF3E: hue angle of 62.48º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9CF3E is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 62 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.19 |
| HSL | 62.48º | 0.6% | 0.53% | - |
| HSV(B) | 62.48º | 0.7% | 0.81% | - |
| XYZ | 47.27 | 57.39 | 13.14 | - |
| YUV | 188.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 62 | 0.03 | 0 | 0.70 | 0.19 | 62.48 | 0.6 | 0.53 |
| Hex | C9 | CF | 3E | 3 | 0 | 46 | 13 | 3E | 3C | 35 |
| Octal | 311 | 317 | 76 | 3 | 0 | 106 | 23 | 76 | 74 | 65 |
| Binary | 11001001 | 11001111 | 111110 | 11 | 0 | 1000110 | 10011 | 111110 | 111100 | 110101 |
Color Harmonies of #C9CF3E
Complementary color
Monochromatic Colors of #C9CF3E
Black with #C9CF3E
Text Example
Text Example
White with #C9CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF3E; }
p { color: rgb(201,207,62); }
H1.HeaderClassName
{
color: #C9CF3E;
}
.AnyTagClassName
{
color: #C9CF3E;
}
</style>
background-color css
<style>
a { background-color: #C9CF3E; }
a { background-color: rgb(201,207,62); }
div.DivClassName
{
background-color: #C9CF3E;
}
.BgClassName
{
background-color: #C9CF3E;
}
</style>
border-color css
<style>
span { border-color: #C9CF3E; }
span { border-color: rgb(201,207,62); }
td.TdClassName
{
border-color: #C9CF3E;
}
.TagClassName
{
border-color: #C9CF3E;
}
</style>