Shades of Las Palmas #C5DC40
Tints of Las Palmas #C5DC40
RGB
CMYK
RGB Variations
Color information
#C5DC40 (or 0xC5DC40) is known color: Las Palmas. HEX triplet: C5, DC and 40. RGB value is (197,220,64). Sum of RGB (Red+Green+Blue) = 197+220+64=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC40 is #3A23BF. Grayscale: #C3C3C3. Windows color (decimal): -3810240 or 4250821. OLE color: 4250821.
HSL color Cylindrical-coordinate representation of color #C5DC40: hue angle of 68.85º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5DC40 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 64 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.14 |
| HSL | 68.85º | 0.69% | 0.56% | - |
| HSV(B) | 68.85º | 0.71% | 0.86% | - |
| XYZ | 49.54 | 63.43 | 14.48 | - |
| YUV | 195.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 64 | 0.10 | 0 | 0.71 | 0.14 | 68.85 | 0.69 | 0.56 |
| Hex | C5 | DC | 40 | A | 0 | 47 | E | 45 | 45 | 38 |
| Octal | 305 | 334 | 100 | 12 | 0 | 107 | 16 | 105 | 105 | 70 |
| Binary | 11000101 | 11011100 | 1000000 | 1010 | 0 | 1000111 | 1110 | 1000101 | 1000101 | 111000 |
Color Harmonies of #C5DC40
Complementary color
Monochromatic Colors of #C5DC40
Black with #C5DC40
Text Example
Text Example
White with #C5DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC40; }
p { color: rgb(197,220,64); }
H1.HeaderClassName
{
color: #C5DC40;
}
.AnyTagClassName
{
color: #C5DC40;
}
</style>
background-color css
<style>
a { background-color: #C5DC40; }
a { background-color: rgb(197,220,64); }
div.DivClassName
{
background-color: #C5DC40;
}
.BgClassName
{
background-color: #C5DC40;
}
</style>
border-color css
<style>
span { border-color: #C5DC40; }
span { border-color: rgb(197,220,64); }
td.TdClassName
{
border-color: #C5DC40;
}
.TagClassName
{
border-color: #C5DC40;
}
</style>