Shades of Las Palmas #C5EA3C
Tints of Las Palmas #C5EA3C
RGB
CMYK
RGB Variations
Color information
#C5EA3C (or 0xC5EA3C) is known color: Las Palmas. HEX triplet: C5, EA and 3C. RGB value is (197,234,60). Sum of RGB (Red+Green+Blue) = 197+234+60=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EA3C is #3A15C3. Grayscale: #CBCBCB. Windows color (decimal): -3806660 or 3992261. OLE color: 3992261.
HSL color Cylindrical-coordinate representation of color #C5EA3C: hue angle of 72.76º 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 #C5EA3C is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 60 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.08 |
| HSL | 72.76º | 0.81% | 0.58% | - |
| HSV(B) | 72.76º | 0.74% | 0.92% | - |
| XYZ | 53.26 | 71.04 | 15.18 | - |
| YUV | 203.1 | 47.24 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 60 | 0.16 | 0 | 0.74 | 0.08 | 72.76 | 0.81 | 0.58 |
| Hex | C5 | EA | 3C | 10 | 0 | 4A | 8 | 49 | 51 | 3A |
| Octal | 305 | 352 | 74 | 20 | 0 | 112 | 10 | 111 | 121 | 72 |
| Binary | 11000101 | 11101010 | 111100 | 10000 | 0 | 1001010 | 1000 | 1001001 | 1010001 | 111010 |
Color Harmonies of #C5EA3C
Complementary color
Monochromatic Colors of #C5EA3C
Black with #C5EA3C
Text Example
Text Example
White with #C5EA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA3C; }
p { color: rgb(197,234,60); }
H1.HeaderClassName
{
color: #C5EA3C;
}
.AnyTagClassName
{
color: #C5EA3C;
}
</style>
background-color css
<style>
a { background-color: #C5EA3C; }
a { background-color: rgb(197,234,60); }
div.DivClassName
{
background-color: #C5EA3C;
}
.BgClassName
{
background-color: #C5EA3C;
}
</style>
border-color css
<style>
span { border-color: #C5EA3C; }
span { border-color: rgb(197,234,60); }
td.TdClassName
{
border-color: #C5EA3C;
}
.TagClassName
{
border-color: #C5EA3C;
}
</style>