Shades of Las Palmas #C1EC37
Tints of Las Palmas #C1EC37
RGB
CMYK
RGB Variations
Color information
#C1EC37 (or 0xC1EC37) is known color: Las Palmas. HEX triplet: C1, EC and 37. RGB value is (193,236,55). Sum of RGB (Red+Green+Blue) = 193+236+55=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EC37 is #3E13C8. Grayscale: #CBCBCB. Windows color (decimal): -4068297 or 3665089. OLE color: 3665089.
HSL color Cylindrical-coordinate representation of color #C1EC37: hue angle of 74.25º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1EC37 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 55 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.07 |
| HSL | 74.25º | 0.83% | 0.57% | - |
| HSV(B) | 74.25º | 0.77% | 0.93% | - |
| XYZ | 52.68 | 71.6 | 14.66 | - |
| YUV | 202.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 55 | 0.18 | 0 | 0.77 | 0.07 | 74.25 | 0.83 | 0.57 |
| Hex | C1 | EC | 37 | 12 | 0 | 4D | 7 | 4A | 53 | 39 |
| Octal | 301 | 354 | 67 | 22 | 0 | 115 | 7 | 112 | 123 | 71 |
| Binary | 11000001 | 11101100 | 110111 | 10010 | 0 | 1001101 | 111 | 1001010 | 1010011 | 111001 |
Color Harmonies of #C1EC37
Complementary color
Monochromatic Colors of #C1EC37
Black with #C1EC37
Text Example
Text Example
White with #C1EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC37; }
p { color: rgb(193,236,55); }
H1.HeaderClassName
{
color: #C1EC37;
}
.AnyTagClassName
{
color: #C1EC37;
}
</style>
background-color css
<style>
a { background-color: #C1EC37; }
a { background-color: rgb(193,236,55); }
div.DivClassName
{
background-color: #C1EC37;
}
.BgClassName
{
background-color: #C1EC37;
}
</style>
border-color css
<style>
span { border-color: #C1EC37; }
span { border-color: rgb(193,236,55); }
td.TdClassName
{
border-color: #C1EC37;
}
.TagClassName
{
border-color: #C1EC37;
}
</style>