Shades of Las Palmas #C5CF3D
Tints of Las Palmas #C5CF3D
RGB
CMYK
RGB Variations
Color information
#C5CF3D (or 0xC5CF3D) is known color: Las Palmas. HEX triplet: C5, CF and 3D. RGB value is (197,207,61). Sum of RGB (Red+Green+Blue) = 197+207+61=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF3D is #3A30C2. Grayscale: #BBBBBB. Windows color (decimal): -3813571 or 4050885. OLE color: 4050885.
HSL color Cylindrical-coordinate representation of color #C5CF3D: hue angle of 64.11º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5CF3D is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 61 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.19 |
| HSL | 64.11º | 0.6% | 0.53% | - |
| HSV(B) | 64.11º | 0.71% | 0.81% | - |
| XYZ | 46.18 | 56.83 | 12.95 | - |
| YUV | 187.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 61 | 0.05 | 0 | 0.71 | 0.19 | 64.11 | 0.6 | 0.53 |
| Hex | C5 | CF | 3D | 5 | 0 | 47 | 13 | 40 | 3C | 35 |
| Octal | 305 | 317 | 75 | 5 | 0 | 107 | 23 | 100 | 74 | 65 |
| Binary | 11000101 | 11001111 | 111101 | 101 | 0 | 1000111 | 10011 | 1000000 | 111100 | 110101 |
Color Harmonies of #C5CF3D
Complementary color
Monochromatic Colors of #C5CF3D
Black with #C5CF3D
Text Example
Text Example
White with #C5CF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF3D; }
p { color: rgb(197,207,61); }
H1.HeaderClassName
{
color: #C5CF3D;
}
.AnyTagClassName
{
color: #C5CF3D;
}
</style>
background-color css
<style>
a { background-color: #C5CF3D; }
a { background-color: rgb(197,207,61); }
div.DivClassName
{
background-color: #C5CF3D;
}
.BgClassName
{
background-color: #C5CF3D;
}
</style>
border-color css
<style>
span { border-color: #C5CF3D; }
span { border-color: rgb(197,207,61); }
td.TdClassName
{
border-color: #C5CF3D;
}
.TagClassName
{
border-color: #C5CF3D;
}
</style>