Shades of Las Palmas #C9D94D
Tints of Las Palmas #C9D94D
RGB
CMYK
RGB Variations
Color information
#C9D94D (or 0xC9D94D) is known color: Las Palmas. HEX triplet: C9, D9 and 4D. RGB value is (201,217,77). Sum of RGB (Red+Green+Blue) = 201+217+77=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D94D is #3626B2. Grayscale: #C4C4C4. Windows color (decimal): -3548851 or 5102025. OLE color: 5102025.
HSL color Cylindrical-coordinate representation of color #C9D94D: hue angle of 66.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9D94D is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 77 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.15 |
| HSL | 66.86º | 0.65% | 0.58% | - |
| HSV(B) | 66.86º | 0.65% | 0.85% | - |
| XYZ | 50.24 | 62.58 | 16.45 | - |
| YUV | 196.26 | 60.7 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 77 | 0.07 | 0 | 0.65 | 0.15 | 66.86 | 0.65 | 0.58 |
| Hex | C9 | D9 | 4D | 7 | 0 | 41 | F | 43 | 41 | 3A |
| Octal | 311 | 331 | 115 | 7 | 0 | 101 | 17 | 103 | 101 | 72 |
| Binary | 11001001 | 11011001 | 1001101 | 111 | 0 | 1000001 | 1111 | 1000011 | 1000001 | 111010 |
Color Harmonies of #C9D94D
Complementary color
Monochromatic Colors of #C9D94D
Black with #C9D94D
Text Example
Text Example
White with #C9D94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D94D; }
p { color: rgb(201,217,77); }
H1.HeaderClassName
{
color: #C9D94D;
}
.AnyTagClassName
{
color: #C9D94D;
}
</style>
background-color css
<style>
a { background-color: #C9D94D; }
a { background-color: rgb(201,217,77); }
div.DivClassName
{
background-color: #C9D94D;
}
.BgClassName
{
background-color: #C9D94D;
}
</style>
border-color css
<style>
span { border-color: #C9D94D; }
span { border-color: rgb(201,217,77); }
td.TdClassName
{
border-color: #C9D94D;
}
.TagClassName
{
border-color: #C9D94D;
}
</style>