Shades of Las Palmas #C9DB3C
Tints of Las Palmas #C9DB3C
RGB
CMYK
RGB Variations
Color information
#C9DB3C (or 0xC9DB3C) is known color: Las Palmas. HEX triplet: C9, DB and 3C. RGB value is (201,219,60). Sum of RGB (Red+Green+Blue) = 201+219+60=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 60 (23.83% from 255 or 12.5% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DB3C is #3624C3. Grayscale: #C4C4C4. Windows color (decimal): -3548356 or 3988425. OLE color: 3988425.
HSL color Cylindrical-coordinate representation of color #C9DB3C: hue angle of 66.79º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9DB3C is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 60 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.14 |
| HSL | 66.79º | 0.69% | 0.55% | - |
| HSV(B) | 66.79º | 0.73% | 0.86% | - |
| XYZ | 50.23 | 63.41 | 13.87 | - |
| YUV | 195.49 | 51.54 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 60 | 0.08 | 0 | 0.73 | 0.14 | 66.79 | 0.69 | 0.55 |
| Hex | C9 | DB | 3C | 8 | 0 | 49 | E | 43 | 45 | 37 |
| Octal | 311 | 333 | 74 | 10 | 0 | 111 | 16 | 103 | 105 | 67 |
| Binary | 11001001 | 11011011 | 111100 | 1000 | 0 | 1001001 | 1110 | 1000011 | 1000101 | 110111 |
Color Harmonies of #C9DB3C
Complementary color
Monochromatic Colors of #C9DB3C
Black with #C9DB3C
Text Example
Text Example
White with #C9DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB3C; }
p { color: rgb(201,219,60); }
H1.HeaderClassName
{
color: #C9DB3C;
}
.AnyTagClassName
{
color: #C9DB3C;
}
</style>
background-color css
<style>
a { background-color: #C9DB3C; }
a { background-color: rgb(201,219,60); }
div.DivClassName
{
background-color: #C9DB3C;
}
.BgClassName
{
background-color: #C9DB3C;
}
</style>
border-color css
<style>
span { border-color: #C9DB3C; }
span { border-color: rgb(201,219,60); }
td.TdClassName
{
border-color: #C9DB3C;
}
.TagClassName
{
border-color: #C9DB3C;
}
</style>