Shades of Las Palmas #C9DC34
Tints of Las Palmas #C9DC34
RGB
CMYK
RGB Variations
Color information
#C9DC34 (or 0xC9DC34) is known color: Las Palmas. HEX triplet: C9, DC and 34. RGB value is (201,220,52). Sum of RGB (Red+Green+Blue) = 201+220+52=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DC34 is #3623CB. Grayscale: #C3C3C3. Windows color (decimal): -3548108 or 3464393. OLE color: 3464393.
HSL color Cylindrical-coordinate representation of color #C9DC34: hue angle of 66.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9DC34 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 52 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.14 |
| HSL | 66.79º | 0.71% | 0.53% | - |
| HSV(B) | 66.79º | 0.76% | 0.86% | - |
| XYZ | 50.3 | 63.85 | 12.92 | - |
| YUV | 195.17 | 47.21 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 52 | 0.09 | 0 | 0.76 | 0.14 | 66.79 | 0.71 | 0.53 |
| Hex | C9 | DC | 34 | 9 | 0 | 4C | E | 43 | 47 | 35 |
| Octal | 311 | 334 | 64 | 11 | 0 | 114 | 16 | 103 | 107 | 65 |
| Binary | 11001001 | 11011100 | 110100 | 1001 | 0 | 1001100 | 1110 | 1000011 | 1000111 | 110101 |
Color Harmonies of #C9DC34
Complementary color
Monochromatic Colors of #C9DC34
Black with #C9DC34
Text Example
Text Example
White with #C9DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC34; }
p { color: rgb(201,220,52); }
H1.HeaderClassName
{
color: #C9DC34;
}
.AnyTagClassName
{
color: #C9DC34;
}
</style>
background-color css
<style>
a { background-color: #C9DC34; }
a { background-color: rgb(201,220,52); }
div.DivClassName
{
background-color: #C9DC34;
}
.BgClassName
{
background-color: #C9DC34;
}
</style>
border-color css
<style>
span { border-color: #C9DC34; }
span { border-color: rgb(201,220,52); }
td.TdClassName
{
border-color: #C9DC34;
}
.TagClassName
{
border-color: #C9DC34;
}
</style>