Shades of Las Palmas #C8DC45
Tints of Las Palmas #C8DC45
RGB
CMYK
RGB Variations
Color information
#C8DC45 (or 0xC8DC45) is known color: Las Palmas. HEX triplet: C8, DC and 45. RGB value is (200,220,69). Sum of RGB (Red+Green+Blue) = 200+220+69=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DC45 is #3723BA. Grayscale: #C5C5C5. Windows color (decimal): -3613627 or 4578504. OLE color: 4578504.
HSL color Cylindrical-coordinate representation of color #C8DC45: hue angle of 67.95º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8DC45 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 69 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.14 |
| HSL | 67.95º | 0.68% | 0.57% | - |
| HSV(B) | 67.95º | 0.69% | 0.86% | - |
| XYZ | 50.49 | 63.9 | 15.3 | - |
| YUV | 196.81 | 55.87 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 69 | 0.09 | 0 | 0.69 | 0.14 | 67.95 | 0.68 | 0.57 |
| Hex | C8 | DC | 45 | 9 | 0 | 45 | E | 44 | 44 | 39 |
| Octal | 310 | 334 | 105 | 11 | 0 | 105 | 16 | 104 | 104 | 71 |
| Binary | 11001000 | 11011100 | 1000101 | 1001 | 0 | 1000101 | 1110 | 1000100 | 1000100 | 111001 |
Color Harmonies of #C8DC45
Complementary color
Monochromatic Colors of #C8DC45
Black with #C8DC45
Text Example
Text Example
White with #C8DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC45; }
p { color: rgb(200,220,69); }
H1.HeaderClassName
{
color: #C8DC45;
}
.AnyTagClassName
{
color: #C8DC45;
}
</style>
background-color css
<style>
a { background-color: #C8DC45; }
a { background-color: rgb(200,220,69); }
div.DivClassName
{
background-color: #C8DC45;
}
.BgClassName
{
background-color: #C8DC45;
}
</style>
border-color css
<style>
span { border-color: #C8DC45; }
span { border-color: rgb(200,220,69); }
td.TdClassName
{
border-color: #C8DC45;
}
.TagClassName
{
border-color: #C8DC45;
}
</style>