Shades of Las Palmas #C5CF47
Tints of Las Palmas #C5CF47
RGB
CMYK
RGB Variations
Color information
#C5CF47 (or 0xC5CF47) is known color: Las Palmas. HEX triplet: C5, CF and 47. RGB value is (197,207,71). Sum of RGB (Red+Green+Blue) = 197+207+71=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF47 is #3A30B8. Grayscale: #BDBDBD. Windows color (decimal): -3813561 or 4706245. OLE color: 4706245.
HSL color Cylindrical-coordinate representation of color #C5CF47: hue angle of 64.41º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5CF47 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 71 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.19 |
| HSL | 64.41º | 0.59% | 0.55% | - |
| HSV(B) | 64.41º | 0.66% | 0.81% | - |
| XYZ | 46.48 | 56.95 | 14.5 | - |
| YUV | 188.51 | 61.69 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 71 | 0.05 | 0 | 0.66 | 0.19 | 64.41 | 0.59 | 0.55 |
| Hex | C5 | CF | 47 | 5 | 0 | 42 | 13 | 40 | 3B | 37 |
| Octal | 305 | 317 | 107 | 5 | 0 | 102 | 23 | 100 | 73 | 67 |
| Binary | 11000101 | 11001111 | 1000111 | 101 | 0 | 1000010 | 10011 | 1000000 | 111011 | 110111 |
Color Harmonies of #C5CF47
Complementary color
Monochromatic Colors of #C5CF47
Black with #C5CF47
Text Example
Text Example
White with #C5CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF47; }
p { color: rgb(197,207,71); }
H1.HeaderClassName
{
color: #C5CF47;
}
.AnyTagClassName
{
color: #C5CF47;
}
</style>
background-color css
<style>
a { background-color: #C5CF47; }
a { background-color: rgb(197,207,71); }
div.DivClassName
{
background-color: #C5CF47;
}
.BgClassName
{
background-color: #C5CF47;
}
</style>
border-color css
<style>
span { border-color: #C5CF47; }
span { border-color: rgb(197,207,71); }
td.TdClassName
{
border-color: #C5CF47;
}
.TagClassName
{
border-color: #C5CF47;
}
</style>