Shades of Las Palmas #C5DA4C
Tints of Las Palmas #C5DA4C
RGB
CMYK
RGB Variations
Color information
#C5DA4C (or 0xC5DA4C) is known color: Las Palmas. HEX triplet: C5, DA and 4C. RGB value is (197,218,76). Sum of RGB (Red+Green+Blue) = 197+218+76=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA4C is #3A25B3. Grayscale: #C4C4C4. Windows color (decimal): -3810740 or 5036741. OLE color: 5036741.
HSL color Cylindrical-coordinate representation of color #C5DA4C: hue angle of 68.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5DA4C is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 76 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.15 |
| HSL | 68.87º | 0.66% | 0.58% | - |
| HSV(B) | 68.87º | 0.65% | 0.85% | - |
| XYZ | 49.4 | 62.53 | 16.3 | - |
| YUV | 195.53 | 60.54 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 76 | 0.10 | 0 | 0.65 | 0.15 | 68.87 | 0.66 | 0.58 |
| Hex | C5 | DA | 4C | A | 0 | 41 | F | 45 | 42 | 3A |
| Octal | 305 | 332 | 114 | 12 | 0 | 101 | 17 | 105 | 102 | 72 |
| Binary | 11000101 | 11011010 | 1001100 | 1010 | 0 | 1000001 | 1111 | 1000101 | 1000010 | 111010 |
Color Harmonies of #C5DA4C
Complementary color
Monochromatic Colors of #C5DA4C
Black with #C5DA4C
Text Example
Text Example
White with #C5DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA4C; }
p { color: rgb(197,218,76); }
H1.HeaderClassName
{
color: #C5DA4C;
}
.AnyTagClassName
{
color: #C5DA4C;
}
</style>
background-color css
<style>
a { background-color: #C5DA4C; }
a { background-color: rgb(197,218,76); }
div.DivClassName
{
background-color: #C5DA4C;
}
.BgClassName
{
background-color: #C5DA4C;
}
</style>
border-color css
<style>
span { border-color: #C5DA4C; }
span { border-color: rgb(197,218,76); }
td.TdClassName
{
border-color: #C5DA4C;
}
.TagClassName
{
border-color: #C5DA4C;
}
</style>