Shades of Las Palmas #C6DA3C
Tints of Las Palmas #C6DA3C
RGB
CMYK
RGB Variations
Color information
#C6DA3C (or 0xC6DA3C) is known color: Las Palmas. HEX triplet: C6, DA and 3C. RGB value is (198,218,60). Sum of RGB (Red+Green+Blue) = 198+218+60=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DA3C is #3925C3. Grayscale: #C2C2C2. Windows color (decimal): -3745220 or 3988166. OLE color: 3988166.
HSL color Cylindrical-coordinate representation of color #C6DA3C: hue angle of 67.59º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6DA3C is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 218 | 60 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.15 |
| HSL | 67.59º | 0.68% | 0.55% | - |
| HSV(B) | 67.59º | 0.72% | 0.85% | - |
| XYZ | 49.18 | 62.47 | 13.74 | - |
| YUV | 194.01 | 52.37 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 60 | 0.09 | 0 | 0.72 | 0.15 | 67.59 | 0.68 | 0.55 |
| Hex | C6 | DA | 3C | 9 | 0 | 48 | F | 44 | 44 | 37 |
| Octal | 306 | 332 | 74 | 11 | 0 | 110 | 17 | 104 | 104 | 67 |
| Binary | 11000110 | 11011010 | 111100 | 1001 | 0 | 1001000 | 1111 | 1000100 | 1000100 | 110111 |
Color Harmonies of #C6DA3C
Complementary color
Monochromatic Colors of #C6DA3C
Black with #C6DA3C
Text Example
Text Example
White with #C6DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DA3C; }
p { color: rgb(198,218,60); }
H1.HeaderClassName
{
color: #C6DA3C;
}
.AnyTagClassName
{
color: #C6DA3C;
}
</style>
background-color css
<style>
a { background-color: #C6DA3C; }
a { background-color: rgb(198,218,60); }
div.DivClassName
{
background-color: #C6DA3C;
}
.BgClassName
{
background-color: #C6DA3C;
}
</style>
border-color css
<style>
span { border-color: #C6DA3C; }
span { border-color: rgb(198,218,60); }
td.TdClassName
{
border-color: #C6DA3C;
}
.TagClassName
{
border-color: #C6DA3C;
}
</style>