Shades of Las Palmas #C5EC41
Tints of Las Palmas #C5EC41
RGB
CMYK
RGB Variations
Color information
#C5EC41 (or 0xC5EC41) is known color: Las Palmas. HEX triplet: C5, EC and 41. RGB value is (197,236,65). Sum of RGB (Red+Green+Blue) = 197+236+65=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EC41 is #3A13BE. Grayscale: #CDCDCD. Windows color (decimal): -3806143 or 4320453. OLE color: 4320453.
HSL color Cylindrical-coordinate representation of color #C5EC41: hue angle of 73.68º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5EC41 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 65 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.07 |
| HSL | 73.68º | 0.82% | 0.59% | - |
| HSV(B) | 73.68º | 0.72% | 0.93% | - |
| XYZ | 53.98 | 72.24 | 16.1 | - |
| YUV | 204.85 | 49.08 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 65 | 0.17 | 0 | 0.72 | 0.07 | 73.68 | 0.82 | 0.59 |
| Hex | C5 | EC | 41 | 11 | 0 | 48 | 7 | 4A | 52 | 3B |
| Octal | 305 | 354 | 101 | 21 | 0 | 110 | 7 | 112 | 122 | 73 |
| Binary | 11000101 | 11101100 | 1000001 | 10001 | 0 | 1001000 | 111 | 1001010 | 1010010 | 111011 |
Color Harmonies of #C5EC41
Complementary color
Monochromatic Colors of #C5EC41
Black with #C5EC41
Text Example
Text Example
White with #C5EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC41; }
p { color: rgb(197,236,65); }
H1.HeaderClassName
{
color: #C5EC41;
}
.AnyTagClassName
{
color: #C5EC41;
}
</style>
background-color css
<style>
a { background-color: #C5EC41; }
a { background-color: rgb(197,236,65); }
div.DivClassName
{
background-color: #C5EC41;
}
.BgClassName
{
background-color: #C5EC41;
}
</style>
border-color css
<style>
span { border-color: #C5EC41; }
span { border-color: rgb(197,236,65); }
td.TdClassName
{
border-color: #C5EC41;
}
.TagClassName
{
border-color: #C5EC41;
}
</style>