Shades of Las Palmas #C1DB3C
Tints of Las Palmas #C1DB3C
RGB
CMYK
RGB Variations
Color information
#C1DB3C (or 0xC1DB3C) is known color: Las Palmas. HEX triplet: C1, DB and 3C. RGB value is (193,219,60). Sum of RGB (Red+Green+Blue) = 193+219+60=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DB3C is #3E24C3. Grayscale: #C1C1C1. Windows color (decimal): -4072644 or 3988417. OLE color: 3988417.
HSL color Cylindrical-coordinate representation of color #C1DB3C: hue angle of 69.81º degrees, saturation: 0.69, 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 #C1DB3C is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 60 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.14 |
| HSL | 69.81º | 0.69% | 0.55% | - |
| HSV(B) | 69.81º | 0.73% | 0.86% | - |
| XYZ | 48.14 | 62.33 | 13.77 | - |
| YUV | 193.1 | 52.89 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 60 | 0.12 | 0 | 0.73 | 0.14 | 69.81 | 0.69 | 0.55 |
| Hex | C1 | DB | 3C | C | 0 | 49 | E | 46 | 45 | 37 |
| Octal | 301 | 333 | 74 | 14 | 0 | 111 | 16 | 106 | 105 | 67 |
| Binary | 11000001 | 11011011 | 111100 | 1100 | 0 | 1001001 | 1110 | 1000110 | 1000101 | 110111 |
Color Harmonies of #C1DB3C
Complementary color
Monochromatic Colors of #C1DB3C
Black with #C1DB3C
Text Example
Text Example
White with #C1DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB3C; }
p { color: rgb(193,219,60); }
H1.HeaderClassName
{
color: #C1DB3C;
}
.AnyTagClassName
{
color: #C1DB3C;
}
</style>
background-color css
<style>
a { background-color: #C1DB3C; }
a { background-color: rgb(193,219,60); }
div.DivClassName
{
background-color: #C1DB3C;
}
.BgClassName
{
background-color: #C1DB3C;
}
</style>
border-color css
<style>
span { border-color: #C1DB3C; }
span { border-color: rgb(193,219,60); }
td.TdClassName
{
border-color: #C1DB3C;
}
.TagClassName
{
border-color: #C1DB3C;
}
</style>