Shades of Las Palmas #C5DA49
Tints of Las Palmas #C5DA49
RGB
CMYK
RGB Variations
Color information
#C5DA49 (or 0xC5DA49) is known color: Las Palmas. HEX triplet: C5, DA and 49. RGB value is (197,218,73). Sum of RGB (Red+Green+Blue) = 197+218+73=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA49 is #3A25B6. Grayscale: #C3C3C3. Windows color (decimal): -3810743 or 4840133. OLE color: 4840133.
HSL color Cylindrical-coordinate representation of color #C5DA49: hue angle of 68.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5DA49 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 73 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.15 |
| HSL | 68.69º | 0.66% | 0.57% | - |
| HSV(B) | 68.69º | 0.67% | 0.85% | - |
| XYZ | 49.3 | 62.49 | 15.77 | - |
| YUV | 195.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 73 | 0.10 | 0 | 0.67 | 0.15 | 68.69 | 0.66 | 0.57 |
| Hex | C5 | DA | 49 | A | 0 | 43 | F | 45 | 42 | 39 |
| Octal | 305 | 332 | 111 | 12 | 0 | 103 | 17 | 105 | 102 | 71 |
| Binary | 11000101 | 11011010 | 1001001 | 1010 | 0 | 1000011 | 1111 | 1000101 | 1000010 | 111001 |
Color Harmonies of #C5DA49
Complementary color
Monochromatic Colors of #C5DA49
Black with #C5DA49
Text Example
Text Example
White with #C5DA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA49; }
p { color: rgb(197,218,73); }
H1.HeaderClassName
{
color: #C5DA49;
}
.AnyTagClassName
{
color: #C5DA49;
}
</style>
background-color css
<style>
a { background-color: #C5DA49; }
a { background-color: rgb(197,218,73); }
div.DivClassName
{
background-color: #C5DA49;
}
.BgClassName
{
background-color: #C5DA49;
}
</style>
border-color css
<style>
span { border-color: #C5DA49; }
span { border-color: rgb(197,218,73); }
td.TdClassName
{
border-color: #C5DA49;
}
.TagClassName
{
border-color: #C5DA49;
}
</style>