Shades of Las Palmas #C5D949
Tints of Las Palmas #C5D949
RGB
CMYK
RGB Variations
Color information
#C5D949 (or 0xC5D949) is known color: Las Palmas. HEX triplet: C5, D9 and 49. RGB value is (197,217,73). Sum of RGB (Red+Green+Blue) = 197+217+73=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D949 is #3A26B6. Grayscale: #C3C3C3. Windows color (decimal): -3810999 or 4839877. OLE color: 4839877.
HSL color Cylindrical-coordinate representation of color #C5D949: hue angle of 68.33º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5D949 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 73 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.15 |
| HSL | 68.33º | 0.65% | 0.57% | - |
| HSV(B) | 68.33º | 0.66% | 0.85% | - |
| XYZ | 49.04 | 61.98 | 15.68 | - |
| YUV | 194.6 | 59.37 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 73 | 0.09 | 0 | 0.66 | 0.15 | 68.33 | 0.65 | 0.57 |
| Hex | C5 | D9 | 49 | 9 | 0 | 42 | F | 44 | 41 | 39 |
| Octal | 305 | 331 | 111 | 11 | 0 | 102 | 17 | 104 | 101 | 71 |
| Binary | 11000101 | 11011001 | 1001001 | 1001 | 0 | 1000010 | 1111 | 1000100 | 1000001 | 111001 |
Color Harmonies of #C5D949
Complementary color
Monochromatic Colors of #C5D949
Black with #C5D949
Text Example
Text Example
White with #C5D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D949; }
p { color: rgb(197,217,73); }
H1.HeaderClassName
{
color: #C5D949;
}
.AnyTagClassName
{
color: #C5D949;
}
</style>
background-color css
<style>
a { background-color: #C5D949; }
a { background-color: rgb(197,217,73); }
div.DivClassName
{
background-color: #C5D949;
}
.BgClassName
{
background-color: #C5D949;
}
</style>
border-color css
<style>
span { border-color: #C5D949; }
span { border-color: rgb(197,217,73); }
td.TdClassName
{
border-color: #C5D949;
}
.TagClassName
{
border-color: #C5D949;
}
</style>