Shades of Las Palmas #C5D144
Tints of Las Palmas #C5D144
RGB
CMYK
RGB Variations
Color information
#C5D144 (or 0xC5D144) is known color: Las Palmas. HEX triplet: C5, D1 and 44. RGB value is (197,209,68). Sum of RGB (Red+Green+Blue) = 197+209+68=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D144 is #3A2EBB. Grayscale: #BDBDBD. Windows color (decimal): -3813052 or 4510149. OLE color: 4510149.
HSL color Cylindrical-coordinate representation of color #C5D144: hue angle of 65.11º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5D144 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 68 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.18 |
| HSL | 65.11º | 0.61% | 0.54% | - |
| HSV(B) | 65.11º | 0.67% | 0.82% | - |
| XYZ | 46.87 | 57.89 | 14.17 | - |
| YUV | 189.34 | 59.52 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 68 | 0.06 | 0 | 0.67 | 0.18 | 65.11 | 0.61 | 0.54 |
| Hex | C5 | D1 | 44 | 6 | 0 | 43 | 12 | 41 | 3D | 36 |
| Octal | 305 | 321 | 104 | 6 | 0 | 103 | 22 | 101 | 75 | 66 |
| Binary | 11000101 | 11010001 | 1000100 | 110 | 0 | 1000011 | 10010 | 1000001 | 111101 | 110110 |
Color Harmonies of #C5D144
Complementary color
Monochromatic Colors of #C5D144
Black with #C5D144
Text Example
Text Example
White with #C5D144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D144; }
p { color: rgb(197,209,68); }
H1.HeaderClassName
{
color: #C5D144;
}
.AnyTagClassName
{
color: #C5D144;
}
</style>
background-color css
<style>
a { background-color: #C5D144; }
a { background-color: rgb(197,209,68); }
div.DivClassName
{
background-color: #C5D144;
}
.BgClassName
{
background-color: #C5D144;
}
</style>
border-color css
<style>
span { border-color: #C5D144; }
span { border-color: rgb(197,209,68); }
td.TdClassName
{
border-color: #C5D144;
}
.TagClassName
{
border-color: #C5D144;
}
</style>