Shades of Las Palmas #C5D347
Tints of Las Palmas #C5D347
RGB
CMYK
RGB Variations
Color information
#C5D347 (or 0xC5D347) is known color: Las Palmas. HEX triplet: C5, D3 and 47. RGB value is (197,211,71). Sum of RGB (Red+Green+Blue) = 197+211+71=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D347 is #3A2CB8. Grayscale: #BFBFBF. Windows color (decimal): -3812537 or 4707269. OLE color: 4707269.
HSL color Cylindrical-coordinate representation of color #C5D347: hue angle of 66º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5D347 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 71 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.17 |
| HSL | 66º | 0.61% | 0.55% | - |
| HSV(B) | 66º | 0.66% | 0.83% | - |
| XYZ | 47.46 | 58.91 | 14.83 | - |
| YUV | 190.85 | 60.36 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 71 | 0.07 | 0 | 0.66 | 0.17 | 66 | 0.61 | 0.55 |
| Hex | C5 | D3 | 47 | 7 | 0 | 42 | 11 | 42 | 3D | 37 |
| Octal | 305 | 323 | 107 | 7 | 0 | 102 | 21 | 102 | 75 | 67 |
| Binary | 11000101 | 11010011 | 1000111 | 111 | 0 | 1000010 | 10001 | 1000010 | 111101 | 110111 |
Color Harmonies of #C5D347
Complementary color
Monochromatic Colors of #C5D347
Black with #C5D347
Text Example
Text Example
White with #C5D347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D347; }
p { color: rgb(197,211,71); }
H1.HeaderClassName
{
color: #C5D347;
}
.AnyTagClassName
{
color: #C5D347;
}
</style>
background-color css
<style>
a { background-color: #C5D347; }
a { background-color: rgb(197,211,71); }
div.DivClassName
{
background-color: #C5D347;
}
.BgClassName
{
background-color: #C5D347;
}
</style>
border-color css
<style>
span { border-color: #C5D347; }
span { border-color: rgb(197,211,71); }
td.TdClassName
{
border-color: #C5D347;
}
.TagClassName
{
border-color: #C5D347;
}
</style>