Shades of Las Palmas #C6DC3F
Tints of Las Palmas #C6DC3F
RGB
CMYK
RGB Variations
Color information
#C6DC3F (or 0xC6DC3F) is known color: Las Palmas. HEX triplet: C6, DC and 3F. RGB value is (198,220,63). Sum of RGB (Red+Green+Blue) = 198+220+63=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC3F is #3923C0. Grayscale: #C4C4C4. Windows color (decimal): -3744705 or 4185286. OLE color: 4185286.
HSL color Cylindrical-coordinate representation of color #C6DC3F: hue angle of 68.41º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6DC3F is Cyan = 0.1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 63 | - |
| CMYK | 0.1 | 0 | 0.71 | 0.14 |
| HSL | 68.41º | 0.69% | 0.55% | - |
| HSV(B) | 68.41º | 0.71% | 0.86% | - |
| XYZ | 49.78 | 63.55 | 14.35 | - |
| YUV | 195.52 | 53.21 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 63 | 0.1 | 0 | 0.71 | 0.14 | 68.41 | 0.69 | 0.55 |
| Hex | C6 | DC | 3F | A | 0 | 47 | E | 44 | 45 | 37 |
| Octal | 306 | 334 | 77 | 12 | 0 | 107 | 16 | 104 | 105 | 67 |
| Binary | 11000110 | 11011100 | 111111 | 1010 | 0 | 1000111 | 1110 | 1000100 | 1000101 | 110111 |
Color Harmonies of #C6DC3F
Complementary color
Monochromatic Colors of #C6DC3F
Black with #C6DC3F
Text Example
Text Example
White with #C6DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC3F; }
p { color: rgb(198,220,63); }
H1.HeaderClassName
{
color: #C6DC3F;
}
.AnyTagClassName
{
color: #C6DC3F;
}
</style>
background-color css
<style>
a { background-color: #C6DC3F; }
a { background-color: rgb(198,220,63); }
div.DivClassName
{
background-color: #C6DC3F;
}
.BgClassName
{
background-color: #C6DC3F;
}
</style>
border-color css
<style>
span { border-color: #C6DC3F; }
span { border-color: rgb(198,220,63); }
td.TdClassName
{
border-color: #C6DC3F;
}
.TagClassName
{
border-color: #C6DC3F;
}
</style>