Shades of Las Palmas #C1DE3E
Tints of Las Palmas #C1DE3E
RGB
CMYK
RGB Variations
Color information
#C1DE3E (or 0xC1DE3E) is known color: Las Palmas. HEX triplet: C1, DE and 3E. RGB value is (193,222,62). Sum of RGB (Red+Green+Blue) = 193+222+62=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DE3E is #3E21C1. Grayscale: #C3C3C3. Windows color (decimal): -4071874 or 4120257. OLE color: 4120257.
HSL color Cylindrical-coordinate representation of color #C1DE3E: hue angle of 70.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1DE3E is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 222 | 62 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.13 |
| HSL | 70.88º | 0.71% | 0.56% | - |
| HSV(B) | 70.88º | 0.72% | 0.87% | - |
| XYZ | 48.98 | 63.93 | 14.32 | - |
| YUV | 195.09 | 52.89 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 62 | 0.13 | 0 | 0.72 | 0.13 | 70.88 | 0.71 | 0.56 |
| Hex | C1 | DE | 3E | D | 0 | 48 | D | 47 | 47 | 38 |
| Octal | 301 | 336 | 76 | 15 | 0 | 110 | 15 | 107 | 107 | 70 |
| Binary | 11000001 | 11011110 | 111110 | 1101 | 0 | 1001000 | 1101 | 1000111 | 1000111 | 111000 |
Color Harmonies of #C1DE3E
Complementary color
Monochromatic Colors of #C1DE3E
Black with #C1DE3E
Text Example
Text Example
White with #C1DE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DE3E; }
p { color: rgb(193,222,62); }
H1.HeaderClassName
{
color: #C1DE3E;
}
.AnyTagClassName
{
color: #C1DE3E;
}
</style>
background-color css
<style>
a { background-color: #C1DE3E; }
a { background-color: rgb(193,222,62); }
div.DivClassName
{
background-color: #C1DE3E;
}
.BgClassName
{
background-color: #C1DE3E;
}
</style>
border-color css
<style>
span { border-color: #C1DE3E; }
span { border-color: rgb(193,222,62); }
td.TdClassName
{
border-color: #C1DE3E;
}
.TagClassName
{
border-color: #C1DE3E;
}
</style>