Shades of Las Palmas #C9DD49
Tints of Las Palmas #C9DD49
RGB
CMYK
RGB Variations
Color information
#C9DD49 (or 0xC9DD49) is known color: Las Palmas. HEX triplet: C9, DD and 49. RGB value is (201,221,73). Sum of RGB (Red+Green+Blue) = 201+221+73=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DD49 is #3622B6. Grayscale: #C6C6C6. Windows color (decimal): -3547831 or 4840905. OLE color: 4840905.
HSL color Cylindrical-coordinate representation of color #C9DD49: hue angle of 68.11º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9DD49 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 73 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.13 |
| HSL | 68.11º | 0.69% | 0.58% | - |
| HSV(B) | 68.11º | 0.67% | 0.87% | - |
| XYZ | 51.15 | 64.61 | 16.08 | - |
| YUV | 198.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 73 | 0.09 | 0 | 0.67 | 0.13 | 68.11 | 0.69 | 0.58 |
| Hex | C9 | DD | 49 | 9 | 0 | 43 | D | 44 | 45 | 3A |
| Octal | 311 | 335 | 111 | 11 | 0 | 103 | 15 | 104 | 105 | 72 |
| Binary | 11001001 | 11011101 | 1001001 | 1001 | 0 | 1000011 | 1101 | 1000100 | 1000101 | 111010 |
Color Harmonies of #C9DD49
Complementary color
Monochromatic Colors of #C9DD49
Black with #C9DD49
Text Example
Text Example
White with #C9DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD49; }
p { color: rgb(201,221,73); }
H1.HeaderClassName
{
color: #C9DD49;
}
.AnyTagClassName
{
color: #C9DD49;
}
</style>
background-color css
<style>
a { background-color: #C9DD49; }
a { background-color: rgb(201,221,73); }
div.DivClassName
{
background-color: #C9DD49;
}
.BgClassName
{
background-color: #C9DD49;
}
</style>
border-color css
<style>
span { border-color: #C9DD49; }
span { border-color: rgb(201,221,73); }
td.TdClassName
{
border-color: #C9DD49;
}
.TagClassName
{
border-color: #C9DD49;
}
</style>