Shades of Las Palmas #C8D347
Tints of Las Palmas #C8D347
RGB
CMYK
RGB Variations
Color information
#C8D347 (or 0xC8D347) is known color: Las Palmas. HEX triplet: C8, D3 and 47. RGB value is (200,211,71). Sum of RGB (Red+Green+Blue) = 200+211+71=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D347 is #372CB8. Grayscale: #C0C0C0. Windows color (decimal): -3615929 or 4707272. OLE color: 4707272.
HSL color Cylindrical-coordinate representation of color #C8D347: hue angle of 64.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8D347 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 71 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.17 |
| HSL | 64.71º | 0.61% | 0.55% | - |
| HSV(B) | 64.71º | 0.66% | 0.83% | - |
| XYZ | 48.25 | 59.32 | 14.87 | - |
| YUV | 191.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 71 | 0.05 | 0 | 0.66 | 0.17 | 64.71 | 0.61 | 0.55 |
| Hex | C8 | D3 | 47 | 5 | 0 | 42 | 11 | 41 | 3D | 37 |
| Octal | 310 | 323 | 107 | 5 | 0 | 102 | 21 | 101 | 75 | 67 |
| Binary | 11001000 | 11010011 | 1000111 | 101 | 0 | 1000010 | 10001 | 1000001 | 111101 | 110111 |
Color Harmonies of #C8D347
Complementary color
Monochromatic Colors of #C8D347
Black with #C8D347
Text Example
Text Example
White with #C8D347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D347; }
p { color: rgb(200,211,71); }
H1.HeaderClassName
{
color: #C8D347;
}
.AnyTagClassName
{
color: #C8D347;
}
</style>
background-color css
<style>
a { background-color: #C8D347; }
a { background-color: rgb(200,211,71); }
div.DivClassName
{
background-color: #C8D347;
}
.BgClassName
{
background-color: #C8D347;
}
</style>
border-color css
<style>
span { border-color: #C8D347; }
span { border-color: rgb(200,211,71); }
td.TdClassName
{
border-color: #C8D347;
}
.TagClassName
{
border-color: #C8D347;
}
</style>