Shades of Las Palmas #C9DA32
Tints of Las Palmas #C9DA32
RGB
CMYK
RGB Variations
Color information
#C9DA32 (or 0xC9DA32) is known color: Las Palmas. HEX triplet: C9, DA and 32. RGB value is (201,218,50). Sum of RGB (Red+Green+Blue) = 201+218+50=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DA32 is #3625CD. Grayscale: #C2C2C2. Windows color (decimal): -3548622 or 3332809. OLE color: 3332809.
HSL color Cylindrical-coordinate representation of color #C9DA32: hue angle of 66.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9DA32 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 50 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.15 |
| HSL | 66.07º | 0.69% | 0.53% | - |
| HSV(B) | 66.07º | 0.77% | 0.85% | - |
| XYZ | 49.73 | 62.79 | 12.52 | - |
| YUV | 193.77 | 46.87 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 50 | 0.08 | 0 | 0.77 | 0.15 | 66.07 | 0.69 | 0.53 |
| Hex | C9 | DA | 32 | 8 | 0 | 4D | F | 42 | 45 | 35 |
| Octal | 311 | 332 | 62 | 10 | 0 | 115 | 17 | 102 | 105 | 65 |
| Binary | 11001001 | 11011010 | 110010 | 1000 | 0 | 1001101 | 1111 | 1000010 | 1000101 | 110101 |
Color Harmonies of #C9DA32
Complementary color
Monochromatic Colors of #C9DA32
Black with #C9DA32
Text Example
Text Example
White with #C9DA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA32; }
p { color: rgb(201,218,50); }
H1.HeaderClassName
{
color: #C9DA32;
}
.AnyTagClassName
{
color: #C9DA32;
}
</style>
background-color css
<style>
a { background-color: #C9DA32; }
a { background-color: rgb(201,218,50); }
div.DivClassName
{
background-color: #C9DA32;
}
.BgClassName
{
background-color: #C9DA32;
}
</style>
border-color css
<style>
span { border-color: #C9DA32; }
span { border-color: rgb(201,218,50); }
td.TdClassName
{
border-color: #C9DA32;
}
.TagClassName
{
border-color: #C9DA32;
}
</style>