Shades of Las Palmas #C9DA4B
Tints of Las Palmas #C9DA4B
RGB
CMYK
RGB Variations
Color information
#C9DA4B (or 0xC9DA4B) is known color: Las Palmas. HEX triplet: C9, DA and 4B. RGB value is (201,218,75). Sum of RGB (Red+Green+Blue) = 201+218+75=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DA4B is #3625B4. Grayscale: #C5C5C5. Windows color (decimal): -3548597 or 4971209. OLE color: 4971209.
HSL color Cylindrical-coordinate representation of color #C9DA4B: hue angle of 67.13º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9DA4B is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 75 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.15 |
| HSL | 67.13º | 0.66% | 0.57% | - |
| HSV(B) | 67.13º | 0.66% | 0.85% | - |
| XYZ | 50.43 | 63.07 | 16.17 | - |
| YUV | 196.62 | 59.37 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 75 | 0.08 | 0 | 0.66 | 0.15 | 67.13 | 0.66 | 0.57 |
| Hex | C9 | DA | 4B | 8 | 0 | 42 | F | 43 | 42 | 39 |
| Octal | 311 | 332 | 113 | 10 | 0 | 102 | 17 | 103 | 102 | 71 |
| Binary | 11001001 | 11011010 | 1001011 | 1000 | 0 | 1000010 | 1111 | 1000011 | 1000010 | 111001 |
Color Harmonies of #C9DA4B
Complementary color
Monochromatic Colors of #C9DA4B
Black with #C9DA4B
Text Example
Text Example
White with #C9DA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA4B; }
p { color: rgb(201,218,75); }
H1.HeaderClassName
{
color: #C9DA4B;
}
.AnyTagClassName
{
color: #C9DA4B;
}
</style>
background-color css
<style>
a { background-color: #C9DA4B; }
a { background-color: rgb(201,218,75); }
div.DivClassName
{
background-color: #C9DA4B;
}
.BgClassName
{
background-color: #C9DA4B;
}
</style>
border-color css
<style>
span { border-color: #C9DA4B; }
span { border-color: rgb(201,218,75); }
td.TdClassName
{
border-color: #C9DA4B;
}
.TagClassName
{
border-color: #C9DA4B;
}
</style>