Shades of Las Palmas #C9D94C
Tints of Las Palmas #C9D94C
RGB
CMYK
RGB Variations
Color information
#C9D94C (or 0xC9D94C) is known color: Las Palmas. HEX triplet: C9, D9 and 4C. RGB value is (201,217,76). Sum of RGB (Red+Green+Blue) = 201+217+76=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D94C is #3626B3. Grayscale: #C4C4C4. Windows color (decimal): -3548852 or 5036489. OLE color: 5036489.
HSL color Cylindrical-coordinate representation of color #C9D94C: hue angle of 66.81º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9D94C is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 76 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.15 |
| HSL | 66.81º | 0.65% | 0.57% | - |
| HSV(B) | 66.81º | 0.65% | 0.85% | - |
| XYZ | 50.2 | 62.57 | 16.27 | - |
| YUV | 196.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 76 | 0.07 | 0 | 0.65 | 0.15 | 66.81 | 0.65 | 0.57 |
| Hex | C9 | D9 | 4C | 7 | 0 | 41 | F | 43 | 41 | 39 |
| Octal | 311 | 331 | 114 | 7 | 0 | 101 | 17 | 103 | 101 | 71 |
| Binary | 11001001 | 11011001 | 1001100 | 111 | 0 | 1000001 | 1111 | 1000011 | 1000001 | 111001 |
Color Harmonies of #C9D94C
Complementary color
Monochromatic Colors of #C9D94C
Black with #C9D94C
Text Example
Text Example
White with #C9D94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D94C; }
p { color: rgb(201,217,76); }
H1.HeaderClassName
{
color: #C9D94C;
}
.AnyTagClassName
{
color: #C9D94C;
}
</style>
background-color css
<style>
a { background-color: #C9D94C; }
a { background-color: rgb(201,217,76); }
div.DivClassName
{
background-color: #C9D94C;
}
.BgClassName
{
background-color: #C9D94C;
}
</style>
border-color css
<style>
span { border-color: #C9D94C; }
span { border-color: rgb(201,217,76); }
td.TdClassName
{
border-color: #C9D94C;
}
.TagClassName
{
border-color: #C9D94C;
}
</style>