Shades of Las Palmas #C6DC34
Tints of Las Palmas #C6DC34
RGB
CMYK
RGB Variations
Color information
#C6DC34 (or 0xC6DC34) is known color: Las Palmas. HEX triplet: C6, DC and 34. RGB value is (198,220,52). Sum of RGB (Red+Green+Blue) = 198+220+52=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC34 is #3923CB. Grayscale: #C2C2C2. Windows color (decimal): -3744716 or 3464390. OLE color: 3464390.
HSL color Cylindrical-coordinate representation of color #C6DC34: hue angle of 67.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6DC34 is Cyan = 0.1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 52 | - |
| CMYK | 0.1 | 0 | 0.76 | 0.14 |
| HSL | 67.86º | 0.71% | 0.53% | - |
| HSV(B) | 67.86º | 0.76% | 0.86% | - |
| XYZ | 49.5 | 63.44 | 12.88 | - |
| YUV | 194.27 | 47.71 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 52 | 0.1 | 0 | 0.76 | 0.14 | 67.86 | 0.71 | 0.53 |
| Hex | C6 | DC | 34 | A | 0 | 4C | E | 44 | 47 | 35 |
| Octal | 306 | 334 | 64 | 12 | 0 | 114 | 16 | 104 | 107 | 65 |
| Binary | 11000110 | 11011100 | 110100 | 1010 | 0 | 1001100 | 1110 | 1000100 | 1000111 | 110101 |
Color Harmonies of #C6DC34
Complementary color
Monochromatic Colors of #C6DC34
Black with #C6DC34
Text Example
Text Example
White with #C6DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC34; }
p { color: rgb(198,220,52); }
H1.HeaderClassName
{
color: #C6DC34;
}
.AnyTagClassName
{
color: #C6DC34;
}
</style>
background-color css
<style>
a { background-color: #C6DC34; }
a { background-color: rgb(198,220,52); }
div.DivClassName
{
background-color: #C6DC34;
}
.BgClassName
{
background-color: #C6DC34;
}
</style>
border-color css
<style>
span { border-color: #C6DC34; }
span { border-color: rgb(198,220,52); }
td.TdClassName
{
border-color: #C6DC34;
}
.TagClassName
{
border-color: #C6DC34;
}
</style>