Shades of Las Palmas #C1DA41
Tints of Las Palmas #C1DA41
RGB
CMYK
RGB Variations
Color information
#C1DA41 (or 0xC1DA41) is known color: Las Palmas. HEX triplet: C1, DA and 41. RGB value is (193,218,65). Sum of RGB (Red+Green+Blue) = 193+218+65=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DA41 is #3E25BE. Grayscale: #C1C1C1. Windows color (decimal): -4072895 or 4315841. OLE color: 4315841.
HSL color Cylindrical-coordinate representation of color #C1DA41: hue angle of 69.8º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1DA41 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 65 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.15 |
| HSL | 69.8º | 0.67% | 0.55% | - |
| HSV(B) | 69.8º | 0.7% | 0.85% | - |
| XYZ | 48.02 | 61.86 | 14.41 | - |
| YUV | 193.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 65 | 0.11 | 0 | 0.70 | 0.15 | 69.8 | 0.67 | 0.55 |
| Hex | C1 | DA | 41 | B | 0 | 46 | F | 46 | 43 | 37 |
| Octal | 301 | 332 | 101 | 13 | 0 | 106 | 17 | 106 | 103 | 67 |
| Binary | 11000001 | 11011010 | 1000001 | 1011 | 0 | 1000110 | 1111 | 1000110 | 1000011 | 110111 |
Color Harmonies of #C1DA41
Complementary color
Monochromatic Colors of #C1DA41
Black with #C1DA41
Text Example
Text Example
White with #C1DA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DA41; }
p { color: rgb(193,218,65); }
H1.HeaderClassName
{
color: #C1DA41;
}
.AnyTagClassName
{
color: #C1DA41;
}
</style>
background-color css
<style>
a { background-color: #C1DA41; }
a { background-color: rgb(193,218,65); }
div.DivClassName
{
background-color: #C1DA41;
}
.BgClassName
{
background-color: #C1DA41;
}
</style>
border-color css
<style>
span { border-color: #C1DA41; }
span { border-color: rgb(193,218,65); }
td.TdClassName
{
border-color: #C1DA41;
}
.TagClassName
{
border-color: #C1DA41;
}
</style>