Shades of Las Palmas #C9DD4E
Tints of Las Palmas #C9DD4E
RGB
CMYK
RGB Variations
Color information
#C9DD4E (or 0xC9DD4E) is known color: Las Palmas. HEX triplet: C9, DD and 4E. RGB value is (201,221,78). Sum of RGB (Red+Green+Blue) = 201+221+78=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DD4E is #3622B1. Grayscale: #C7C7C7. Windows color (decimal): -3547826 or 5168585. OLE color: 5168585.
HSL color Cylindrical-coordinate representation of color #C9DD4E: hue angle of 68.39º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9DD4E is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 78 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.13 |
| HSL | 68.39º | 0.68% | 0.59% | - |
| HSV(B) | 68.39º | 0.65% | 0.87% | - |
| XYZ | 51.32 | 64.68 | 16.99 | - |
| YUV | 198.72 | 59.87 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 78 | 0.09 | 0 | 0.65 | 0.13 | 68.39 | 0.68 | 0.59 |
| Hex | C9 | DD | 4E | 9 | 0 | 41 | D | 44 | 44 | 3B |
| Octal | 311 | 335 | 116 | 11 | 0 | 101 | 15 | 104 | 104 | 73 |
| Binary | 11001001 | 11011101 | 1001110 | 1001 | 0 | 1000001 | 1101 | 1000100 | 1000100 | 111011 |
Color Harmonies of #C9DD4E
Complementary color
Monochromatic Colors of #C9DD4E
Black with #C9DD4E
Text Example
Text Example
White with #C9DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD4E; }
p { color: rgb(201,221,78); }
H1.HeaderClassName
{
color: #C9DD4E;
}
.AnyTagClassName
{
color: #C9DD4E;
}
</style>
background-color css
<style>
a { background-color: #C9DD4E; }
a { background-color: rgb(201,221,78); }
div.DivClassName
{
background-color: #C9DD4E;
}
.BgClassName
{
background-color: #C9DD4E;
}
</style>
border-color css
<style>
span { border-color: #C9DD4E; }
span { border-color: rgb(201,221,78); }
td.TdClassName
{
border-color: #C9DD4E;
}
.TagClassName
{
border-color: #C9DD4E;
}
</style>