Shades of Las Palmas #C8D648
Tints of Las Palmas #C8D648
RGB
CMYK
RGB Variations
Color information
#C8D648 (or 0xC8D648) is known color: Las Palmas. HEX triplet: C8, D6 and 48. RGB value is (200,214,72). Sum of RGB (Red+Green+Blue) = 200+214+72=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D648 is #3729B7. Grayscale: #C2C2C2. Windows color (decimal): -3615160 or 4773576. OLE color: 4773576.
HSL color Cylindrical-coordinate representation of color #C8D648: hue angle of 65.92º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8D648 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 72 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.16 |
| HSL | 65.92º | 0.63% | 0.56% | - |
| HSV(B) | 65.92º | 0.66% | 0.84% | - |
| XYZ | 49.04 | 60.84 | 15.29 | - |
| YUV | 193.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 72 | 0.07 | 0 | 0.66 | 0.16 | 65.92 | 0.63 | 0.56 |
| Hex | C8 | D6 | 48 | 7 | 0 | 42 | 10 | 42 | 3F | 38 |
| Octal | 310 | 326 | 110 | 7 | 0 | 102 | 20 | 102 | 77 | 70 |
| Binary | 11001000 | 11010110 | 1001000 | 111 | 0 | 1000010 | 10000 | 1000010 | 111111 | 111000 |
Color Harmonies of #C8D648
Complementary color
Monochromatic Colors of #C8D648
Black with #C8D648
Text Example
Text Example
White with #C8D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D648; }
p { color: rgb(200,214,72); }
H1.HeaderClassName
{
color: #C8D648;
}
.AnyTagClassName
{
color: #C8D648;
}
</style>
background-color css
<style>
a { background-color: #C8D648; }
a { background-color: rgb(200,214,72); }
div.DivClassName
{
background-color: #C8D648;
}
.BgClassName
{
background-color: #C8D648;
}
</style>
border-color css
<style>
span { border-color: #C8D648; }
span { border-color: rgb(200,214,72); }
td.TdClassName
{
border-color: #C8D648;
}
.TagClassName
{
border-color: #C8D648;
}
</style>