Shades of Las Palmas #C9DA2F
Tints of Las Palmas #C9DA2F
RGB
CMYK
RGB Variations
Color information
#C9DA2F (or 0xC9DA2F) is known color: Las Palmas. HEX triplet: C9, DA and 2F. RGB value is (201,218,47). Sum of RGB (Red+Green+Blue) = 201+218+47=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DA2F is #3625D0. Grayscale: #C2C2C2. Windows color (decimal): -3548625 or 3136201. OLE color: 3136201.
HSL color Cylindrical-coordinate representation of color #C9DA2F: hue angle of 65.96º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9DA2F is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 47 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.15 |
| HSL | 65.96º | 0.7% | 0.52% | - |
| HSV(B) | 65.96º | 0.78% | 0.85% | - |
| XYZ | 49.67 | 62.77 | 12.19 | - |
| YUV | 193.42 | 45.37 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 47 | 0.08 | 0 | 0.78 | 0.15 | 65.96 | 0.7 | 0.52 |
| Hex | C9 | DA | 2F | 8 | 0 | 4E | F | 42 | 46 | 34 |
| Octal | 311 | 332 | 57 | 10 | 0 | 116 | 17 | 102 | 106 | 64 |
| Binary | 11001001 | 11011010 | 101111 | 1000 | 0 | 1001110 | 1111 | 1000010 | 1000110 | 110100 |
Color Harmonies of #C9DA2F
Complementary color
Monochromatic Colors of #C9DA2F
Black with #C9DA2F
Text Example
Text Example
White with #C9DA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA2F; }
p { color: rgb(201,218,47); }
H1.HeaderClassName
{
color: #C9DA2F;
}
.AnyTagClassName
{
color: #C9DA2F;
}
</style>
background-color css
<style>
a { background-color: #C9DA2F; }
a { background-color: rgb(201,218,47); }
div.DivClassName
{
background-color: #C9DA2F;
}
.BgClassName
{
background-color: #C9DA2F;
}
</style>
border-color css
<style>
span { border-color: #C9DA2F; }
span { border-color: rgb(201,218,47); }
td.TdClassName
{
border-color: #C9DA2F;
}
.TagClassName
{
border-color: #C9DA2F;
}
</style>