Shades of Las Palmas #C9DC31
Tints of Las Palmas #C9DC31
RGB
CMYK
RGB Variations
Color information
#C9DC31 (or 0xC9DC31) is known color: Las Palmas. HEX triplet: C9, DC and 31. RGB value is (201,220,49). Sum of RGB (Red+Green+Blue) = 201+220+49=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DC31 is #3623CE. Grayscale: #C3C3C3. Windows color (decimal): -3548111 or 3267785. OLE color: 3267785.
HSL color Cylindrical-coordinate representation of color #C9DC31: hue angle of 66.67º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9DC31 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 49 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.14 |
| HSL | 66.67º | 0.71% | 0.53% | - |
| HSV(B) | 66.67º | 0.78% | 0.86% | - |
| XYZ | 50.23 | 63.83 | 12.58 | - |
| YUV | 194.83 | 45.71 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 49 | 0.09 | 0 | 0.78 | 0.14 | 66.67 | 0.71 | 0.53 |
| Hex | C9 | DC | 31 | 9 | 0 | 4E | E | 43 | 47 | 35 |
| Octal | 311 | 334 | 61 | 11 | 0 | 116 | 16 | 103 | 107 | 65 |
| Binary | 11001001 | 11011100 | 110001 | 1001 | 0 | 1001110 | 1110 | 1000011 | 1000111 | 110101 |
Color Harmonies of #C9DC31
Complementary color
Monochromatic Colors of #C9DC31
Black with #C9DC31
Text Example
Text Example
White with #C9DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC31; }
p { color: rgb(201,220,49); }
H1.HeaderClassName
{
color: #C9DC31;
}
.AnyTagClassName
{
color: #C9DC31;
}
</style>
background-color css
<style>
a { background-color: #C9DC31; }
a { background-color: rgb(201,220,49); }
div.DivClassName
{
background-color: #C9DC31;
}
.BgClassName
{
background-color: #C9DC31;
}
</style>
border-color css
<style>
span { border-color: #C9DC31; }
span { border-color: rgb(201,220,49); }
td.TdClassName
{
border-color: #C9DC31;
}
.TagClassName
{
border-color: #C9DC31;
}
</style>