Shades of Las Palmas #C5D53C
Tints of Las Palmas #C5D53C
RGB
CMYK
RGB Variations
Color information
#C5D53C (or 0xC5D53C) is known color: Las Palmas. HEX triplet: C5, D5 and 3C. RGB value is (197,213,60). Sum of RGB (Red+Green+Blue) = 197+213+60=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D53C is #3A2AC3. Grayscale: #BFBFBF. Windows color (decimal): -3812036 or 3986885. OLE color: 3986885.
HSL color Cylindrical-coordinate representation of color #C5D53C: hue angle of 66.27º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5D53C is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 60 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.16 |
| HSL | 66.27º | 0.65% | 0.54% | - |
| HSV(B) | 66.27º | 0.72% | 0.84% | - |
| XYZ | 47.64 | 59.79 | 13.3 | - |
| YUV | 190.77 | 54.2 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 60 | 0.08 | 0 | 0.72 | 0.16 | 66.27 | 0.65 | 0.54 |
| Hex | C5 | D5 | 3C | 8 | 0 | 48 | 10 | 42 | 41 | 36 |
| Octal | 305 | 325 | 74 | 10 | 0 | 110 | 20 | 102 | 101 | 66 |
| Binary | 11000101 | 11010101 | 111100 | 1000 | 0 | 1001000 | 10000 | 1000010 | 1000001 | 110110 |
Color Harmonies of #C5D53C
Complementary color
Monochromatic Colors of #C5D53C
Black with #C5D53C
Text Example
Text Example
White with #C5D53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D53C; }
p { color: rgb(197,213,60); }
H1.HeaderClassName
{
color: #C5D53C;
}
.AnyTagClassName
{
color: #C5D53C;
}
</style>
background-color css
<style>
a { background-color: #C5D53C; }
a { background-color: rgb(197,213,60); }
div.DivClassName
{
background-color: #C5D53C;
}
.BgClassName
{
background-color: #C5D53C;
}
</style>
border-color css
<style>
span { border-color: #C5D53C; }
span { border-color: rgb(197,213,60); }
td.TdClassName
{
border-color: #C5D53C;
}
.TagClassName
{
border-color: #C5D53C;
}
</style>