Shades of Las Palmas #C9DD38
Tints of Las Palmas #C9DD38
RGB
CMYK
RGB Variations
Color information
#C9DD38 (or 0xC9DD38) is known color: Las Palmas. HEX triplet: C9, DD and 38. RGB value is (201,221,56). Sum of RGB (Red+Green+Blue) = 201+221+56=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 56 (22.27% from 255 or 11.72% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DD38 is #3622C7. Grayscale: #C4C4C4. Windows color (decimal): -3547848 or 3726793. OLE color: 3726793.
HSL color Cylindrical-coordinate representation of color #C9DD38: hue angle of 67.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9DD38 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 56 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.13 |
| HSL | 67.27º | 0.71% | 0.54% | - |
| HSV(B) | 67.27º | 0.75% | 0.87% | - |
| XYZ | 50.66 | 64.42 | 13.5 | - |
| YUV | 196.21 | 48.87 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 56 | 0.09 | 0 | 0.75 | 0.13 | 67.27 | 0.71 | 0.54 |
| Hex | C9 | DD | 38 | 9 | 0 | 4B | D | 43 | 47 | 36 |
| Octal | 311 | 335 | 70 | 11 | 0 | 113 | 15 | 103 | 107 | 66 |
| Binary | 11001001 | 11011101 | 111000 | 1001 | 0 | 1001011 | 1101 | 1000011 | 1000111 | 110110 |
Color Harmonies of #C9DD38
Complementary color
Monochromatic Colors of #C9DD38
Black with #C9DD38
Text Example
Text Example
White with #C9DD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD38; }
p { color: rgb(201,221,56); }
H1.HeaderClassName
{
color: #C9DD38;
}
.AnyTagClassName
{
color: #C9DD38;
}
</style>
background-color css
<style>
a { background-color: #C9DD38; }
a { background-color: rgb(201,221,56); }
div.DivClassName
{
background-color: #C9DD38;
}
.BgClassName
{
background-color: #C9DD38;
}
</style>
border-color css
<style>
span { border-color: #C9DD38; }
span { border-color: rgb(201,221,56); }
td.TdClassName
{
border-color: #C9DD38;
}
.TagClassName
{
border-color: #C9DD38;
}
</style>