Shades of Las Palmas #C5D145
Tints of Las Palmas #C5D145
RGB
CMYK
RGB Variations
Color information
#C5D145 (or 0xC5D145) is known color: Las Palmas. HEX triplet: C5, D1 and 45. RGB value is (197,209,69). Sum of RGB (Red+Green+Blue) = 197+209+69=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D145 is #3A2EBA. Grayscale: #BDBDBD. Windows color (decimal): -3813051 or 4575685. OLE color: 4575685.
HSL color Cylindrical-coordinate representation of color #C5D145: hue angle of 65.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5D145 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 69 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.18 |
| HSL | 65.14º | 0.6% | 0.55% | - |
| HSV(B) | 65.14º | 0.67% | 0.82% | - |
| XYZ | 46.9 | 57.9 | 14.33 | - |
| YUV | 189.45 | 60.02 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 69 | 0.06 | 0 | 0.67 | 0.18 | 65.14 | 0.6 | 0.55 |
| Hex | C5 | D1 | 45 | 6 | 0 | 43 | 12 | 41 | 3C | 37 |
| Octal | 305 | 321 | 105 | 6 | 0 | 103 | 22 | 101 | 74 | 67 |
| Binary | 11000101 | 11010001 | 1000101 | 110 | 0 | 1000011 | 10010 | 1000001 | 111100 | 110111 |
Color Harmonies of #C5D145
Complementary color
Monochromatic Colors of #C5D145
Black with #C5D145
Text Example
Text Example
White with #C5D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D145; }
p { color: rgb(197,209,69); }
H1.HeaderClassName
{
color: #C5D145;
}
.AnyTagClassName
{
color: #C5D145;
}
</style>
background-color css
<style>
a { background-color: #C5D145; }
a { background-color: rgb(197,209,69); }
div.DivClassName
{
background-color: #C5D145;
}
.BgClassName
{
background-color: #C5D145;
}
</style>
border-color css
<style>
span { border-color: #C5D145; }
span { border-color: rgb(197,209,69); }
td.TdClassName
{
border-color: #C5D145;
}
.TagClassName
{
border-color: #C5D145;
}
</style>