Shades of Las Palmas #C8D045
Tints of Las Palmas #C8D045
RGB
CMYK
RGB Variations
Color information
#C8D045 (or 0xC8D045) is known color: Las Palmas. HEX triplet: C8, D0 and 45. RGB value is (200,208,69). Sum of RGB (Red+Green+Blue) = 200+208+69=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D045 is #372FBA. Grayscale: #BEBEBE. Windows color (decimal): -3616699 or 4575432. OLE color: 4575432.
HSL color Cylindrical-coordinate representation of color #C8D045: hue angle of 63.45º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8D045 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 69 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.18 |
| HSL | 63.45º | 0.6% | 0.54% | - |
| HSV(B) | 63.45º | 0.67% | 0.82% | - |
| XYZ | 47.45 | 57.82 | 14.29 | - |
| YUV | 189.76 | 59.85 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 69 | 0.04 | 0 | 0.67 | 0.18 | 63.45 | 0.6 | 0.54 |
| Hex | C8 | D0 | 45 | 4 | 0 | 43 | 12 | 3F | 3C | 36 |
| Octal | 310 | 320 | 105 | 4 | 0 | 103 | 22 | 77 | 74 | 66 |
| Binary | 11001000 | 11010000 | 1000101 | 100 | 0 | 1000011 | 10010 | 111111 | 111100 | 110110 |
Color Harmonies of #C8D045
Complementary color
Monochromatic Colors of #C8D045
Black with #C8D045
Text Example
Text Example
White with #C8D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D045; }
p { color: rgb(200,208,69); }
H1.HeaderClassName
{
color: #C8D045;
}
.AnyTagClassName
{
color: #C8D045;
}
</style>
background-color css
<style>
a { background-color: #C8D045; }
a { background-color: rgb(200,208,69); }
div.DivClassName
{
background-color: #C8D045;
}
.BgClassName
{
background-color: #C8D045;
}
</style>
border-color css
<style>
span { border-color: #C8D045; }
span { border-color: rgb(200,208,69); }
td.TdClassName
{
border-color: #C8D045;
}
.TagClassName
{
border-color: #C8D045;
}
</style>