Shades of Las Palmas #C1D047
Tints of Las Palmas #C1D047
RGB
CMYK
RGB Variations
Color information
#C1D047 (or 0xC1D047) is known color: Las Palmas. HEX triplet: C1, D0 and 47. RGB value is (193,208,71). Sum of RGB (Red+Green+Blue) = 193+208+71=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D047 is #3E2FB8. Grayscale: #BCBCBC. Windows color (decimal): -4075449 or 4706497. OLE color: 4706497.
HSL color Cylindrical-coordinate representation of color #C1D047: hue angle of 66.57º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1D047 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 71 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.18 |
| HSL | 66.57º | 0.59% | 0.55% | - |
| HSV(B) | 66.57º | 0.66% | 0.82% | - |
| XYZ | 45.69 | 56.9 | 14.54 | - |
| YUV | 187.9 | 62.03 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 71 | 0.07 | 0 | 0.66 | 0.18 | 66.57 | 0.59 | 0.55 |
| Hex | C1 | D0 | 47 | 7 | 0 | 42 | 12 | 43 | 3B | 37 |
| Octal | 301 | 320 | 107 | 7 | 0 | 102 | 22 | 103 | 73 | 67 |
| Binary | 11000001 | 11010000 | 1000111 | 111 | 0 | 1000010 | 10010 | 1000011 | 111011 | 110111 |
Color Harmonies of #C1D047
Complementary color
Monochromatic Colors of #C1D047
Black with #C1D047
Text Example
Text Example
White with #C1D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D047; }
p { color: rgb(193,208,71); }
H1.HeaderClassName
{
color: #C1D047;
}
.AnyTagClassName
{
color: #C1D047;
}
</style>
background-color css
<style>
a { background-color: #C1D047; }
a { background-color: rgb(193,208,71); }
div.DivClassName
{
background-color: #C1D047;
}
.BgClassName
{
background-color: #C1D047;
}
</style>
border-color css
<style>
span { border-color: #C1D047; }
span { border-color: rgb(193,208,71); }
td.TdClassName
{
border-color: #C1D047;
}
.TagClassName
{
border-color: #C1D047;
}
</style>