Shades of Las Palmas #C9E645
Tints of Las Palmas #C9E645
RGB
CMYK
RGB Variations
Color information
#C9E645 (or 0xC9E645) is known color: Las Palmas. HEX triplet: C9, E6 and 45. RGB value is (201,230,69). Sum of RGB (Red+Green+Blue) = 201+230+69=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9E645 is #3619BA. Grayscale: #CBCBCB. Windows color (decimal): -3545531 or 4581065. OLE color: 4581065.
HSL color Cylindrical-coordinate representation of color #C9E645: hue angle of 70.81º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9E645 is Cyan = 0.13, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 230 | 69 | - |
| CMYK | 0.13 | 0 | 0.7 | 0.10 |
| HSL | 70.81º | 0.76% | 0.59% | - |
| HSV(B) | 70.81º | 0.7% | 0.9% | - |
| XYZ | 53.46 | 69.44 | 16.22 | - |
| YUV | 202.98 | 52.39 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 230 | 69 | 0.13 | 0 | 0.7 | 0.10 | 70.81 | 0.76 | 0.59 |
| Hex | C9 | E6 | 45 | D | 0 | 46 | A | 47 | 4C | 3B |
| Octal | 311 | 346 | 105 | 15 | 0 | 106 | 12 | 107 | 114 | 73 |
| Binary | 11001001 | 11100110 | 1000101 | 1101 | 0 | 1000110 | 1010 | 1000111 | 1001100 | 111011 |
Color Harmonies of #C9E645
Complementary color
Monochromatic Colors of #C9E645
Black with #C9E645
Text Example
Text Example
White with #C9E645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E645; }
p { color: rgb(201,230,69); }
H1.HeaderClassName
{
color: #C9E645;
}
.AnyTagClassName
{
color: #C9E645;
}
</style>
background-color css
<style>
a { background-color: #C9E645; }
a { background-color: rgb(201,230,69); }
div.DivClassName
{
background-color: #C9E645;
}
.BgClassName
{
background-color: #C9E645;
}
</style>
border-color css
<style>
span { border-color: #C9E645; }
span { border-color: rgb(201,230,69); }
td.TdClassName
{
border-color: #C9E645;
}
.TagClassName
{
border-color: #C9E645;
}
</style>