Shades of Las Palmas #C4E145
Tints of Las Palmas #C4E145
RGB
CMYK
RGB Variations
Color information
#C4E145 (or 0xC4E145) is known color: Las Palmas. HEX triplet: C4, E1 and 45. RGB value is (196,225,69). Sum of RGB (Red+Green+Blue) = 196+225+69=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E145 is #3B1EBA. Grayscale: #C7C7C7. Windows color (decimal): -3874491 or 4579780. OLE color: 4579780.
HSL color Cylindrical-coordinate representation of color #C4E145: hue angle of 71.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4E145 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 69 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.12 |
| HSL | 71.15º | 0.72% | 0.58% | - |
| HSV(B) | 71.15º | 0.69% | 0.88% | - |
| XYZ | 50.76 | 66.02 | 15.7 | - |
| YUV | 198.55 | 54.89 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 69 | 0.13 | 0 | 0.69 | 0.12 | 71.15 | 0.72 | 0.58 |
| Hex | C4 | E1 | 45 | D | 0 | 45 | C | 47 | 48 | 3A |
| Octal | 304 | 341 | 105 | 15 | 0 | 105 | 14 | 107 | 110 | 72 |
| Binary | 11000100 | 11100001 | 1000101 | 1101 | 0 | 1000101 | 1100 | 1000111 | 1001000 | 111010 |
Color Harmonies of #C4E145
Complementary color
Monochromatic Colors of #C4E145
Black with #C4E145
Text Example
Text Example
White with #C4E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E145; }
p { color: rgb(196,225,69); }
H1.HeaderClassName
{
color: #C4E145;
}
.AnyTagClassName
{
color: #C4E145;
}
</style>
background-color css
<style>
a { background-color: #C4E145; }
a { background-color: rgb(196,225,69); }
div.DivClassName
{
background-color: #C4E145;
}
.BgClassName
{
background-color: #C4E145;
}
</style>
border-color css
<style>
span { border-color: #C4E145; }
span { border-color: rgb(196,225,69); }
td.TdClassName
{
border-color: #C4E145;
}
.TagClassName
{
border-color: #C4E145;
}
</style>