Shades of Las Palmas #C5CF41
Tints of Las Palmas #C5CF41
RGB
CMYK
RGB Variations
Color information
#C5CF41 (or 0xC5CF41) is known color: Las Palmas. HEX triplet: C5, CF and 41. RGB value is (197,207,65). Sum of RGB (Red+Green+Blue) = 197+207+65=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF41 is #3A30BE. Grayscale: #BCBCBC. Windows color (decimal): -3813567 or 4313029. OLE color: 4313029.
HSL color Cylindrical-coordinate representation of color #C5CF41: hue angle of 64.23º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5CF41 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 65 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.19 |
| HSL | 64.23º | 0.6% | 0.53% | - |
| HSV(B) | 64.23º | 0.69% | 0.81% | - |
| XYZ | 46.29 | 56.88 | 13.54 | - |
| YUV | 187.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 65 | 0.05 | 0 | 0.69 | 0.19 | 64.23 | 0.6 | 0.53 |
| Hex | C5 | CF | 41 | 5 | 0 | 45 | 13 | 40 | 3C | 35 |
| Octal | 305 | 317 | 101 | 5 | 0 | 105 | 23 | 100 | 74 | 65 |
| Binary | 11000101 | 11001111 | 1000001 | 101 | 0 | 1000101 | 10011 | 1000000 | 111100 | 110101 |
Color Harmonies of #C5CF41
Complementary color
Monochromatic Colors of #C5CF41
Black with #C5CF41
Text Example
Text Example
White with #C5CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF41; }
p { color: rgb(197,207,65); }
H1.HeaderClassName
{
color: #C5CF41;
}
.AnyTagClassName
{
color: #C5CF41;
}
</style>
background-color css
<style>
a { background-color: #C5CF41; }
a { background-color: rgb(197,207,65); }
div.DivClassName
{
background-color: #C5CF41;
}
.BgClassName
{
background-color: #C5CF41;
}
</style>
border-color css
<style>
span { border-color: #C5CF41; }
span { border-color: rgb(197,207,65); }
td.TdClassName
{
border-color: #C5CF41;
}
.TagClassName
{
border-color: #C5CF41;
}
</style>