Shades of Las Palmas #C9DB3D
Tints of Las Palmas #C9DB3D
RGB
CMYK
RGB Variations
Color information
#C9DB3D (or 0xC9DB3D) is known color: Las Palmas. HEX triplet: C9, DB and 3D. RGB value is (201,219,61). Sum of RGB (Red+Green+Blue) = 201+219+61=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DB3D is #3624C2. Grayscale: #C4C4C4. Windows color (decimal): -3548355 or 4053961. OLE color: 4053961.
HSL color Cylindrical-coordinate representation of color #C9DB3D: hue angle of 66.84º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9DB3D is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 61 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.14 |
| HSL | 66.84º | 0.69% | 0.55% | - |
| HSV(B) | 66.84º | 0.72% | 0.86% | - |
| XYZ | 50.26 | 63.42 | 14.01 | - |
| YUV | 195.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 61 | 0.08 | 0 | 0.72 | 0.14 | 66.84 | 0.69 | 0.55 |
| Hex | C9 | DB | 3D | 8 | 0 | 48 | E | 43 | 45 | 37 |
| Octal | 311 | 333 | 75 | 10 | 0 | 110 | 16 | 103 | 105 | 67 |
| Binary | 11001001 | 11011011 | 111101 | 1000 | 0 | 1001000 | 1110 | 1000011 | 1000101 | 110111 |
Color Harmonies of #C9DB3D
Complementary color
Monochromatic Colors of #C9DB3D
Black with #C9DB3D
Text Example
Text Example
White with #C9DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB3D; }
p { color: rgb(201,219,61); }
H1.HeaderClassName
{
color: #C9DB3D;
}
.AnyTagClassName
{
color: #C9DB3D;
}
</style>
background-color css
<style>
a { background-color: #C9DB3D; }
a { background-color: rgb(201,219,61); }
div.DivClassName
{
background-color: #C9DB3D;
}
.BgClassName
{
background-color: #C9DB3D;
}
</style>
border-color css
<style>
span { border-color: #C9DB3D; }
span { border-color: rgb(201,219,61); }
td.TdClassName
{
border-color: #C9DB3D;
}
.TagClassName
{
border-color: #C9DB3D;
}
</style>