Shades of Las Palmas #C9D03D
Tints of Las Palmas #C9D03D
RGB
CMYK
RGB Variations
Color information
#C9D03D (or 0xC9D03D) is known color: Las Palmas. HEX triplet: C9, D0 and 3D. RGB value is (201,208,61). Sum of RGB (Red+Green+Blue) = 201+208+61=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D03D is #362FC2. Grayscale: #BDBDBD. Windows color (decimal): -3551171 or 4051145. OLE color: 4051145.
HSL color Cylindrical-coordinate representation of color #C9D03D: hue angle of 62.86º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9D03D is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 61 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.18 |
| HSL | 62.86º | 0.61% | 0.53% | - |
| HSV(B) | 62.86º | 0.71% | 0.82% | - |
| XYZ | 47.49 | 57.87 | 13.08 | - |
| YUV | 189.15 | 55.68 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 61 | 0.03 | 0 | 0.71 | 0.18 | 62.86 | 0.61 | 0.53 |
| Hex | C9 | D0 | 3D | 3 | 0 | 47 | 12 | 3F | 3D | 35 |
| Octal | 311 | 320 | 75 | 3 | 0 | 107 | 22 | 77 | 75 | 65 |
| Binary | 11001001 | 11010000 | 111101 | 11 | 0 | 1000111 | 10010 | 111111 | 111101 | 110101 |
Color Harmonies of #C9D03D
Complementary color
Monochromatic Colors of #C9D03D
Black with #C9D03D
Text Example
Text Example
White with #C9D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D03D; }
p { color: rgb(201,208,61); }
H1.HeaderClassName
{
color: #C9D03D;
}
.AnyTagClassName
{
color: #C9D03D;
}
</style>
background-color css
<style>
a { background-color: #C9D03D; }
a { background-color: rgb(201,208,61); }
div.DivClassName
{
background-color: #C9D03D;
}
.BgClassName
{
background-color: #C9D03D;
}
</style>
border-color css
<style>
span { border-color: #C9D03D; }
span { border-color: rgb(201,208,61); }
td.TdClassName
{
border-color: #C9D03D;
}
.TagClassName
{
border-color: #C9D03D;
}
</style>