Shades of Las Palmas #C5DC3B
Tints of Las Palmas #C5DC3B
RGB
CMYK
RGB Variations
Color information
#C5DC3B (or 0xC5DC3B) is known color: Las Palmas. HEX triplet: C5, DC and 3B. RGB value is (197,220,59). Sum of RGB (Red+Green+Blue) = 197+220+59=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC3B is #3A23C4. Grayscale: #C3C3C3. Windows color (decimal): -3810245 or 3923141. OLE color: 3923141.
HSL color Cylindrical-coordinate representation of color #C5DC3B: hue angle of 68.57º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5DC3B is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 59 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.14 |
| HSL | 68.57º | 0.7% | 0.55% | - |
| HSV(B) | 68.57º | 0.73% | 0.86% | - |
| XYZ | 49.41 | 63.37 | 13.77 | - |
| YUV | 194.77 | 51.38 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 59 | 0.10 | 0 | 0.73 | 0.14 | 68.57 | 0.7 | 0.55 |
| Hex | C5 | DC | 3B | A | 0 | 49 | E | 45 | 46 | 37 |
| Octal | 305 | 334 | 73 | 12 | 0 | 111 | 16 | 105 | 106 | 67 |
| Binary | 11000101 | 11011100 | 111011 | 1010 | 0 | 1001001 | 1110 | 1000101 | 1000110 | 110111 |
Color Harmonies of #C5DC3B
Complementary color
Monochromatic Colors of #C5DC3B
Black with #C5DC3B
Text Example
Text Example
White with #C5DC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC3B; }
p { color: rgb(197,220,59); }
H1.HeaderClassName
{
color: #C5DC3B;
}
.AnyTagClassName
{
color: #C5DC3B;
}
</style>
background-color css
<style>
a { background-color: #C5DC3B; }
a { background-color: rgb(197,220,59); }
div.DivClassName
{
background-color: #C5DC3B;
}
.BgClassName
{
background-color: #C5DC3B;
}
</style>
border-color css
<style>
span { border-color: #C5DC3B; }
span { border-color: rgb(197,220,59); }
td.TdClassName
{
border-color: #C5DC3B;
}
.TagClassName
{
border-color: #C5DC3B;
}
</style>