Shades of Las Palmas #C1DB49
Tints of Las Palmas #C1DB49
RGB
CMYK
RGB Variations
Color information
#C1DB49 (or 0xC1DB49) is known color: Las Palmas. HEX triplet: C1, DB and 49. RGB value is (193,219,73). Sum of RGB (Red+Green+Blue) = 193+219+73=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DB49 is #3E24B6. Grayscale: #C3C3C3. Windows color (decimal): -4072631 or 4840385. OLE color: 4840385.
HSL color Cylindrical-coordinate representation of color #C1DB49: hue angle of 70.68º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1DB49 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 73 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.14 |
| HSL | 70.68º | 0.67% | 0.57% | - |
| HSV(B) | 70.68º | 0.67% | 0.86% | - |
| XYZ | 48.53 | 62.48 | 15.81 | - |
| YUV | 194.58 | 59.39 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 73 | 0.12 | 0 | 0.67 | 0.14 | 70.68 | 0.67 | 0.57 |
| Hex | C1 | DB | 49 | C | 0 | 43 | E | 47 | 43 | 39 |
| Octal | 301 | 333 | 111 | 14 | 0 | 103 | 16 | 107 | 103 | 71 |
| Binary | 11000001 | 11011011 | 1001001 | 1100 | 0 | 1000011 | 1110 | 1000111 | 1000011 | 111001 |
Color Harmonies of #C1DB49
Complementary color
Monochromatic Colors of #C1DB49
Black with #C1DB49
Text Example
Text Example
White with #C1DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB49; }
p { color: rgb(193,219,73); }
H1.HeaderClassName
{
color: #C1DB49;
}
.AnyTagClassName
{
color: #C1DB49;
}
</style>
background-color css
<style>
a { background-color: #C1DB49; }
a { background-color: rgb(193,219,73); }
div.DivClassName
{
background-color: #C1DB49;
}
.BgClassName
{
background-color: #C1DB49;
}
</style>
border-color css
<style>
span { border-color: #C1DB49; }
span { border-color: rgb(193,219,73); }
td.TdClassName
{
border-color: #C1DB49;
}
.TagClassName
{
border-color: #C1DB49;
}
</style>