Shades of Las Palmas #C8D141
Tints of Las Palmas #C8D141
RGB
CMYK
RGB Variations
Color information
#C8D141 (or 0xC8D141) is known color: Las Palmas. HEX triplet: C8, D1 and 41. RGB value is (200,209,65). Sum of RGB (Red+Green+Blue) = 200+209+65=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D141 is #372EBE. Grayscale: #BEBEBE. Windows color (decimal): -3616447 or 4313544. OLE color: 4313544.
HSL color Cylindrical-coordinate representation of color #C8D141: hue angle of 63.75º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8D141 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 65 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.18 |
| HSL | 63.75º | 0.61% | 0.54% | - |
| HSV(B) | 63.75º | 0.69% | 0.82% | - |
| XYZ | 47.57 | 58.26 | 13.74 | - |
| YUV | 189.89 | 57.52 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 65 | 0.04 | 0 | 0.69 | 0.18 | 63.75 | 0.61 | 0.54 |
| Hex | C8 | D1 | 41 | 4 | 0 | 45 | 12 | 40 | 3D | 36 |
| Octal | 310 | 321 | 101 | 4 | 0 | 105 | 22 | 100 | 75 | 66 |
| Binary | 11001000 | 11010001 | 1000001 | 100 | 0 | 1000101 | 10010 | 1000000 | 111101 | 110110 |
Color Harmonies of #C8D141
Complementary color
Monochromatic Colors of #C8D141
Black with #C8D141
Text Example
Text Example
White with #C8D141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D141; }
p { color: rgb(200,209,65); }
H1.HeaderClassName
{
color: #C8D141;
}
.AnyTagClassName
{
color: #C8D141;
}
</style>
background-color css
<style>
a { background-color: #C8D141; }
a { background-color: rgb(200,209,65); }
div.DivClassName
{
background-color: #C8D141;
}
.BgClassName
{
background-color: #C8D141;
}
</style>
border-color css
<style>
span { border-color: #C8D141; }
span { border-color: rgb(200,209,65); }
td.TdClassName
{
border-color: #C8D141;
}
.TagClassName
{
border-color: #C8D141;
}
</style>