Shades of Las Palmas #C9DB34
Tints of Las Palmas #C9DB34
RGB
CMYK
RGB Variations
Color information
#C9DB34 (or 0xC9DB34) is known color: Las Palmas. HEX triplet: C9, DB and 34. RGB value is (201,219,52). Sum of RGB (Red+Green+Blue) = 201+219+52=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DB34 is #3624CB. Grayscale: #C3C3C3. Windows color (decimal): -3548364 or 3464137. OLE color: 3464137.
HSL color Cylindrical-coordinate representation of color #C9DB34: hue angle of 66.47º degrees, saturation: 0.7, 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 #C9DB34 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 52 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.14 |
| HSL | 66.47º | 0.7% | 0.53% | - |
| HSV(B) | 66.47º | 0.76% | 0.86% | - |
| XYZ | 50.04 | 63.33 | 12.84 | - |
| YUV | 194.58 | 47.54 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 52 | 0.08 | 0 | 0.76 | 0.14 | 66.47 | 0.7 | 0.53 |
| Hex | C9 | DB | 34 | 8 | 0 | 4C | E | 42 | 46 | 35 |
| Octal | 311 | 333 | 64 | 10 | 0 | 114 | 16 | 102 | 106 | 65 |
| Binary | 11001001 | 11011011 | 110100 | 1000 | 0 | 1001100 | 1110 | 1000010 | 1000110 | 110101 |
Color Harmonies of #C9DB34
Complementary color
Monochromatic Colors of #C9DB34
Black with #C9DB34
Text Example
Text Example
White with #C9DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB34; }
p { color: rgb(201,219,52); }
H1.HeaderClassName
{
color: #C9DB34;
}
.AnyTagClassName
{
color: #C9DB34;
}
</style>
background-color css
<style>
a { background-color: #C9DB34; }
a { background-color: rgb(201,219,52); }
div.DivClassName
{
background-color: #C9DB34;
}
.BgClassName
{
background-color: #C9DB34;
}
</style>
border-color css
<style>
span { border-color: #C9DB34; }
span { border-color: rgb(201,219,52); }
td.TdClassName
{
border-color: #C9DB34;
}
.TagClassName
{
border-color: #C9DB34;
}
</style>