Shades of Las Palmas #C8D545
Tints of Las Palmas #C8D545
RGB
CMYK
RGB Variations
Color information
#C8D545 (or 0xC8D545) is known color: Las Palmas. HEX triplet: C8, D5 and 45. RGB value is (200,213,69). Sum of RGB (Red+Green+Blue) = 200+213+69=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D545 is #372ABA. Grayscale: #C1C1C1. Windows color (decimal): -3615419 or 4576712. OLE color: 4576712.
HSL color Cylindrical-coordinate representation of color #C8D545: hue angle of 65.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8D545 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 69 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.16 |
| HSL | 65.42º | 0.63% | 0.55% | - |
| HSV(B) | 65.42º | 0.68% | 0.84% | - |
| XYZ | 48.69 | 60.3 | 14.7 | - |
| YUV | 192.7 | 58.19 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 69 | 0.06 | 0 | 0.68 | 0.16 | 65.42 | 0.63 | 0.55 |
| Hex | C8 | D5 | 45 | 6 | 0 | 44 | 10 | 41 | 3F | 37 |
| Octal | 310 | 325 | 105 | 6 | 0 | 104 | 20 | 101 | 77 | 67 |
| Binary | 11001000 | 11010101 | 1000101 | 110 | 0 | 1000100 | 10000 | 1000001 | 111111 | 110111 |
Color Harmonies of #C8D545
Complementary color
Monochromatic Colors of #C8D545
Black with #C8D545
Text Example
Text Example
White with #C8D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D545; }
p { color: rgb(200,213,69); }
H1.HeaderClassName
{
color: #C8D545;
}
.AnyTagClassName
{
color: #C8D545;
}
</style>
background-color css
<style>
a { background-color: #C8D545; }
a { background-color: rgb(200,213,69); }
div.DivClassName
{
background-color: #C8D545;
}
.BgClassName
{
background-color: #C8D545;
}
</style>
border-color css
<style>
span { border-color: #C8D545; }
span { border-color: rgb(200,213,69); }
td.TdClassName
{
border-color: #C8D545;
}
.TagClassName
{
border-color: #C8D545;
}
</style>