Shades of Las Palmas #C5DC4C
Tints of Las Palmas #C5DC4C
RGB
CMYK
RGB Variations
Color information
#C5DC4C (or 0xC5DC4C) is known color: Las Palmas. HEX triplet: C5, DC and 4C. RGB value is (197,220,76). Sum of RGB (Red+Green+Blue) = 197+220+76=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC4C is #3A23B3. Grayscale: #C5C5C5. Windows color (decimal): -3810228 or 5037253. OLE color: 5037253.
HSL color Cylindrical-coordinate representation of color #C5DC4C: hue angle of 69.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5DC4C is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 76 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.14 |
| HSL | 69.58º | 0.67% | 0.58% | - |
| HSV(B) | 69.58º | 0.65% | 0.86% | - |
| XYZ | 49.92 | 63.58 | 16.48 | - |
| YUV | 196.71 | 59.88 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 76 | 0.10 | 0 | 0.65 | 0.14 | 69.58 | 0.67 | 0.58 |
| Hex | C5 | DC | 4C | A | 0 | 41 | E | 46 | 43 | 3A |
| Octal | 305 | 334 | 114 | 12 | 0 | 101 | 16 | 106 | 103 | 72 |
| Binary | 11000101 | 11011100 | 1001100 | 1010 | 0 | 1000001 | 1110 | 1000110 | 1000011 | 111010 |
Color Harmonies of #C5DC4C
Complementary color
Monochromatic Colors of #C5DC4C
Black with #C5DC4C
Text Example
Text Example
White with #C5DC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC4C; }
p { color: rgb(197,220,76); }
H1.HeaderClassName
{
color: #C5DC4C;
}
.AnyTagClassName
{
color: #C5DC4C;
}
</style>
background-color css
<style>
a { background-color: #C5DC4C; }
a { background-color: rgb(197,220,76); }
div.DivClassName
{
background-color: #C5DC4C;
}
.BgClassName
{
background-color: #C5DC4C;
}
</style>
border-color css
<style>
span { border-color: #C5DC4C; }
span { border-color: rgb(197,220,76); }
td.TdClassName
{
border-color: #C5DC4C;
}
.TagClassName
{
border-color: #C5DC4C;
}
</style>