Shades of Las Palmas #C1DB43
Tints of Las Palmas #C1DB43
RGB
CMYK
RGB Variations
Color information
#C1DB43 (or 0xC1DB43) is known color: Las Palmas. HEX triplet: C1, DB and 43. RGB value is (193,219,67). Sum of RGB (Red+Green+Blue) = 193+219+67=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 67 (26.56% from 255 or 13.99% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DB43 is #3E24BC. Grayscale: #C2C2C2. Windows color (decimal): -4072637 or 4447169. OLE color: 4447169.
HSL color Cylindrical-coordinate representation of color #C1DB43: hue angle of 70.26º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1DB43 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 67 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.14 |
| HSL | 70.26º | 0.68% | 0.56% | - |
| HSV(B) | 70.26º | 0.69% | 0.86% | - |
| XYZ | 48.34 | 62.41 | 14.81 | - |
| YUV | 193.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 67 | 0.12 | 0 | 0.69 | 0.14 | 70.26 | 0.68 | 0.56 |
| Hex | C1 | DB | 43 | C | 0 | 45 | E | 46 | 44 | 38 |
| Octal | 301 | 333 | 103 | 14 | 0 | 105 | 16 | 106 | 104 | 70 |
| Binary | 11000001 | 11011011 | 1000011 | 1100 | 0 | 1000101 | 1110 | 1000110 | 1000100 | 111000 |
Color Harmonies of #C1DB43
Complementary color
Monochromatic Colors of #C1DB43
Black with #C1DB43
Text Example
Text Example
White with #C1DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB43; }
p { color: rgb(193,219,67); }
H1.HeaderClassName
{
color: #C1DB43;
}
.AnyTagClassName
{
color: #C1DB43;
}
</style>
background-color css
<style>
a { background-color: #C1DB43; }
a { background-color: rgb(193,219,67); }
div.DivClassName
{
background-color: #C1DB43;
}
.BgClassName
{
background-color: #C1DB43;
}
</style>
border-color css
<style>
span { border-color: #C1DB43; }
span { border-color: rgb(193,219,67); }
td.TdClassName
{
border-color: #C1DB43;
}
.TagClassName
{
border-color: #C1DB43;
}
</style>