Shades of Las Palmas #C5DC45
Tints of Las Palmas #C5DC45
RGB
CMYK
RGB Variations
Color information
#C5DC45 (or 0xC5DC45) is known color: Las Palmas. HEX triplet: C5, DC and 45. RGB value is (197,220,69). Sum of RGB (Red+Green+Blue) = 197+220+69=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC45 is #3A23BA. Grayscale: #C4C4C4. Windows color (decimal): -3810235 or 4578501. OLE color: 4578501.
HSL color Cylindrical-coordinate representation of color #C5DC45: hue angle of 69.14º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5DC45 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 69 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.14 |
| HSL | 69.14º | 0.68% | 0.57% | - |
| HSV(B) | 69.14º | 0.69% | 0.86% | - |
| XYZ | 49.69 | 63.49 | 15.27 | - |
| YUV | 195.91 | 56.38 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 69 | 0.10 | 0 | 0.69 | 0.14 | 69.14 | 0.68 | 0.57 |
| Hex | C5 | DC | 45 | A | 0 | 45 | E | 45 | 44 | 39 |
| Octal | 305 | 334 | 105 | 12 | 0 | 105 | 16 | 105 | 104 | 71 |
| Binary | 11000101 | 11011100 | 1000101 | 1010 | 0 | 1000101 | 1110 | 1000101 | 1000100 | 111001 |
Color Harmonies of #C5DC45
Complementary color
Monochromatic Colors of #C5DC45
Black with #C5DC45
Text Example
Text Example
White with #C5DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC45; }
p { color: rgb(197,220,69); }
H1.HeaderClassName
{
color: #C5DC45;
}
.AnyTagClassName
{
color: #C5DC45;
}
</style>
background-color css
<style>
a { background-color: #C5DC45; }
a { background-color: rgb(197,220,69); }
div.DivClassName
{
background-color: #C5DC45;
}
.BgClassName
{
background-color: #C5DC45;
}
</style>
border-color css
<style>
span { border-color: #C5DC45; }
span { border-color: rgb(197,220,69); }
td.TdClassName
{
border-color: #C5DC45;
}
.TagClassName
{
border-color: #C5DC45;
}
</style>