Shades of Las Palmas #C9E145
Tints of Las Palmas #C9E145
RGB
CMYK
RGB Variations
Color information
#C9E145 (or 0xC9E145) is known color: Las Palmas. HEX triplet: C9, E1 and 45. RGB value is (201,225,69). Sum of RGB (Red+Green+Blue) = 201+225+69=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E145 is #361EBA. Grayscale: #C8C8C8. Windows color (decimal): -3546811 or 4579785. OLE color: 4579785.
HSL color Cylindrical-coordinate representation of color #C9E145: hue angle of 69.23º 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 #C9E145 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 69 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.12 |
| HSL | 69.23º | 0.72% | 0.58% | - |
| HSV(B) | 69.23º | 0.69% | 0.88% | - |
| XYZ | 52.09 | 66.7 | 15.76 | - |
| YUV | 200.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 69 | 0.11 | 0 | 0.69 | 0.12 | 69.23 | 0.72 | 0.58 |
| Hex | C9 | E1 | 45 | B | 0 | 45 | C | 45 | 48 | 3A |
| Octal | 311 | 341 | 105 | 13 | 0 | 105 | 14 | 105 | 110 | 72 |
| Binary | 11001001 | 11100001 | 1000101 | 1011 | 0 | 1000101 | 1100 | 1000101 | 1001000 | 111010 |
Color Harmonies of #C9E145
Complementary color
Monochromatic Colors of #C9E145
Black with #C9E145
Text Example
Text Example
White with #C9E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E145; }
p { color: rgb(201,225,69); }
H1.HeaderClassName
{
color: #C9E145;
}
.AnyTagClassName
{
color: #C9E145;
}
</style>
background-color css
<style>
a { background-color: #C9E145; }
a { background-color: rgb(201,225,69); }
div.DivClassName
{
background-color: #C9E145;
}
.BgClassName
{
background-color: #C9E145;
}
</style>
border-color css
<style>
span { border-color: #C9E145; }
span { border-color: rgb(201,225,69); }
td.TdClassName
{
border-color: #C9E145;
}
.TagClassName
{
border-color: #C9E145;
}
</style>