Shades of Las Palmas #C5D647
Tints of Las Palmas #C5D647
RGB
CMYK
RGB Variations
Color information
#C5D647 (or 0xC5D647) is known color: Las Palmas. HEX triplet: C5, D6 and 47. RGB value is (197,214,71). Sum of RGB (Red+Green+Blue) = 197+214+71=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D647 is #3A29B8. Grayscale: #C1C1C1. Windows color (decimal): -3811769 or 4708037. OLE color: 4708037.
HSL color Cylindrical-coordinate representation of color #C5D647: hue angle of 67.13º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5D647 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 71 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.16 |
| HSL | 67.13º | 0.64% | 0.56% | - |
| HSV(B) | 67.13º | 0.67% | 0.84% | - |
| XYZ | 48.21 | 60.42 | 15.08 | - |
| YUV | 192.62 | 59.37 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 71 | 0.08 | 0 | 0.67 | 0.16 | 67.13 | 0.64 | 0.56 |
| Hex | C5 | D6 | 47 | 8 | 0 | 43 | 10 | 43 | 40 | 38 |
| Octal | 305 | 326 | 107 | 10 | 0 | 103 | 20 | 103 | 100 | 70 |
| Binary | 11000101 | 11010110 | 1000111 | 1000 | 0 | 1000011 | 10000 | 1000011 | 1000000 | 111000 |
Color Harmonies of #C5D647
Complementary color
Monochromatic Colors of #C5D647
Black with #C5D647
Text Example
Text Example
White with #C5D647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D647; }
p { color: rgb(197,214,71); }
H1.HeaderClassName
{
color: #C5D647;
}
.AnyTagClassName
{
color: #C5D647;
}
</style>
background-color css
<style>
a { background-color: #C5D647; }
a { background-color: rgb(197,214,71); }
div.DivClassName
{
background-color: #C5D647;
}
.BgClassName
{
background-color: #C5D647;
}
</style>
border-color css
<style>
span { border-color: #C5D647; }
span { border-color: rgb(197,214,71); }
td.TdClassName
{
border-color: #C5D647;
}
.TagClassName
{
border-color: #C5D647;
}
</style>