Shades of Las Palmas #C1D93C
Tints of Las Palmas #C1D93C
RGB
CMYK
RGB Variations
Color information
#C1D93C (or 0xC1D93C) is known color: Las Palmas. HEX triplet: C1, D9 and 3C. RGB value is (193,217,60). Sum of RGB (Red+Green+Blue) = 193+217+60=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D93C is #3E26C3. Grayscale: #C0C0C0. Windows color (decimal): -4073156 or 3987905. OLE color: 3987905.
HSL color Cylindrical-coordinate representation of color #C1D93C: hue angle of 69.17º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1D93C is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 60 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.15 |
| HSL | 69.17º | 0.67% | 0.54% | - |
| HSV(B) | 69.17º | 0.72% | 0.85% | - |
| XYZ | 47.62 | 61.29 | 13.6 | - |
| YUV | 191.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 60 | 0.11 | 0 | 0.72 | 0.15 | 69.17 | 0.67 | 0.54 |
| Hex | C1 | D9 | 3C | B | 0 | 48 | F | 45 | 43 | 36 |
| Octal | 301 | 331 | 74 | 13 | 0 | 110 | 17 | 105 | 103 | 66 |
| Binary | 11000001 | 11011001 | 111100 | 1011 | 0 | 1001000 | 1111 | 1000101 | 1000011 | 110110 |
Color Harmonies of #C1D93C
Complementary color
Monochromatic Colors of #C1D93C
Black with #C1D93C
Text Example
Text Example
White with #C1D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D93C; }
p { color: rgb(193,217,60); }
H1.HeaderClassName
{
color: #C1D93C;
}
.AnyTagClassName
{
color: #C1D93C;
}
</style>
background-color css
<style>
a { background-color: #C1D93C; }
a { background-color: rgb(193,217,60); }
div.DivClassName
{
background-color: #C1D93C;
}
.BgClassName
{
background-color: #C1D93C;
}
</style>
border-color css
<style>
span { border-color: #C1D93C; }
span { border-color: rgb(193,217,60); }
td.TdClassName
{
border-color: #C1D93C;
}
.TagClassName
{
border-color: #C1D93C;
}
</style>