Shades of Las Palmas #C1D337
Tints of Las Palmas #C1D337
RGB
CMYK
RGB Variations
Color information
#C1D337 (or 0xC1D337) is known color: Las Palmas. HEX triplet: C1, D3 and 37. RGB value is (193,211,55). Sum of RGB (Red+Green+Blue) = 193+211+55=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 55 (21.88% from 255 or 11.98% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D337 is #3E2CC8. Grayscale: #BCBCBC. Windows color (decimal): -4074697 or 3658689. OLE color: 3658689.
HSL color Cylindrical-coordinate representation of color #C1D337: hue angle of 66.92º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1D337 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 211 | 55 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.17 |
| HSL | 66.92º | 0.64% | 0.52% | - |
| HSV(B) | 66.92º | 0.74% | 0.83% | - |
| XYZ | 45.98 | 58.2 | 12.43 | - |
| YUV | 187.83 | 53.04 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 211 | 55 | 0.09 | 0 | 0.74 | 0.17 | 66.92 | 0.64 | 0.52 |
| Hex | C1 | D3 | 37 | 9 | 0 | 4A | 11 | 43 | 40 | 34 |
| Octal | 301 | 323 | 67 | 11 | 0 | 112 | 21 | 103 | 100 | 64 |
| Binary | 11000001 | 11010011 | 110111 | 1001 | 0 | 1001010 | 10001 | 1000011 | 1000000 | 110100 |
Color Harmonies of #C1D337
Complementary color
Monochromatic Colors of #C1D337
Black with #C1D337
Text Example
Text Example
White with #C1D337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D337; }
p { color: rgb(193,211,55); }
H1.HeaderClassName
{
color: #C1D337;
}
.AnyTagClassName
{
color: #C1D337;
}
</style>
background-color css
<style>
a { background-color: #C1D337; }
a { background-color: rgb(193,211,55); }
div.DivClassName
{
background-color: #C1D337;
}
.BgClassName
{
background-color: #C1D337;
}
</style>
border-color css
<style>
span { border-color: #C1D337; }
span { border-color: rgb(193,211,55); }
td.TdClassName
{
border-color: #C1D337;
}
.TagClassName
{
border-color: #C1D337;
}
</style>