Shades of Las Palmas #C5CD40
Tints of Las Palmas #C5CD40
RGB
CMYK
RGB Variations
Color information
#C5CD40 (or 0xC5CD40) is known color: Las Palmas. HEX triplet: C5, CD and 40. RGB value is (197,205,64). Sum of RGB (Red+Green+Blue) = 197+205+64=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD40 is #3A32BF. Grayscale: #BBBBBB. Windows color (decimal): -3814080 or 4246981. OLE color: 4246981.
HSL color Cylindrical-coordinate representation of color #C5CD40: hue angle of 63.4º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5CD40 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 64 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.20 |
| HSL | 63.4º | 0.59% | 0.53% | - |
| HSV(B) | 63.4º | 0.69% | 0.8% | - |
| XYZ | 45.78 | 55.9 | 13.23 | - |
| YUV | 186.53 | 58.85 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 64 | 0.04 | 0 | 0.69 | 0.20 | 63.4 | 0.59 | 0.53 |
| Hex | C5 | CD | 40 | 4 | 0 | 45 | 14 | 3F | 3B | 35 |
| Octal | 305 | 315 | 100 | 4 | 0 | 105 | 24 | 77 | 73 | 65 |
| Binary | 11000101 | 11001101 | 1000000 | 100 | 0 | 1000101 | 10100 | 111111 | 111011 | 110101 |
Color Harmonies of #C5CD40
Complementary color
Monochromatic Colors of #C5CD40
Black with #C5CD40
Text Example
Text Example
White with #C5CD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CD40; }
p { color: rgb(197,205,64); }
H1.HeaderClassName
{
color: #C5CD40;
}
.AnyTagClassName
{
color: #C5CD40;
}
</style>
background-color css
<style>
a { background-color: #C5CD40; }
a { background-color: rgb(197,205,64); }
div.DivClassName
{
background-color: #C5CD40;
}
.BgClassName
{
background-color: #C5CD40;
}
</style>
border-color css
<style>
span { border-color: #C5CD40; }
span { border-color: rgb(197,205,64); }
td.TdClassName
{
border-color: #C5CD40;
}
.TagClassName
{
border-color: #C5CD40;
}
</style>