Shades of Las Palmas #C5DC44
Tints of Las Palmas #C5DC44
RGB
CMYK
RGB Variations
Color information
#C5DC44 (or 0xC5DC44) is known color: Las Palmas. HEX triplet: C5, DC and 44. RGB value is (197,220,68). Sum of RGB (Red+Green+Blue) = 197+220+68=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC44 is #3A23BB. Grayscale: #C4C4C4. Windows color (decimal): -3810236 or 4512965. OLE color: 4512965.
HSL color Cylindrical-coordinate representation of color #C5DC44: hue angle of 69.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5DC44 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 68 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.14 |
| HSL | 69.08º | 0.68% | 0.56% | - |
| HSV(B) | 69.08º | 0.69% | 0.86% | - |
| XYZ | 49.66 | 63.47 | 15.1 | - |
| YUV | 195.8 | 55.88 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 68 | 0.10 | 0 | 0.69 | 0.14 | 69.08 | 0.68 | 0.56 |
| Hex | C5 | DC | 44 | A | 0 | 45 | E | 45 | 44 | 38 |
| Octal | 305 | 334 | 104 | 12 | 0 | 105 | 16 | 105 | 104 | 70 |
| Binary | 11000101 | 11011100 | 1000100 | 1010 | 0 | 1000101 | 1110 | 1000101 | 1000100 | 111000 |
Color Harmonies of #C5DC44
Complementary color
Monochromatic Colors of #C5DC44
Black with #C5DC44
Text Example
Text Example
White with #C5DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC44; }
p { color: rgb(197,220,68); }
H1.HeaderClassName
{
color: #C5DC44;
}
.AnyTagClassName
{
color: #C5DC44;
}
</style>
background-color css
<style>
a { background-color: #C5DC44; }
a { background-color: rgb(197,220,68); }
div.DivClassName
{
background-color: #C5DC44;
}
.BgClassName
{
background-color: #C5DC44;
}
</style>
border-color css
<style>
span { border-color: #C5DC44; }
span { border-color: rgb(197,220,68); }
td.TdClassName
{
border-color: #C5DC44;
}
.TagClassName
{
border-color: #C5DC44;
}
</style>