Shades of Las Palmas #C5D13B
Tints of Las Palmas #C5D13B
RGB
CMYK
RGB Variations
Color information
#C5D13B (or 0xC5D13B) is known color: Las Palmas. HEX triplet: C5, D1 and 3B. RGB value is (197,209,59). Sum of RGB (Red+Green+Blue) = 197+209+59=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D13B is #3A2EC4. Grayscale: #BCBCBC. Windows color (decimal): -3813061 or 3920325. OLE color: 3920325.
HSL color Cylindrical-coordinate representation of color #C5D13B: hue angle of 64.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5D13B is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 59 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.18 |
| HSL | 64.8º | 0.62% | 0.53% | - |
| HSV(B) | 64.8º | 0.72% | 0.82% | - |
| XYZ | 46.62 | 57.79 | 12.83 | - |
| YUV | 188.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 59 | 0.06 | 0 | 0.72 | 0.18 | 64.8 | 0.62 | 0.53 |
| Hex | C5 | D1 | 3B | 6 | 0 | 48 | 12 | 41 | 3E | 35 |
| Octal | 305 | 321 | 73 | 6 | 0 | 110 | 22 | 101 | 76 | 65 |
| Binary | 11000101 | 11010001 | 111011 | 110 | 0 | 1001000 | 10010 | 1000001 | 111110 | 110101 |
Color Harmonies of #C5D13B
Complementary color
Monochromatic Colors of #C5D13B
Black with #C5D13B
Text Example
Text Example
White with #C5D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D13B; }
p { color: rgb(197,209,59); }
H1.HeaderClassName
{
color: #C5D13B;
}
.AnyTagClassName
{
color: #C5D13B;
}
</style>
background-color css
<style>
a { background-color: #C5D13B; }
a { background-color: rgb(197,209,59); }
div.DivClassName
{
background-color: #C5D13B;
}
.BgClassName
{
background-color: #C5D13B;
}
</style>
border-color css
<style>
span { border-color: #C5D13B; }
span { border-color: rgb(197,209,59); }
td.TdClassName
{
border-color: #C5D13B;
}
.TagClassName
{
border-color: #C5D13B;
}
</style>