Shades of Las Palmas #C5D54C
Tints of Las Palmas #C5D54C
RGB
CMYK
RGB Variations
Color information
#C5D54C (or 0xC5D54C) is known color: Las Palmas. HEX triplet: C5, D5 and 4C. RGB value is (197,213,76). Sum of RGB (Red+Green+Blue) = 197+213+76=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D54C is #3A2AB3. Grayscale: #C1C1C1. Windows color (decimal): -3812020 or 5035461. OLE color: 5035461.
HSL color Cylindrical-coordinate representation of color #C5D54C: hue angle of 67.01º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5D54C is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 76 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.16 |
| HSL | 67.01º | 0.62% | 0.57% | - |
| HSV(B) | 67.01º | 0.64% | 0.84% | - |
| XYZ | 48.12 | 59.98 | 15.88 | - |
| YUV | 192.6 | 62.2 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 76 | 0.08 | 0 | 0.64 | 0.16 | 67.01 | 0.62 | 0.57 |
| Hex | C5 | D5 | 4C | 8 | 0 | 40 | 10 | 43 | 3E | 39 |
| Octal | 305 | 325 | 114 | 10 | 0 | 100 | 20 | 103 | 76 | 71 |
| Binary | 11000101 | 11010101 | 1001100 | 1000 | 0 | 1000000 | 10000 | 1000011 | 111110 | 111001 |
Color Harmonies of #C5D54C
Complementary color
Monochromatic Colors of #C5D54C
Black with #C5D54C
Text Example
Text Example
White with #C5D54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D54C; }
p { color: rgb(197,213,76); }
H1.HeaderClassName
{
color: #C5D54C;
}
.AnyTagClassName
{
color: #C5D54C;
}
</style>
background-color css
<style>
a { background-color: #C5D54C; }
a { background-color: rgb(197,213,76); }
div.DivClassName
{
background-color: #C5D54C;
}
.BgClassName
{
background-color: #C5D54C;
}
</style>
border-color css
<style>
span { border-color: #C5D54C; }
span { border-color: rgb(197,213,76); }
td.TdClassName
{
border-color: #C5D54C;
}
.TagClassName
{
border-color: #C5D54C;
}
</style>