Shades of Las Palmas #C1EC3E
Tints of Las Palmas #C1EC3E
RGB
CMYK
RGB Variations
Color information
#C1EC3E (or 0xC1EC3E) is known color: Las Palmas. HEX triplet: C1, EC and 3E. RGB value is (193,236,62). Sum of RGB (Red+Green+Blue) = 193+236+62=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EC3E is #3E13C1. Grayscale: #CBCBCB. Windows color (decimal): -4068290 or 4123841. OLE color: 4123841.
HSL color Cylindrical-coordinate representation of color #C1EC3E: hue angle of 74.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1EC3E is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 62 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.07 |
| HSL | 74.83º | 0.82% | 0.58% | - |
| HSV(B) | 74.83º | 0.74% | 0.93% | - |
| XYZ | 52.86 | 71.68 | 15.61 | - |
| YUV | 203.31 | 48.25 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 62 | 0.18 | 0 | 0.74 | 0.07 | 74.83 | 0.82 | 0.58 |
| Hex | C1 | EC | 3E | 12 | 0 | 4A | 7 | 4B | 52 | 3A |
| Octal | 301 | 354 | 76 | 22 | 0 | 112 | 7 | 113 | 122 | 72 |
| Binary | 11000001 | 11101100 | 111110 | 10010 | 0 | 1001010 | 111 | 1001011 | 1010010 | 111010 |
Color Harmonies of #C1EC3E
Complementary color
Monochromatic Colors of #C1EC3E
Black with #C1EC3E
Text Example
Text Example
White with #C1EC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC3E; }
p { color: rgb(193,236,62); }
H1.HeaderClassName
{
color: #C1EC3E;
}
.AnyTagClassName
{
color: #C1EC3E;
}
</style>
background-color css
<style>
a { background-color: #C1EC3E; }
a { background-color: rgb(193,236,62); }
div.DivClassName
{
background-color: #C1EC3E;
}
.BgClassName
{
background-color: #C1EC3E;
}
</style>
border-color css
<style>
span { border-color: #C1EC3E; }
span { border-color: rgb(193,236,62); }
td.TdClassName
{
border-color: #C1EC3E;
}
.TagClassName
{
border-color: #C1EC3E;
}
</style>