Shades of Las Palmas #C1D542
Tints of Las Palmas #C1D542
RGB
CMYK
RGB Variations
Color information
#C1D542 (or 0xC1D542) is known color: Las Palmas. HEX triplet: C1, D5 and 42. RGB value is (193,213,66). Sum of RGB (Red+Green+Blue) = 193+213+66=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D542 is #3E2ABD. Grayscale: #BEBEBE. Windows color (decimal): -4074174 or 4380097. OLE color: 4380097.
HSL color Cylindrical-coordinate representation of color #C1D542: hue angle of 68.16º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1D542 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 66 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.16 |
| HSL | 68.16º | 0.64% | 0.55% | - |
| HSV(B) | 68.16º | 0.69% | 0.84% | - |
| XYZ | 46.77 | 59.32 | 14.14 | - |
| YUV | 190.26 | 57.87 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 66 | 0.09 | 0 | 0.69 | 0.16 | 68.16 | 0.64 | 0.55 |
| Hex | C1 | D5 | 42 | 9 | 0 | 45 | 10 | 44 | 40 | 37 |
| Octal | 301 | 325 | 102 | 11 | 0 | 105 | 20 | 104 | 100 | 67 |
| Binary | 11000001 | 11010101 | 1000010 | 1001 | 0 | 1000101 | 10000 | 1000100 | 1000000 | 110111 |
Color Harmonies of #C1D542
Complementary color
Monochromatic Colors of #C1D542
Black with #C1D542
Text Example
Text Example
White with #C1D542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D542; }
p { color: rgb(193,213,66); }
H1.HeaderClassName
{
color: #C1D542;
}
.AnyTagClassName
{
color: #C1D542;
}
</style>
background-color css
<style>
a { background-color: #C1D542; }
a { background-color: rgb(193,213,66); }
div.DivClassName
{
background-color: #C1D542;
}
.BgClassName
{
background-color: #C1D542;
}
</style>
border-color css
<style>
span { border-color: #C1D542; }
span { border-color: rgb(193,213,66); }
td.TdClassName
{
border-color: #C1D542;
}
.TagClassName
{
border-color: #C1D542;
}
</style>