Shades of Las Palmas #C9E541
Tints of Las Palmas #C9E541
RGB
CMYK
RGB Variations
Color information
#C9E541 (or 0xC9E541) is known color: Las Palmas. HEX triplet: C9, E5 and 41. RGB value is (201,229,65). Sum of RGB (Red+Green+Blue) = 201+229+65=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E541 is #361ABE. Grayscale: #CACACA. Windows color (decimal): -3545791 or 4318665. OLE color: 4318665.
HSL color Cylindrical-coordinate representation of color #C9E541: hue angle of 70.24º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9E541 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 65 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.10 |
| HSL | 70.24º | 0.76% | 0.58% | - |
| HSV(B) | 70.24º | 0.72% | 0.9% | - |
| XYZ | 53.06 | 68.84 | 15.49 | - |
| YUV | 201.93 | 50.72 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 65 | 0.12 | 0 | 0.72 | 0.10 | 70.24 | 0.76 | 0.58 |
| Hex | C9 | E5 | 41 | C | 0 | 48 | A | 46 | 4C | 3A |
| Octal | 311 | 345 | 101 | 14 | 0 | 110 | 12 | 106 | 114 | 72 |
| Binary | 11001001 | 11100101 | 1000001 | 1100 | 0 | 1001000 | 1010 | 1000110 | 1001100 | 111010 |
Color Harmonies of #C9E541
Complementary color
Monochromatic Colors of #C9E541
Black with #C9E541
Text Example
Text Example
White with #C9E541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E541; }
p { color: rgb(201,229,65); }
H1.HeaderClassName
{
color: #C9E541;
}
.AnyTagClassName
{
color: #C9E541;
}
</style>
background-color css
<style>
a { background-color: #C9E541; }
a { background-color: rgb(201,229,65); }
div.DivClassName
{
background-color: #C9E541;
}
.BgClassName
{
background-color: #C9E541;
}
</style>
border-color css
<style>
span { border-color: #C9E541; }
span { border-color: rgb(201,229,65); }
td.TdClassName
{
border-color: #C9E541;
}
.TagClassName
{
border-color: #C9E541;
}
</style>