Shades of Las Palmas #C6DC3B
Tints of Las Palmas #C6DC3B
RGB
CMYK
RGB Variations
Color information
#C6DC3B (or 0xC6DC3B) is known color: Las Palmas. HEX triplet: C6, DC and 3B. RGB value is (198,220,59). Sum of RGB (Red+Green+Blue) = 198+220+59=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC3B is #3923C4. Grayscale: #C3C3C3. Windows color (decimal): -3744709 or 3923142. OLE color: 3923142.
HSL color Cylindrical-coordinate representation of color #C6DC3B: hue angle of 68.2º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6DC3B is Cyan = 0.1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 59 | - |
| CMYK | 0.1 | 0 | 0.73 | 0.14 |
| HSL | 68.2º | 0.7% | 0.55% | - |
| HSV(B) | 68.2º | 0.73% | 0.86% | - |
| XYZ | 49.67 | 63.51 | 13.78 | - |
| YUV | 195.07 | 51.21 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 59 | 0.1 | 0 | 0.73 | 0.14 | 68.2 | 0.7 | 0.55 |
| Hex | C6 | DC | 3B | A | 0 | 49 | E | 44 | 46 | 37 |
| Octal | 306 | 334 | 73 | 12 | 0 | 111 | 16 | 104 | 106 | 67 |
| Binary | 11000110 | 11011100 | 111011 | 1010 | 0 | 1001001 | 1110 | 1000100 | 1000110 | 110111 |
Color Harmonies of #C6DC3B
Complementary color
Monochromatic Colors of #C6DC3B
Black with #C6DC3B
Text Example
Text Example
White with #C6DC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC3B; }
p { color: rgb(198,220,59); }
H1.HeaderClassName
{
color: #C6DC3B;
}
.AnyTagClassName
{
color: #C6DC3B;
}
</style>
background-color css
<style>
a { background-color: #C6DC3B; }
a { background-color: rgb(198,220,59); }
div.DivClassName
{
background-color: #C6DC3B;
}
.BgClassName
{
background-color: #C6DC3B;
}
</style>
border-color css
<style>
span { border-color: #C6DC3B; }
span { border-color: rgb(198,220,59); }
td.TdClassName
{
border-color: #C6DC3B;
}
.TagClassName
{
border-color: #C6DC3B;
}
</style>