Shades of Las Palmas #C1DB3E
Tints of Las Palmas #C1DB3E
RGB
CMYK
RGB Variations
Color information
#C1DB3E (or 0xC1DB3E) is known color: Las Palmas. HEX triplet: C1, DB and 3E. RGB value is (193,219,62). Sum of RGB (Red+Green+Blue) = 193+219+62=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DB3E is #3E24C1. Grayscale: #C1C1C1. Windows color (decimal): -4072642 or 4119489. OLE color: 4119489.
HSL color Cylindrical-coordinate representation of color #C1DB3E: hue angle of 69.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1DB3E is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 62 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.14 |
| HSL | 69.94º | 0.69% | 0.55% | - |
| HSV(B) | 69.94º | 0.72% | 0.86% | - |
| XYZ | 48.19 | 62.35 | 14.05 | - |
| YUV | 193.33 | 53.89 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 62 | 0.12 | 0 | 0.72 | 0.14 | 69.94 | 0.69 | 0.55 |
| Hex | C1 | DB | 3E | C | 0 | 48 | E | 46 | 45 | 37 |
| Octal | 301 | 333 | 76 | 14 | 0 | 110 | 16 | 106 | 105 | 67 |
| Binary | 11000001 | 11011011 | 111110 | 1100 | 0 | 1001000 | 1110 | 1000110 | 1000101 | 110111 |
Color Harmonies of #C1DB3E
Complementary color
Monochromatic Colors of #C1DB3E
Black with #C1DB3E
Text Example
Text Example
White with #C1DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB3E; }
p { color: rgb(193,219,62); }
H1.HeaderClassName
{
color: #C1DB3E;
}
.AnyTagClassName
{
color: #C1DB3E;
}
</style>
background-color css
<style>
a { background-color: #C1DB3E; }
a { background-color: rgb(193,219,62); }
div.DivClassName
{
background-color: #C1DB3E;
}
.BgClassName
{
background-color: #C1DB3E;
}
</style>
border-color css
<style>
span { border-color: #C1DB3E; }
span { border-color: rgb(193,219,62); }
td.TdClassName
{
border-color: #C1DB3E;
}
.TagClassName
{
border-color: #C1DB3E;
}
</style>