Shades of Las Palmas #C1D944
Tints of Las Palmas #C1D944
RGB
CMYK
RGB Variations
Color information
#C1D944 (or 0xC1D944) is known color: Las Palmas. HEX triplet: C1, D9 and 44. RGB value is (193,217,68). Sum of RGB (Red+Green+Blue) = 193+217+68=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D944 is #3E26BB. Grayscale: #C1C1C1. Windows color (decimal): -4073148 or 4512193. OLE color: 4512193.
HSL color Cylindrical-coordinate representation of color #C1D944: hue angle of 69.66º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1D944 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 68 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.15 |
| HSL | 69.66º | 0.66% | 0.56% | - |
| HSV(B) | 69.66º | 0.69% | 0.85% | - |
| XYZ | 47.85 | 61.38 | 14.79 | - |
| YUV | 192.84 | 57.55 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 68 | 0.11 | 0 | 0.69 | 0.15 | 69.66 | 0.66 | 0.56 |
| Hex | C1 | D9 | 44 | B | 0 | 45 | F | 46 | 42 | 38 |
| Octal | 301 | 331 | 104 | 13 | 0 | 105 | 17 | 106 | 102 | 70 |
| Binary | 11000001 | 11011001 | 1000100 | 1011 | 0 | 1000101 | 1111 | 1000110 | 1000010 | 111000 |
Color Harmonies of #C1D944
Complementary color
Monochromatic Colors of #C1D944
Black with #C1D944
Text Example
Text Example
White with #C1D944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D944; }
p { color: rgb(193,217,68); }
H1.HeaderClassName
{
color: #C1D944;
}
.AnyTagClassName
{
color: #C1D944;
}
</style>
background-color css
<style>
a { background-color: #C1D944; }
a { background-color: rgb(193,217,68); }
div.DivClassName
{
background-color: #C1D944;
}
.BgClassName
{
background-color: #C1D944;
}
</style>
border-color css
<style>
span { border-color: #C1D944; }
span { border-color: rgb(193,217,68); }
td.TdClassName
{
border-color: #C1D944;
}
.TagClassName
{
border-color: #C1D944;
}
</style>