Shades of Las Palmas #C5DB3F
Tints of Las Palmas #C5DB3F
RGB
CMYK
RGB Variations
Color information
#C5DB3F (or 0xC5DB3F) is known color: Las Palmas. HEX triplet: C5, DB and 3F. RGB value is (197,219,63). Sum of RGB (Red+Green+Blue) = 197+219+63=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DB3F is #3A24C0. Grayscale: #C3C3C3. Windows color (decimal): -3810497 or 4185029. OLE color: 4185029.
HSL color Cylindrical-coordinate representation of color #C5DB3F: hue angle of 68.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5DB3F is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 63 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.14 |
| HSL | 68.46º | 0.68% | 0.55% | - |
| HSV(B) | 68.46º | 0.71% | 0.86% | - |
| XYZ | 49.25 | 62.89 | 14.25 | - |
| YUV | 194.64 | 53.71 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 63 | 0.10 | 0 | 0.71 | 0.14 | 68.46 | 0.68 | 0.55 |
| Hex | C5 | DB | 3F | A | 0 | 47 | E | 44 | 44 | 37 |
| Octal | 305 | 333 | 77 | 12 | 0 | 107 | 16 | 104 | 104 | 67 |
| Binary | 11000101 | 11011011 | 111111 | 1010 | 0 | 1000111 | 1110 | 1000100 | 1000100 | 110111 |
Color Harmonies of #C5DB3F
Complementary color
Monochromatic Colors of #C5DB3F
Black with #C5DB3F
Text Example
Text Example
White with #C5DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB3F; }
p { color: rgb(197,219,63); }
H1.HeaderClassName
{
color: #C5DB3F;
}
.AnyTagClassName
{
color: #C5DB3F;
}
</style>
background-color css
<style>
a { background-color: #C5DB3F; }
a { background-color: rgb(197,219,63); }
div.DivClassName
{
background-color: #C5DB3F;
}
.BgClassName
{
background-color: #C5DB3F;
}
</style>
border-color css
<style>
span { border-color: #C5DB3F; }
span { border-color: rgb(197,219,63); }
td.TdClassName
{
border-color: #C5DB3F;
}
.TagClassName
{
border-color: #C5DB3F;
}
</style>