Shades of Las Palmas #C5DC47
Tints of Las Palmas #C5DC47
RGB
CMYK
RGB Variations
Color information
#C5DC47 (or 0xC5DC47) is known color: Las Palmas. HEX triplet: C5, DC and 47. RGB value is (197,220,71). Sum of RGB (Red+Green+Blue) = 197+220+71=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC47 is #3A23B8. Grayscale: #C4C4C4. Windows color (decimal): -3810233 or 4709573. OLE color: 4709573.
HSL color Cylindrical-coordinate representation of color #C5DC47: hue angle of 69.26º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5DC47 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 71 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.14 |
| HSL | 69.26º | 0.68% | 0.57% | - |
| HSV(B) | 69.26º | 0.68% | 0.86% | - |
| XYZ | 49.76 | 63.51 | 15.6 | - |
| YUV | 196.14 | 57.38 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 71 | 0.10 | 0 | 0.68 | 0.14 | 69.26 | 0.68 | 0.57 |
| Hex | C5 | DC | 47 | A | 0 | 44 | E | 45 | 44 | 39 |
| Octal | 305 | 334 | 107 | 12 | 0 | 104 | 16 | 105 | 104 | 71 |
| Binary | 11000101 | 11011100 | 1000111 | 1010 | 0 | 1000100 | 1110 | 1000101 | 1000100 | 111001 |
Color Harmonies of #C5DC47
Complementary color
Monochromatic Colors of #C5DC47
Black with #C5DC47
Text Example
Text Example
White with #C5DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC47; }
p { color: rgb(197,220,71); }
H1.HeaderClassName
{
color: #C5DC47;
}
.AnyTagClassName
{
color: #C5DC47;
}
</style>
background-color css
<style>
a { background-color: #C5DC47; }
a { background-color: rgb(197,220,71); }
div.DivClassName
{
background-color: #C5DC47;
}
.BgClassName
{
background-color: #C5DC47;
}
</style>
border-color css
<style>
span { border-color: #C5DC47; }
span { border-color: rgb(197,220,71); }
td.TdClassName
{
border-color: #C5DC47;
}
.TagClassName
{
border-color: #C5DC47;
}
</style>