Shades of Las Palmas #C1EC35
Tints of Las Palmas #C1EC35
RGB
CMYK
RGB Variations
Color information
#C1EC35 (or 0xC1EC35) is known color: Las Palmas. HEX triplet: C1, EC and 35. RGB value is (193,236,53). Sum of RGB (Red+Green+Blue) = 193+236+53=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EC35 is #3E13CA. Grayscale: #CACACA. Windows color (decimal): -4068299 or 3534017. OLE color: 3534017.
HSL color Cylindrical-coordinate representation of color #C1EC35: hue angle of 74.1º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1EC35 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 53 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.07 |
| HSL | 74.1º | 0.83% | 0.57% | - |
| HSV(B) | 74.1º | 0.78% | 0.93% | - |
| XYZ | 52.63 | 71.59 | 14.41 | - |
| YUV | 202.28 | 43.75 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 53 | 0.18 | 0 | 0.78 | 0.07 | 74.1 | 0.83 | 0.57 |
| Hex | C1 | EC | 35 | 12 | 0 | 4E | 7 | 4A | 53 | 39 |
| Octal | 301 | 354 | 65 | 22 | 0 | 116 | 7 | 112 | 123 | 71 |
| Binary | 11000001 | 11101100 | 110101 | 10010 | 0 | 1001110 | 111 | 1001010 | 1010011 | 111001 |
Color Harmonies of #C1EC35
Complementary color
Monochromatic Colors of #C1EC35
Black with #C1EC35
Text Example
Text Example
White with #C1EC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC35; }
p { color: rgb(193,236,53); }
H1.HeaderClassName
{
color: #C1EC35;
}
.AnyTagClassName
{
color: #C1EC35;
}
</style>
background-color css
<style>
a { background-color: #C1EC35; }
a { background-color: rgb(193,236,53); }
div.DivClassName
{
background-color: #C1EC35;
}
.BgClassName
{
background-color: #C1EC35;
}
</style>
border-color css
<style>
span { border-color: #C1EC35; }
span { border-color: rgb(193,236,53); }
td.TdClassName
{
border-color: #C1EC35;
}
.TagClassName
{
border-color: #C1EC35;
}
</style>