Shades of Las Palmas #C1DB35
Tints of Las Palmas #C1DB35
RGB
CMYK
RGB Variations
Color information
#C1DB35 (or 0xC1DB35) is known color: Las Palmas. HEX triplet: C1, DB and 35. RGB value is (193,219,53). Sum of RGB (Red+Green+Blue) = 193+219+53=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DB35 is #3E24CA. Grayscale: #C0C0C0. Windows color (decimal): -4072651 or 3529665. OLE color: 3529665.
HSL color Cylindrical-coordinate representation of color #C1DB35: hue angle of 69.4º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1DB35 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 53 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.14 |
| HSL | 69.4º | 0.7% | 0.53% | - |
| HSV(B) | 69.4º | 0.76% | 0.86% | - |
| XYZ | 47.97 | 62.26 | 12.86 | - |
| YUV | 192.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 53 | 0.12 | 0 | 0.76 | 0.14 | 69.4 | 0.7 | 0.53 |
| Hex | C1 | DB | 35 | C | 0 | 4C | E | 45 | 46 | 35 |
| Octal | 301 | 333 | 65 | 14 | 0 | 114 | 16 | 105 | 106 | 65 |
| Binary | 11000001 | 11011011 | 110101 | 1100 | 0 | 1001100 | 1110 | 1000101 | 1000110 | 110101 |
Color Harmonies of #C1DB35
Complementary color
Monochromatic Colors of #C1DB35
Black with #C1DB35
Text Example
Text Example
White with #C1DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB35; }
p { color: rgb(193,219,53); }
H1.HeaderClassName
{
color: #C1DB35;
}
.AnyTagClassName
{
color: #C1DB35;
}
</style>
background-color css
<style>
a { background-color: #C1DB35; }
a { background-color: rgb(193,219,53); }
div.DivClassName
{
background-color: #C1DB35;
}
.BgClassName
{
background-color: #C1DB35;
}
</style>
border-color css
<style>
span { border-color: #C1DB35; }
span { border-color: rgb(193,219,53); }
td.TdClassName
{
border-color: #C1DB35;
}
.TagClassName
{
border-color: #C1DB35;
}
</style>