Shades of Las Palmas #C9D247
Tints of Las Palmas #C9D247
RGB
CMYK
RGB Variations
Color information
#C9D247 (or 0xC9D247) is known color: Las Palmas. HEX triplet: C9, D2 and 47. RGB value is (201,210,71). Sum of RGB (Red+Green+Blue) = 201+210+71=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D247 is #362DB8. Grayscale: #C0C0C0. Windows color (decimal): -3550649 or 4707017. OLE color: 4707017.
HSL color Cylindrical-coordinate representation of color #C9D247: hue angle of 63.88º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9D247 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 210 | 71 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.18 |
| HSL | 63.88º | 0.61% | 0.55% | - |
| HSV(B) | 63.88º | 0.66% | 0.82% | - |
| XYZ | 48.27 | 58.97 | 14.8 | - |
| YUV | 191.46 | 60.02 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 71 | 0.04 | 0 | 0.66 | 0.18 | 63.88 | 0.61 | 0.55 |
| Hex | C9 | D2 | 47 | 4 | 0 | 42 | 12 | 40 | 3D | 37 |
| Octal | 311 | 322 | 107 | 4 | 0 | 102 | 22 | 100 | 75 | 67 |
| Binary | 11001001 | 11010010 | 1000111 | 100 | 0 | 1000010 | 10010 | 1000000 | 111101 | 110111 |
Color Harmonies of #C9D247
Complementary color
Monochromatic Colors of #C9D247
Black with #C9D247
Text Example
Text Example
White with #C9D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D247; }
p { color: rgb(201,210,71); }
H1.HeaderClassName
{
color: #C9D247;
}
.AnyTagClassName
{
color: #C9D247;
}
</style>
background-color css
<style>
a { background-color: #C9D247; }
a { background-color: rgb(201,210,71); }
div.DivClassName
{
background-color: #C9D247;
}
.BgClassName
{
background-color: #C9D247;
}
</style>
border-color css
<style>
span { border-color: #C9D247; }
span { border-color: rgb(201,210,71); }
td.TdClassName
{
border-color: #C9D247;
}
.TagClassName
{
border-color: #C9D247;
}
</style>