Shades of Las Palmas #C9D234
Tints of Las Palmas #C9D234
RGB
CMYK
RGB Variations
Color information
#C9D234 (or 0xC9D234) is known color: Las Palmas. HEX triplet: C9, D2 and 34. RGB value is (201,210,52). Sum of RGB (Red+Green+Blue) = 201+210+52=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D234 is #362DCB. Grayscale: #BDBDBD. Windows color (decimal): -3550668 or 3461833. OLE color: 3461833.
HSL color Cylindrical-coordinate representation of color #C9D234: hue angle of 63.42º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9D234 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 210 | 52 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.18 |
| HSL | 63.42º | 0.64% | 0.51% | - |
| HSV(B) | 63.42º | 0.75% | 0.82% | - |
| XYZ | 47.75 | 58.76 | 12.07 | - |
| YUV | 189.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 52 | 0.04 | 0 | 0.75 | 0.18 | 63.42 | 0.64 | 0.51 |
| Hex | C9 | D2 | 34 | 4 | 0 | 4B | 12 | 3F | 40 | 33 |
| Octal | 311 | 322 | 64 | 4 | 0 | 113 | 22 | 77 | 100 | 63 |
| Binary | 11001001 | 11010010 | 110100 | 100 | 0 | 1001011 | 10010 | 111111 | 1000000 | 110011 |
Color Harmonies of #C9D234
Complementary color
Monochromatic Colors of #C9D234
Black with #C9D234
Text Example
Text Example
White with #C9D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D234; }
p { color: rgb(201,210,52); }
H1.HeaderClassName
{
color: #C9D234;
}
.AnyTagClassName
{
color: #C9D234;
}
</style>
background-color css
<style>
a { background-color: #C9D234; }
a { background-color: rgb(201,210,52); }
div.DivClassName
{
background-color: #C9D234;
}
.BgClassName
{
background-color: #C9D234;
}
</style>
border-color css
<style>
span { border-color: #C9D234; }
span { border-color: rgb(201,210,52); }
td.TdClassName
{
border-color: #C9D234;
}
.TagClassName
{
border-color: #C9D234;
}
</style>