Shades of Las Palmas #C9D040
Tints of Las Palmas #C9D040
RGB
CMYK
RGB Variations
Color information
#C9D040 (or 0xC9D040) is known color: Las Palmas. HEX triplet: C9, D0 and 40. RGB value is (201,208,64). Sum of RGB (Red+Green+Blue) = 201+208+64=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D040 is #362FBF. Grayscale: #BEBEBE. Windows color (decimal): -3551168 or 4247753. OLE color: 4247753.
HSL color Cylindrical-coordinate representation of color #C9D040: hue angle of 62.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9D040 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 64 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.18 |
| HSL | 62.92º | 0.61% | 0.53% | - |
| HSV(B) | 62.92º | 0.69% | 0.82% | - |
| XYZ | 47.57 | 57.9 | 13.52 | - |
| YUV | 189.49 | 57.18 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 64 | 0.03 | 0 | 0.69 | 0.18 | 62.92 | 0.61 | 0.53 |
| Hex | C9 | D0 | 40 | 3 | 0 | 45 | 12 | 3F | 3D | 35 |
| Octal | 311 | 320 | 100 | 3 | 0 | 105 | 22 | 77 | 75 | 65 |
| Binary | 11001001 | 11010000 | 1000000 | 11 | 0 | 1000101 | 10010 | 111111 | 111101 | 110101 |
Color Harmonies of #C9D040
Complementary color
Monochromatic Colors of #C9D040
Black with #C9D040
Text Example
Text Example
White with #C9D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D040; }
p { color: rgb(201,208,64); }
H1.HeaderClassName
{
color: #C9D040;
}
.AnyTagClassName
{
color: #C9D040;
}
</style>
background-color css
<style>
a { background-color: #C9D040; }
a { background-color: rgb(201,208,64); }
div.DivClassName
{
background-color: #C9D040;
}
.BgClassName
{
background-color: #C9D040;
}
</style>
border-color css
<style>
span { border-color: #C9D040; }
span { border-color: rgb(201,208,64); }
td.TdClassName
{
border-color: #C9D040;
}
.TagClassName
{
border-color: #C9D040;
}
</style>