Shades of Las Palmas #C5D648
Tints of Las Palmas #C5D648
RGB
CMYK
RGB Variations
Color information
#C5D648 (or 0xC5D648) is known color: Las Palmas. HEX triplet: C5, D6 and 48. RGB value is (197,214,72). Sum of RGB (Red+Green+Blue) = 197+214+72=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D648 is #3A29B7. Grayscale: #C1C1C1. Windows color (decimal): -3811768 or 4773573. OLE color: 4773573.
HSL color Cylindrical-coordinate representation of color #C5D648: hue angle of 67.18º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5D648 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 72 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.16 |
| HSL | 67.18º | 0.63% | 0.56% | - |
| HSV(B) | 67.18º | 0.66% | 0.84% | - |
| XYZ | 48.24 | 60.43 | 15.25 | - |
| YUV | 192.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 72 | 0.08 | 0 | 0.66 | 0.16 | 67.18 | 0.63 | 0.56 |
| Hex | C5 | D6 | 48 | 8 | 0 | 42 | 10 | 43 | 3F | 38 |
| Octal | 305 | 326 | 110 | 10 | 0 | 102 | 20 | 103 | 77 | 70 |
| Binary | 11000101 | 11010110 | 1001000 | 1000 | 0 | 1000010 | 10000 | 1000011 | 111111 | 111000 |
Color Harmonies of #C5D648
Complementary color
Monochromatic Colors of #C5D648
Black with #C5D648
Text Example
Text Example
White with #C5D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D648; }
p { color: rgb(197,214,72); }
H1.HeaderClassName
{
color: #C5D648;
}
.AnyTagClassName
{
color: #C5D648;
}
</style>
background-color css
<style>
a { background-color: #C5D648; }
a { background-color: rgb(197,214,72); }
div.DivClassName
{
background-color: #C5D648;
}
.BgClassName
{
background-color: #C5D648;
}
</style>
border-color css
<style>
span { border-color: #C5D648; }
span { border-color: rgb(197,214,72); }
td.TdClassName
{
border-color: #C5D648;
}
.TagClassName
{
border-color: #C5D648;
}
</style>