Shades of Las Palmas #C8D145
Tints of Las Palmas #C8D145
RGB
CMYK
RGB Variations
Color information
#C8D145 (or 0xC8D145) is known color: Las Palmas. HEX triplet: C8, D1 and 45. RGB value is (200,209,69). Sum of RGB (Red+Green+Blue) = 200+209+69=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D145 is #372EBA. Grayscale: #BEBEBE. Windows color (decimal): -3616443 or 4575688. OLE color: 4575688.
HSL color Cylindrical-coordinate representation of color #C8D145: hue angle of 63.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8D145 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 69 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.18 |
| HSL | 63.86º | 0.6% | 0.55% | - |
| HSV(B) | 63.86º | 0.67% | 0.82% | - |
| XYZ | 47.69 | 58.31 | 14.37 | - |
| YUV | 190.35 | 59.52 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 69 | 0.04 | 0 | 0.67 | 0.18 | 63.86 | 0.6 | 0.55 |
| Hex | C8 | D1 | 45 | 4 | 0 | 43 | 12 | 40 | 3C | 37 |
| Octal | 310 | 321 | 105 | 4 | 0 | 103 | 22 | 100 | 74 | 67 |
| Binary | 11001000 | 11010001 | 1000101 | 100 | 0 | 1000011 | 10010 | 1000000 | 111100 | 110111 |
Color Harmonies of #C8D145
Complementary color
Monochromatic Colors of #C8D145
Black with #C8D145
Text Example
Text Example
White with #C8D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D145; }
p { color: rgb(200,209,69); }
H1.HeaderClassName
{
color: #C8D145;
}
.AnyTagClassName
{
color: #C8D145;
}
</style>
background-color css
<style>
a { background-color: #C8D145; }
a { background-color: rgb(200,209,69); }
div.DivClassName
{
background-color: #C8D145;
}
.BgClassName
{
background-color: #C8D145;
}
</style>
border-color css
<style>
span { border-color: #C8D145; }
span { border-color: rgb(200,209,69); }
td.TdClassName
{
border-color: #C8D145;
}
.TagClassName
{
border-color: #C8D145;
}
</style>