Shades of Las Palmas #C5DB3C
Tints of Las Palmas #C5DB3C
RGB
CMYK
RGB Variations
Color information
#C5DB3C (or 0xC5DB3C) is known color: Las Palmas. HEX triplet: C5, DB and 3C. RGB value is (197,219,60). Sum of RGB (Red+Green+Blue) = 197+219+60=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DB3C is #3A24C3. Grayscale: #C2C2C2. Windows color (decimal): -3810500 or 3988421. OLE color: 3988421.
HSL color Cylindrical-coordinate representation of color #C5DB3C: hue angle of 68.3º 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 #C5DB3C is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 60 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.14 |
| HSL | 68.3º | 0.69% | 0.55% | - |
| HSV(B) | 68.3º | 0.73% | 0.86% | - |
| XYZ | 49.17 | 62.86 | 13.82 | - |
| YUV | 194.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 60 | 0.10 | 0 | 0.73 | 0.14 | 68.3 | 0.69 | 0.55 |
| Hex | C5 | DB | 3C | A | 0 | 49 | E | 44 | 45 | 37 |
| Octal | 305 | 333 | 74 | 12 | 0 | 111 | 16 | 104 | 105 | 67 |
| Binary | 11000101 | 11011011 | 111100 | 1010 | 0 | 1001001 | 1110 | 1000100 | 1000101 | 110111 |
Color Harmonies of #C5DB3C
Complementary color
Monochromatic Colors of #C5DB3C
Black with #C5DB3C
Text Example
Text Example
White with #C5DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB3C; }
p { color: rgb(197,219,60); }
H1.HeaderClassName
{
color: #C5DB3C;
}
.AnyTagClassName
{
color: #C5DB3C;
}
</style>
background-color css
<style>
a { background-color: #C5DB3C; }
a { background-color: rgb(197,219,60); }
div.DivClassName
{
background-color: #C5DB3C;
}
.BgClassName
{
background-color: #C5DB3C;
}
</style>
border-color css
<style>
span { border-color: #C5DB3C; }
span { border-color: rgb(197,219,60); }
td.TdClassName
{
border-color: #C5DB3C;
}
.TagClassName
{
border-color: #C5DB3C;
}
</style>