Shades of Las Palmas #C1D138
Tints of Las Palmas #C1D138
RGB
CMYK
RGB Variations
Color information
#C1D138 (or 0xC1D138) is known color: Las Palmas. HEX triplet: C1, D1 and 38. RGB value is (193,209,56). Sum of RGB (Red+Green+Blue) = 193+209+56=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D138 is #3E2EC7. Grayscale: #BBBBBB. Windows color (decimal): -4075208 or 3723713. OLE color: 3723713.
HSL color Cylindrical-coordinate representation of color #C1D138: hue angle of 66.27º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1D138 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 209 | 56 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.18 |
| HSL | 66.27º | 0.62% | 0.52% | - |
| HSV(B) | 66.27º | 0.73% | 0.82% | - |
| XYZ | 45.51 | 57.22 | 12.39 | - |
| YUV | 186.77 | 54.2 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 56 | 0.08 | 0 | 0.73 | 0.18 | 66.27 | 0.62 | 0.52 |
| Hex | C1 | D1 | 38 | 8 | 0 | 49 | 12 | 42 | 3E | 34 |
| Octal | 301 | 321 | 70 | 10 | 0 | 111 | 22 | 102 | 76 | 64 |
| Binary | 11000001 | 11010001 | 111000 | 1000 | 0 | 1001001 | 10010 | 1000010 | 111110 | 110100 |
Color Harmonies of #C1D138
Complementary color
Monochromatic Colors of #C1D138
Black with #C1D138
Text Example
Text Example
White with #C1D138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D138; }
p { color: rgb(193,209,56); }
H1.HeaderClassName
{
color: #C1D138;
}
.AnyTagClassName
{
color: #C1D138;
}
</style>
background-color css
<style>
a { background-color: #C1D138; }
a { background-color: rgb(193,209,56); }
div.DivClassName
{
background-color: #C1D138;
}
.BgClassName
{
background-color: #C1D138;
}
</style>
border-color css
<style>
span { border-color: #C1D138; }
span { border-color: rgb(193,209,56); }
td.TdClassName
{
border-color: #C1D138;
}
.TagClassName
{
border-color: #C1D138;
}
</style>