Shades of Las Palmas #C1E148
Tints of Las Palmas #C1E148
RGB
CMYK
RGB Variations
Color information
#C1E148 (or 0xC1E148) is known color: Las Palmas. HEX triplet: C1, E1 and 48. RGB value is (193,225,72). Sum of RGB (Red+Green+Blue) = 193+225+72=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E148 is #3E1EB7. Grayscale: #C6C6C6. Windows color (decimal): -4071096 or 4776385. OLE color: 4776385.
HSL color Cylindrical-coordinate representation of color #C1E148: hue angle of 72.55º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1E148 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 72 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.12 |
| HSL | 72.55º | 0.72% | 0.58% | - |
| HSV(B) | 72.55º | 0.68% | 0.88% | - |
| XYZ | 50.09 | 65.66 | 16.16 | - |
| YUV | 197.99 | 56.9 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 72 | 0.14 | 0 | 0.68 | 0.12 | 72.55 | 0.72 | 0.58 |
| Hex | C1 | E1 | 48 | E | 0 | 44 | C | 49 | 48 | 3A |
| Octal | 301 | 341 | 110 | 16 | 0 | 104 | 14 | 111 | 110 | 72 |
| Binary | 11000001 | 11100001 | 1001000 | 1110 | 0 | 1000100 | 1100 | 1001001 | 1001000 | 111010 |
Color Harmonies of #C1E148
Complementary color
Monochromatic Colors of #C1E148
Black with #C1E148
Text Example
Text Example
White with #C1E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E148; }
p { color: rgb(193,225,72); }
H1.HeaderClassName
{
color: #C1E148;
}
.AnyTagClassName
{
color: #C1E148;
}
</style>
background-color css
<style>
a { background-color: #C1E148; }
a { background-color: rgb(193,225,72); }
div.DivClassName
{
background-color: #C1E148;
}
.BgClassName
{
background-color: #C1E148;
}
</style>
border-color css
<style>
span { border-color: #C1E148; }
span { border-color: rgb(193,225,72); }
td.TdClassName
{
border-color: #C1E148;
}
.TagClassName
{
border-color: #C1E148;
}
</style>