Shades of Las Palmas #C1DB48
Tints of Las Palmas #C1DB48
RGB
CMYK
RGB Variations
Color information
#C1DB48 (or 0xC1DB48) is known color: Las Palmas. HEX triplet: C1, DB and 48. RGB value is (193,219,72). Sum of RGB (Red+Green+Blue) = 193+219+72=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DB48 is #3E24B7. Grayscale: #C3C3C3. Windows color (decimal): -4072632 or 4774849. OLE color: 4774849.
HSL color Cylindrical-coordinate representation of color #C1DB48: hue angle of 70.61º 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 #C1DB48 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 72 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.14 |
| HSL | 70.61º | 0.67% | 0.57% | - |
| HSV(B) | 70.61º | 0.67% | 0.86% | - |
| XYZ | 48.49 | 62.47 | 15.63 | - |
| YUV | 194.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 72 | 0.12 | 0 | 0.67 | 0.14 | 70.61 | 0.67 | 0.57 |
| Hex | C1 | DB | 48 | C | 0 | 43 | E | 47 | 43 | 39 |
| Octal | 301 | 333 | 110 | 14 | 0 | 103 | 16 | 107 | 103 | 71 |
| Binary | 11000001 | 11011011 | 1001000 | 1100 | 0 | 1000011 | 1110 | 1000111 | 1000011 | 111001 |
Color Harmonies of #C1DB48
Complementary color
Monochromatic Colors of #C1DB48
Black with #C1DB48
Text Example
Text Example
White with #C1DB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB48; }
p { color: rgb(193,219,72); }
H1.HeaderClassName
{
color: #C1DB48;
}
.AnyTagClassName
{
color: #C1DB48;
}
</style>
background-color css
<style>
a { background-color: #C1DB48; }
a { background-color: rgb(193,219,72); }
div.DivClassName
{
background-color: #C1DB48;
}
.BgClassName
{
background-color: #C1DB48;
}
</style>
border-color css
<style>
span { border-color: #C1DB48; }
span { border-color: rgb(193,219,72); }
td.TdClassName
{
border-color: #C1DB48;
}
.TagClassName
{
border-color: #C1DB48;
}
</style>