Shades of Las Palmas #C6D147
Tints of Las Palmas #C6D147
RGB
CMYK
RGB Variations
Color information
#C6D147 (or 0xC6D147) is known color: Las Palmas. HEX triplet: C6, D1 and 47. RGB value is (198,209,71). Sum of RGB (Red+Green+Blue) = 198+209+71=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D147 is #392EB8. Grayscale: #BEBEBE. Windows color (decimal): -3747513 or 4706758. OLE color: 4706758.
HSL color Cylindrical-coordinate representation of color #C6D147: hue angle of 64.78º 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 #C6D147 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 209 | 71 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.18 |
| HSL | 64.78º | 0.6% | 0.55% | - |
| HSV(B) | 64.78º | 0.66% | 0.82% | - |
| XYZ | 47.23 | 58.06 | 14.68 | - |
| YUV | 189.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 71 | 0.05 | 0 | 0.66 | 0.18 | 64.78 | 0.6 | 0.55 |
| Hex | C6 | D1 | 47 | 5 | 0 | 42 | 12 | 41 | 3C | 37 |
| Octal | 306 | 321 | 107 | 5 | 0 | 102 | 22 | 101 | 74 | 67 |
| Binary | 11000110 | 11010001 | 1000111 | 101 | 0 | 1000010 | 10010 | 1000001 | 111100 | 110111 |
Color Harmonies of #C6D147
Complementary color
Monochromatic Colors of #C6D147
Black with #C6D147
Text Example
Text Example
White with #C6D147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D147; }
p { color: rgb(198,209,71); }
H1.HeaderClassName
{
color: #C6D147;
}
.AnyTagClassName
{
color: #C6D147;
}
</style>
background-color css
<style>
a { background-color: #C6D147; }
a { background-color: rgb(198,209,71); }
div.DivClassName
{
background-color: #C6D147;
}
.BgClassName
{
background-color: #C6D147;
}
</style>
border-color css
<style>
span { border-color: #C6D147; }
span { border-color: rgb(198,209,71); }
td.TdClassName
{
border-color: #C6D147;
}
.TagClassName
{
border-color: #C6D147;
}
</style>