Shades of Las Palmas #C1CD3E
Tints of Las Palmas #C1CD3E
RGB
CMYK
RGB Variations
Color information
#C1CD3E (or 0xC1CD3E) is known color: Las Palmas. HEX triplet: C1, CD and 3E. RGB value is (193,205,62). Sum of RGB (Red+Green+Blue) = 193+205+62=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CD3E is #3E32C1. Grayscale: #B9B9B9. Windows color (decimal): -4076226 or 4115905. OLE color: 4115905.
HSL color Cylindrical-coordinate representation of color #C1CD3E: hue angle of 65.03º degrees, saturation: 0.59, 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 #C1CD3E is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 62 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.20 |
| HSL | 65.03º | 0.59% | 0.52% | - |
| HSV(B) | 65.03º | 0.7% | 0.8% | - |
| XYZ | 44.69 | 55.35 | 12.89 | - |
| YUV | 185.11 | 58.52 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 62 | 0.06 | 0 | 0.70 | 0.20 | 65.03 | 0.59 | 0.52 |
| Hex | C1 | CD | 3E | 6 | 0 | 46 | 14 | 41 | 3B | 34 |
| Octal | 301 | 315 | 76 | 6 | 0 | 106 | 24 | 101 | 73 | 64 |
| Binary | 11000001 | 11001101 | 111110 | 110 | 0 | 1000110 | 10100 | 1000001 | 111011 | 110100 |
Color Harmonies of #C1CD3E
Complementary color
Monochromatic Colors of #C1CD3E
Black with #C1CD3E
Text Example
Text Example
White with #C1CD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD3E; }
p { color: rgb(193,205,62); }
H1.HeaderClassName
{
color: #C1CD3E;
}
.AnyTagClassName
{
color: #C1CD3E;
}
</style>
background-color css
<style>
a { background-color: #C1CD3E; }
a { background-color: rgb(193,205,62); }
div.DivClassName
{
background-color: #C1CD3E;
}
.BgClassName
{
background-color: #C1CD3E;
}
</style>
border-color css
<style>
span { border-color: #C1CD3E; }
span { border-color: rgb(193,205,62); }
td.TdClassName
{
border-color: #C1CD3E;
}
.TagClassName
{
border-color: #C1CD3E;
}
</style>