Shades of Las Palmas #C6DA4C
Tints of Las Palmas #C6DA4C
RGB
CMYK
RGB Variations
Color information
#C6DA4C (or 0xC6DA4C) is known color: Las Palmas. HEX triplet: C6, DA and 4C. RGB value is (198,218,76). Sum of RGB (Red+Green+Blue) = 198+218+76=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DA4C is #3925B3. Grayscale: #C4C4C4. Windows color (decimal): -3745204 or 5036742. OLE color: 5036742.
HSL color Cylindrical-coordinate representation of color #C6DA4C: hue angle of 68.45º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6DA4C is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 218 | 76 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.15 |
| HSL | 68.45º | 0.66% | 0.58% | - |
| HSV(B) | 68.45º | 0.65% | 0.85% | - |
| XYZ | 49.66 | 62.67 | 16.32 | - |
| YUV | 195.83 | 60.37 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 76 | 0.09 | 0 | 0.65 | 0.15 | 68.45 | 0.66 | 0.58 |
| Hex | C6 | DA | 4C | 9 | 0 | 41 | F | 44 | 42 | 3A |
| Octal | 306 | 332 | 114 | 11 | 0 | 101 | 17 | 104 | 102 | 72 |
| Binary | 11000110 | 11011010 | 1001100 | 1001 | 0 | 1000001 | 1111 | 1000100 | 1000010 | 111010 |
Color Harmonies of #C6DA4C
Complementary color
Monochromatic Colors of #C6DA4C
Black with #C6DA4C
Text Example
Text Example
White with #C6DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DA4C; }
p { color: rgb(198,218,76); }
H1.HeaderClassName
{
color: #C6DA4C;
}
.AnyTagClassName
{
color: #C6DA4C;
}
</style>
background-color css
<style>
a { background-color: #C6DA4C; }
a { background-color: rgb(198,218,76); }
div.DivClassName
{
background-color: #C6DA4C;
}
.BgClassName
{
background-color: #C6DA4C;
}
</style>
border-color css
<style>
span { border-color: #C6DA4C; }
span { border-color: rgb(198,218,76); }
td.TdClassName
{
border-color: #C6DA4C;
}
.TagClassName
{
border-color: #C6DA4C;
}
</style>