Shades of Las Palmas #C9D938
Tints of Las Palmas #C9D938
RGB
CMYK
RGB Variations
Color information
#C9D938 (or 0xC9D938) is known color: Las Palmas. HEX triplet: C9, D9 and 38. RGB value is (201,217,56). Sum of RGB (Red+Green+Blue) = 201+217+56=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D938 is #3626C7. Grayscale: #C2C2C2. Windows color (decimal): -3548872 or 3725769. OLE color: 3725769.
HSL color Cylindrical-coordinate representation of color #C9D938: hue angle of 65.96º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9D938 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 56 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.15 |
| HSL | 65.96º | 0.68% | 0.54% | - |
| HSV(B) | 65.96º | 0.74% | 0.85% | - |
| XYZ | 49.61 | 62.33 | 13.16 | - |
| YUV | 193.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 56 | 0.07 | 0 | 0.74 | 0.15 | 65.96 | 0.68 | 0.54 |
| Hex | C9 | D9 | 38 | 7 | 0 | 4A | F | 42 | 44 | 36 |
| Octal | 311 | 331 | 70 | 7 | 0 | 112 | 17 | 102 | 104 | 66 |
| Binary | 11001001 | 11011001 | 111000 | 111 | 0 | 1001010 | 1111 | 1000010 | 1000100 | 110110 |
Color Harmonies of #C9D938
Complementary color
Monochromatic Colors of #C9D938
Black with #C9D938
Text Example
Text Example
White with #C9D938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D938; }
p { color: rgb(201,217,56); }
H1.HeaderClassName
{
color: #C9D938;
}
.AnyTagClassName
{
color: #C9D938;
}
</style>
background-color css
<style>
a { background-color: #C9D938; }
a { background-color: rgb(201,217,56); }
div.DivClassName
{
background-color: #C9D938;
}
.BgClassName
{
background-color: #C9D938;
}
</style>
border-color css
<style>
span { border-color: #C9D938; }
span { border-color: rgb(201,217,56); }
td.TdClassName
{
border-color: #C9D938;
}
.TagClassName
{
border-color: #C9D938;
}
</style>