Shades of Las Palmas #C8D247
Tints of Las Palmas #C8D247
RGB
CMYK
RGB Variations
Color information
#C8D247 (or 0xC8D247) is known color: Las Palmas. HEX triplet: C8, D2 and 47. RGB value is (200,210,71). Sum of RGB (Red+Green+Blue) = 200+210+71=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D247 is #372DB8. Grayscale: #BFBFBF. Windows color (decimal): -3616185 or 4707016. OLE color: 4707016.
HSL color Cylindrical-coordinate representation of color #C8D247: hue angle of 64.32º degrees, saturation: 0.61, 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 #C8D247 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 71 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.18 |
| HSL | 64.32º | 0.61% | 0.55% | - |
| HSV(B) | 64.32º | 0.66% | 0.82% | - |
| XYZ | 48 | 58.83 | 14.79 | - |
| YUV | 191.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 71 | 0.05 | 0 | 0.66 | 0.18 | 64.32 | 0.61 | 0.55 |
| Hex | C8 | D2 | 47 | 5 | 0 | 42 | 12 | 40 | 3D | 37 |
| Octal | 310 | 322 | 107 | 5 | 0 | 102 | 22 | 100 | 75 | 67 |
| Binary | 11001000 | 11010010 | 1000111 | 101 | 0 | 1000010 | 10010 | 1000000 | 111101 | 110111 |
Color Harmonies of #C8D247
Complementary color
Monochromatic Colors of #C8D247
Black with #C8D247
Text Example
Text Example
White with #C8D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D247; }
p { color: rgb(200,210,71); }
H1.HeaderClassName
{
color: #C8D247;
}
.AnyTagClassName
{
color: #C8D247;
}
</style>
background-color css
<style>
a { background-color: #C8D247; }
a { background-color: rgb(200,210,71); }
div.DivClassName
{
background-color: #C8D247;
}
.BgClassName
{
background-color: #C8D247;
}
</style>
border-color css
<style>
span { border-color: #C8D247; }
span { border-color: rgb(200,210,71); }
td.TdClassName
{
border-color: #C8D247;
}
.TagClassName
{
border-color: #C8D247;
}
</style>