Shades of Las Palmas #C1EA3C
Tints of Las Palmas #C1EA3C
RGB
CMYK
RGB Variations
Color information
#C1EA3C (or 0xC1EA3C) is known color: Las Palmas. HEX triplet: C1, EA and 3C. RGB value is (193,234,60). Sum of RGB (Red+Green+Blue) = 193+234+60=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EA3C is #3E15C3. Grayscale: #CACACA. Windows color (decimal): -4068804 or 3992257. OLE color: 3992257.
HSL color Cylindrical-coordinate representation of color #C1EA3C: hue angle of 74.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1EA3C is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 60 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.08 |
| HSL | 74.14º | 0.81% | 0.58% | - |
| HSV(B) | 74.14º | 0.74% | 0.92% | - |
| XYZ | 52.23 | 70.51 | 15.13 | - |
| YUV | 201.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 60 | 0.18 | 0 | 0.74 | 0.08 | 74.14 | 0.81 | 0.58 |
| Hex | C1 | EA | 3C | 12 | 0 | 4A | 8 | 4A | 51 | 3A |
| Octal | 301 | 352 | 74 | 22 | 0 | 112 | 10 | 112 | 121 | 72 |
| Binary | 11000001 | 11101010 | 111100 | 10010 | 0 | 1001010 | 1000 | 1001010 | 1010001 | 111010 |
Color Harmonies of #C1EA3C
Complementary color
Monochromatic Colors of #C1EA3C
Black with #C1EA3C
Text Example
Text Example
White with #C1EA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EA3C; }
p { color: rgb(193,234,60); }
H1.HeaderClassName
{
color: #C1EA3C;
}
.AnyTagClassName
{
color: #C1EA3C;
}
</style>
background-color css
<style>
a { background-color: #C1EA3C; }
a { background-color: rgb(193,234,60); }
div.DivClassName
{
background-color: #C1EA3C;
}
.BgClassName
{
background-color: #C1EA3C;
}
</style>
border-color css
<style>
span { border-color: #C1EA3C; }
span { border-color: rgb(193,234,60); }
td.TdClassName
{
border-color: #C1EA3C;
}
.TagClassName
{
border-color: #C1EA3C;
}
</style>