Shades of Las Palmas #C1CC3E
Tints of Las Palmas #C1CC3E
RGB
CMYK
RGB Variations
Color information
#C1CC3E (or 0xC1CC3E) is known color: Las Palmas. HEX triplet: C1, CC and 3E. RGB value is (193,204,62). Sum of RGB (Red+Green+Blue) = 193+204+62=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC3E is #3E33C1. Grayscale: #B9B9B9. Windows color (decimal): -4076482 or 4115649. OLE color: 4115649.
HSL color Cylindrical-coordinate representation of color #C1CC3E: hue angle of 64.65º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1CC3E is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 62 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.2 |
| HSL | 64.65º | 0.58% | 0.52% | - |
| HSV(B) | 64.65º | 0.7% | 0.8% | - |
| XYZ | 44.45 | 54.87 | 12.81 | - |
| YUV | 184.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 62 | 0.05 | 0 | 0.70 | 0.2 | 64.65 | 0.58 | 0.52 |
| Hex | C1 | CC | 3E | 5 | 0 | 46 | 14 | 41 | 3A | 34 |
| Octal | 301 | 314 | 76 | 5 | 0 | 106 | 24 | 101 | 72 | 64 |
| Binary | 11000001 | 11001100 | 111110 | 101 | 0 | 1000110 | 10100 | 1000001 | 111010 | 110100 |
Color Harmonies of #C1CC3E
Complementary color
Monochromatic Colors of #C1CC3E
Black with #C1CC3E
Text Example
Text Example
White with #C1CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC3E; }
p { color: rgb(193,204,62); }
H1.HeaderClassName
{
color: #C1CC3E;
}
.AnyTagClassName
{
color: #C1CC3E;
}
</style>
background-color css
<style>
a { background-color: #C1CC3E; }
a { background-color: rgb(193,204,62); }
div.DivClassName
{
background-color: #C1CC3E;
}
.BgClassName
{
background-color: #C1CC3E;
}
</style>
border-color css
<style>
span { border-color: #C1CC3E; }
span { border-color: rgb(193,204,62); }
td.TdClassName
{
border-color: #C1CC3E;
}
.TagClassName
{
border-color: #C1CC3E;
}
</style>