Shades of Las Palmas #C9E540
Tints of Las Palmas #C9E540
RGB
CMYK
RGB Variations
Color information
#C9E540 (or 0xC9E540) is known color: Las Palmas. HEX triplet: C9, E5 and 40. RGB value is (201,229,64). Sum of RGB (Red+Green+Blue) = 201+229+64=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E540 is #361ABF. Grayscale: #CACACA. Windows color (decimal): -3545792 or 4253129. OLE color: 4253129.
HSL color Cylindrical-coordinate representation of color #C9E540: hue angle of 70.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9E540 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 64 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.10 |
| HSL | 70.18º | 0.76% | 0.57% | - |
| HSV(B) | 70.18º | 0.72% | 0.9% | - |
| XYZ | 53.03 | 68.83 | 15.34 | - |
| YUV | 201.82 | 50.22 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 64 | 0.12 | 0 | 0.72 | 0.10 | 70.18 | 0.76 | 0.57 |
| Hex | C9 | E5 | 40 | C | 0 | 48 | A | 46 | 4C | 39 |
| Octal | 311 | 345 | 100 | 14 | 0 | 110 | 12 | 106 | 114 | 71 |
| Binary | 11001001 | 11100101 | 1000000 | 1100 | 0 | 1001000 | 1010 | 1000110 | 1001100 | 111001 |
Color Harmonies of #C9E540
Complementary color
Monochromatic Colors of #C9E540
Black with #C9E540
Text Example
Text Example
White with #C9E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E540; }
p { color: rgb(201,229,64); }
H1.HeaderClassName
{
color: #C9E540;
}
.AnyTagClassName
{
color: #C9E540;
}
</style>
background-color css
<style>
a { background-color: #C9E540; }
a { background-color: rgb(201,229,64); }
div.DivClassName
{
background-color: #C9E540;
}
.BgClassName
{
background-color: #C9E540;
}
</style>
border-color css
<style>
span { border-color: #C9E540; }
span { border-color: rgb(201,229,64); }
td.TdClassName
{
border-color: #C9E540;
}
.TagClassName
{
border-color: #C9E540;
}
</style>