Shades of Las Palmas #C9D23D
Tints of Las Palmas #C9D23D
RGB
CMYK
RGB Variations
Color information
#C9D23D (or 0xC9D23D) is known color: Las Palmas. HEX triplet: C9, D2 and 3D. RGB value is (201,210,61). Sum of RGB (Red+Green+Blue) = 201+210+61=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D23D is #362DC2. Grayscale: #BEBEBE. Windows color (decimal): -3550659 or 4051657. OLE color: 4051657.
HSL color Cylindrical-coordinate representation of color #C9D23D: hue angle of 63.62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9D23D is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 210 | 61 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.18 |
| HSL | 63.62º | 0.62% | 0.53% | - |
| HSV(B) | 63.62º | 0.71% | 0.82% | - |
| XYZ | 47.98 | 58.85 | 13.24 | - |
| YUV | 190.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 61 | 0.04 | 0 | 0.71 | 0.18 | 63.62 | 0.62 | 0.53 |
| Hex | C9 | D2 | 3D | 4 | 0 | 47 | 12 | 40 | 3E | 35 |
| Octal | 311 | 322 | 75 | 4 | 0 | 107 | 22 | 100 | 76 | 65 |
| Binary | 11001001 | 11010010 | 111101 | 100 | 0 | 1000111 | 10010 | 1000000 | 111110 | 110101 |
Color Harmonies of #C9D23D
Complementary color
Monochromatic Colors of #C9D23D
Black with #C9D23D
Text Example
Text Example
White with #C9D23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D23D; }
p { color: rgb(201,210,61); }
H1.HeaderClassName
{
color: #C9D23D;
}
.AnyTagClassName
{
color: #C9D23D;
}
</style>
background-color css
<style>
a { background-color: #C9D23D; }
a { background-color: rgb(201,210,61); }
div.DivClassName
{
background-color: #C9D23D;
}
.BgClassName
{
background-color: #C9D23D;
}
</style>
border-color css
<style>
span { border-color: #C9D23D; }
span { border-color: rgb(201,210,61); }
td.TdClassName
{
border-color: #C9D23D;
}
.TagClassName
{
border-color: #C9D23D;
}
</style>