Shades of Las Palmas #C5DA3C
Tints of Las Palmas #C5DA3C
RGB
CMYK
RGB Variations
Color information
#C5DA3C (or 0xC5DA3C) is known color: Las Palmas. HEX triplet: C5, DA and 3C. RGB value is (197,218,60). Sum of RGB (Red+Green+Blue) = 197+218+60=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA3C is #3A25C3. Grayscale: #C2C2C2. Windows color (decimal): -3810756 or 3988165. OLE color: 3988165.
HSL color Cylindrical-coordinate representation of color #C5DA3C: hue angle of 67.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5DA3C is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 60 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.15 |
| HSL | 67.97º | 0.68% | 0.55% | - |
| HSV(B) | 67.97º | 0.72% | 0.85% | - |
| XYZ | 48.91 | 62.34 | 13.73 | - |
| YUV | 193.71 | 52.54 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 60 | 0.10 | 0 | 0.72 | 0.15 | 67.97 | 0.68 | 0.55 |
| Hex | C5 | DA | 3C | A | 0 | 48 | F | 44 | 44 | 37 |
| Octal | 305 | 332 | 74 | 12 | 0 | 110 | 17 | 104 | 104 | 67 |
| Binary | 11000101 | 11011010 | 111100 | 1010 | 0 | 1001000 | 1111 | 1000100 | 1000100 | 110111 |
Color Harmonies of #C5DA3C
Complementary color
Monochromatic Colors of #C5DA3C
Black with #C5DA3C
Text Example
Text Example
White with #C5DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA3C; }
p { color: rgb(197,218,60); }
H1.HeaderClassName
{
color: #C5DA3C;
}
.AnyTagClassName
{
color: #C5DA3C;
}
</style>
background-color css
<style>
a { background-color: #C5DA3C; }
a { background-color: rgb(197,218,60); }
div.DivClassName
{
background-color: #C5DA3C;
}
.BgClassName
{
background-color: #C5DA3C;
}
</style>
border-color css
<style>
span { border-color: #C5DA3C; }
span { border-color: rgb(197,218,60); }
td.TdClassName
{
border-color: #C5DA3C;
}
.TagClassName
{
border-color: #C5DA3C;
}
</style>