Shades of Las Palmas #C8D148
Tints of Las Palmas #C8D148
RGB
CMYK
RGB Variations
Color information
#C8D148 (or 0xC8D148) is known color: Las Palmas. HEX triplet: C8, D1 and 48. RGB value is (200,209,72). Sum of RGB (Red+Green+Blue) = 200+209+72=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D148 is #372EB7. Grayscale: #BFBFBF. Windows color (decimal): -3616440 or 4772296. OLE color: 4772296.
HSL color Cylindrical-coordinate representation of color #C8D148: hue angle of 63.94º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8D148 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 72 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.18 |
| HSL | 63.94º | 0.6% | 0.55% | - |
| HSV(B) | 63.94º | 0.66% | 0.82% | - |
| XYZ | 47.79 | 58.35 | 14.87 | - |
| YUV | 190.69 | 61.02 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 72 | 0.04 | 0 | 0.66 | 0.18 | 63.94 | 0.6 | 0.55 |
| Hex | C8 | D1 | 48 | 4 | 0 | 42 | 12 | 40 | 3C | 37 |
| Octal | 310 | 321 | 110 | 4 | 0 | 102 | 22 | 100 | 74 | 67 |
| Binary | 11001000 | 11010001 | 1001000 | 100 | 0 | 1000010 | 10010 | 1000000 | 111100 | 110111 |
Color Harmonies of #C8D148
Complementary color
Monochromatic Colors of #C8D148
Black with #C8D148
Text Example
Text Example
White with #C8D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D148; }
p { color: rgb(200,209,72); }
H1.HeaderClassName
{
color: #C8D148;
}
.AnyTagClassName
{
color: #C8D148;
}
</style>
background-color css
<style>
a { background-color: #C8D148; }
a { background-color: rgb(200,209,72); }
div.DivClassName
{
background-color: #C8D148;
}
.BgClassName
{
background-color: #C8D148;
}
</style>
border-color css
<style>
span { border-color: #C8D148; }
span { border-color: rgb(200,209,72); }
td.TdClassName
{
border-color: #C8D148;
}
.TagClassName
{
border-color: #C8D148;
}
</style>