Shades of Las Palmas #C9DD4F
Tints of Las Palmas #C9DD4F
RGB
CMYK
RGB Variations
Color information
#C9DD4F (or 0xC9DD4F) is known color: Las Palmas. HEX triplet: C9, DD and 4F. RGB value is (201,221,79). Sum of RGB (Red+Green+Blue) = 201+221+79=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DD4F is #3622B0. Grayscale: #C7C7C7. Windows color (decimal): -3547825 or 5234121. OLE color: 5234121.
HSL color Cylindrical-coordinate representation of color #C9DD4F: hue angle of 68.45º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9DD4F is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 79 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.13 |
| HSL | 68.45º | 0.68% | 0.59% | - |
| HSV(B) | 68.45º | 0.64% | 0.87% | - |
| XYZ | 51.36 | 64.69 | 17.18 | - |
| YUV | 198.83 | 60.37 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 79 | 0.09 | 0 | 0.64 | 0.13 | 68.45 | 0.68 | 0.59 |
| Hex | C9 | DD | 4F | 9 | 0 | 40 | D | 44 | 44 | 3B |
| Octal | 311 | 335 | 117 | 11 | 0 | 100 | 15 | 104 | 104 | 73 |
| Binary | 11001001 | 11011101 | 1001111 | 1001 | 0 | 1000000 | 1101 | 1000100 | 1000100 | 111011 |
Color Harmonies of #C9DD4F
Complementary color
Monochromatic Colors of #C9DD4F
Black with #C9DD4F
Text Example
Text Example
White with #C9DD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD4F; }
p { color: rgb(201,221,79); }
H1.HeaderClassName
{
color: #C9DD4F;
}
.AnyTagClassName
{
color: #C9DD4F;
}
</style>
background-color css
<style>
a { background-color: #C9DD4F; }
a { background-color: rgb(201,221,79); }
div.DivClassName
{
background-color: #C9DD4F;
}
.BgClassName
{
background-color: #C9DD4F;
}
</style>
border-color css
<style>
span { border-color: #C9DD4F; }
span { border-color: rgb(201,221,79); }
td.TdClassName
{
border-color: #C9DD4F;
}
.TagClassName
{
border-color: #C9DD4F;
}
</style>