Shades of Las Palmas #C5D344
Tints of Las Palmas #C5D344
RGB
CMYK
RGB Variations
Color information
#C5D344 (or 0xC5D344) is known color: Las Palmas. HEX triplet: C5, D3 and 44. RGB value is (197,211,68). Sum of RGB (Red+Green+Blue) = 197+211+68=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D344 is #3A2CBB. Grayscale: #BFBFBF. Windows color (decimal): -3812540 or 4510661. OLE color: 4510661.
HSL color Cylindrical-coordinate representation of color #C5D344: hue angle of 65.87º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5D344 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 68 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.17 |
| HSL | 65.87º | 0.62% | 0.55% | - |
| HSV(B) | 65.87º | 0.68% | 0.83% | - |
| XYZ | 47.36 | 58.88 | 14.34 | - |
| YUV | 190.51 | 58.86 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 68 | 0.07 | 0 | 0.68 | 0.17 | 65.87 | 0.62 | 0.55 |
| Hex | C5 | D3 | 44 | 7 | 0 | 44 | 11 | 42 | 3E | 37 |
| Octal | 305 | 323 | 104 | 7 | 0 | 104 | 21 | 102 | 76 | 67 |
| Binary | 11000101 | 11010011 | 1000100 | 111 | 0 | 1000100 | 10001 | 1000010 | 111110 | 110111 |
Color Harmonies of #C5D344
Complementary color
Monochromatic Colors of #C5D344
Black with #C5D344
Text Example
Text Example
White with #C5D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D344; }
p { color: rgb(197,211,68); }
H1.HeaderClassName
{
color: #C5D344;
}
.AnyTagClassName
{
color: #C5D344;
}
</style>
background-color css
<style>
a { background-color: #C5D344; }
a { background-color: rgb(197,211,68); }
div.DivClassName
{
background-color: #C5D344;
}
.BgClassName
{
background-color: #C5D344;
}
</style>
border-color css
<style>
span { border-color: #C5D344; }
span { border-color: rgb(197,211,68); }
td.TdClassName
{
border-color: #C5D344;
}
.TagClassName
{
border-color: #C5D344;
}
</style>