Shades of Las Palmas #C9DD42
Tints of Las Palmas #C9DD42
RGB
CMYK
RGB Variations
Color information
#C9DD42 (or 0xC9DD42) is known color: Las Palmas. HEX triplet: C9, DD and 42. RGB value is (201,221,66). Sum of RGB (Red+Green+Blue) = 201+221+66=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DD42 is #3622BD. Grayscale: #C5C5C5. Windows color (decimal): -3547838 or 4382153. OLE color: 4382153.
HSL color Cylindrical-coordinate representation of color #C9DD42: hue angle of 67.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9DD42 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 66 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.13 |
| HSL | 67.74º | 0.7% | 0.56% | - |
| HSV(B) | 67.74º | 0.7% | 0.87% | - |
| XYZ | 50.93 | 64.52 | 14.92 | - |
| YUV | 197.35 | 53.87 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 66 | 0.09 | 0 | 0.70 | 0.13 | 67.74 | 0.7 | 0.56 |
| Hex | C9 | DD | 42 | 9 | 0 | 46 | D | 44 | 46 | 38 |
| Octal | 311 | 335 | 102 | 11 | 0 | 106 | 15 | 104 | 106 | 70 |
| Binary | 11001001 | 11011101 | 1000010 | 1001 | 0 | 1000110 | 1101 | 1000100 | 1000110 | 111000 |
Color Harmonies of #C9DD42
Complementary color
Monochromatic Colors of #C9DD42
Black with #C9DD42
Text Example
Text Example
White with #C9DD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD42; }
p { color: rgb(201,221,66); }
H1.HeaderClassName
{
color: #C9DD42;
}
.AnyTagClassName
{
color: #C9DD42;
}
</style>
background-color css
<style>
a { background-color: #C9DD42; }
a { background-color: rgb(201,221,66); }
div.DivClassName
{
background-color: #C9DD42;
}
.BgClassName
{
background-color: #C9DD42;
}
</style>
border-color css
<style>
span { border-color: #C9DD42; }
span { border-color: rgb(201,221,66); }
td.TdClassName
{
border-color: #C9DD42;
}
.TagClassName
{
border-color: #C9DD42;
}
</style>