Shades of Las Palmas #C1D536
Tints of Las Palmas #C1D536
RGB
CMYK
RGB Variations
Color information
#C1D536 (or 0xC1D536) is known color: Las Palmas. HEX triplet: C1, D5 and 36. RGB value is (193,213,54). Sum of RGB (Red+Green+Blue) = 193+213+54=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D536 is #3E2AC9. Grayscale: #BDBDBD. Windows color (decimal): -4074186 or 3593665. OLE color: 3593665.
HSL color Cylindrical-coordinate representation of color #C1D536: hue angle of 67.55º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1D536 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 54 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.16 |
| HSL | 67.55º | 0.65% | 0.52% | - |
| HSV(B) | 67.55º | 0.75% | 0.84% | - |
| XYZ | 46.45 | 59.19 | 12.47 | - |
| YUV | 188.89 | 51.87 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 54 | 0.09 | 0 | 0.75 | 0.16 | 67.55 | 0.65 | 0.52 |
| Hex | C1 | D5 | 36 | 9 | 0 | 4B | 10 | 44 | 41 | 34 |
| Octal | 301 | 325 | 66 | 11 | 0 | 113 | 20 | 104 | 101 | 64 |
| Binary | 11000001 | 11010101 | 110110 | 1001 | 0 | 1001011 | 10000 | 1000100 | 1000001 | 110100 |
Color Harmonies of #C1D536
Complementary color
Monochromatic Colors of #C1D536
Black with #C1D536
Text Example
Text Example
White with #C1D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D536; }
p { color: rgb(193,213,54); }
H1.HeaderClassName
{
color: #C1D536;
}
.AnyTagClassName
{
color: #C1D536;
}
</style>
background-color css
<style>
a { background-color: #C1D536; }
a { background-color: rgb(193,213,54); }
div.DivClassName
{
background-color: #C1D536;
}
.BgClassName
{
background-color: #C1D536;
}
</style>
border-color css
<style>
span { border-color: #C1D536; }
span { border-color: rgb(193,213,54); }
td.TdClassName
{
border-color: #C1D536;
}
.TagClassName
{
border-color: #C1D536;
}
</style>