Shades of Las Palmas #C6D148
Tints of Las Palmas #C6D148
RGB
CMYK
RGB Variations
Color information
#C6D148 (or 0xC6D148) is known color: Las Palmas. HEX triplet: C6, D1 and 48. RGB value is (198,209,72). Sum of RGB (Red+Green+Blue) = 198+209+72=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D148 is #392EB7. Grayscale: #BEBEBE. Windows color (decimal): -3747512 or 4772294. OLE color: 4772294.
HSL color Cylindrical-coordinate representation of color #C6D148: hue angle of 64.82º 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 #C6D148 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 209 | 72 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.18 |
| HSL | 64.82º | 0.6% | 0.55% | - |
| HSV(B) | 64.82º | 0.66% | 0.82% | - |
| XYZ | 47.26 | 58.07 | 14.85 | - |
| YUV | 190.09 | 61.36 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 72 | 0.05 | 0 | 0.66 | 0.18 | 64.82 | 0.6 | 0.55 |
| Hex | C6 | D1 | 48 | 5 | 0 | 42 | 12 | 41 | 3C | 37 |
| Octal | 306 | 321 | 110 | 5 | 0 | 102 | 22 | 101 | 74 | 67 |
| Binary | 11000110 | 11010001 | 1001000 | 101 | 0 | 1000010 | 10010 | 1000001 | 111100 | 110111 |
Color Harmonies of #C6D148
Complementary color
Monochromatic Colors of #C6D148
Black with #C6D148
Text Example
Text Example
White with #C6D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D148; }
p { color: rgb(198,209,72); }
H1.HeaderClassName
{
color: #C6D148;
}
.AnyTagClassName
{
color: #C6D148;
}
</style>
background-color css
<style>
a { background-color: #C6D148; }
a { background-color: rgb(198,209,72); }
div.DivClassName
{
background-color: #C6D148;
}
.BgClassName
{
background-color: #C6D148;
}
</style>
border-color css
<style>
span { border-color: #C6D148; }
span { border-color: rgb(198,209,72); }
td.TdClassName
{
border-color: #C6D148;
}
.TagClassName
{
border-color: #C6D148;
}
</style>