Shades of Las Palmas #C9DF31
Tints of Las Palmas #C9DF31
RGB
CMYK
RGB Variations
Color information
#C9DF31 (or 0xC9DF31) is known color: Las Palmas. HEX triplet: C9, DF and 31. RGB value is (201,223,49). Sum of RGB (Red+Green+Blue) = 201+223+49=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DF31 is #3620CE. Grayscale: #C5C5C5. Windows color (decimal): -3547343 or 3268553. OLE color: 3268553.
HSL color Cylindrical-coordinate representation of color #C9DF31: hue angle of 67.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9DF31 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 49 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.13 |
| HSL | 67.59º | 0.73% | 0.53% | - |
| HSV(B) | 67.59º | 0.78% | 0.87% | - |
| XYZ | 51.03 | 65.41 | 12.84 | - |
| YUV | 196.59 | 44.71 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 49 | 0.10 | 0 | 0.78 | 0.13 | 67.59 | 0.73 | 0.53 |
| Hex | C9 | DF | 31 | A | 0 | 4E | D | 44 | 49 | 35 |
| Octal | 311 | 337 | 61 | 12 | 0 | 116 | 15 | 104 | 111 | 65 |
| Binary | 11001001 | 11011111 | 110001 | 1010 | 0 | 1001110 | 1101 | 1000100 | 1001001 | 110101 |
Color Harmonies of #C9DF31
Complementary color
Monochromatic Colors of #C9DF31
Black with #C9DF31
Text Example
Text Example
White with #C9DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DF31; }
p { color: rgb(201,223,49); }
H1.HeaderClassName
{
color: #C9DF31;
}
.AnyTagClassName
{
color: #C9DF31;
}
</style>
background-color css
<style>
a { background-color: #C9DF31; }
a { background-color: rgb(201,223,49); }
div.DivClassName
{
background-color: #C9DF31;
}
.BgClassName
{
background-color: #C9DF31;
}
</style>
border-color css
<style>
span { border-color: #C9DF31; }
span { border-color: rgb(201,223,49); }
td.TdClassName
{
border-color: #C9DF31;
}
.TagClassName
{
border-color: #C9DF31;
}
</style>