Shades of Las Palmas #C6DC43
Tints of Las Palmas #C6DC43
RGB
CMYK
RGB Variations
Color information
#C6DC43 (or 0xC6DC43) is known color: Las Palmas. HEX triplet: C6, DC and 43. RGB value is (198,220,67). Sum of RGB (Red+Green+Blue) = 198+220+67=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC43 is #3923BC. Grayscale: #C4C4C4. Windows color (decimal): -3744701 or 4447430. OLE color: 4447430.
HSL color Cylindrical-coordinate representation of color #C6DC43: hue angle of 68.63º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6DC43 is Cyan = 0.1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 67 | - |
| CMYK | 0.1 | 0 | 0.70 | 0.14 |
| HSL | 68.63º | 0.69% | 0.56% | - |
| HSV(B) | 68.63º | 0.7% | 0.86% | - |
| XYZ | 49.9 | 63.6 | 14.96 | - |
| YUV | 195.98 | 55.21 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 67 | 0.1 | 0 | 0.70 | 0.14 | 68.63 | 0.69 | 0.56 |
| Hex | C6 | DC | 43 | A | 0 | 46 | E | 45 | 45 | 38 |
| Octal | 306 | 334 | 103 | 12 | 0 | 106 | 16 | 105 | 105 | 70 |
| Binary | 11000110 | 11011100 | 1000011 | 1010 | 0 | 1000110 | 1110 | 1000101 | 1000101 | 111000 |
Color Harmonies of #C6DC43
Complementary color
Monochromatic Colors of #C6DC43
Black with #C6DC43
Text Example
Text Example
White with #C6DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC43; }
p { color: rgb(198,220,67); }
H1.HeaderClassName
{
color: #C6DC43;
}
.AnyTagClassName
{
color: #C6DC43;
}
</style>
background-color css
<style>
a { background-color: #C6DC43; }
a { background-color: rgb(198,220,67); }
div.DivClassName
{
background-color: #C6DC43;
}
.BgClassName
{
background-color: #C6DC43;
}
</style>
border-color css
<style>
span { border-color: #C6DC43; }
span { border-color: rgb(198,220,67); }
td.TdClassName
{
border-color: #C6DC43;
}
.TagClassName
{
border-color: #C6DC43;
}
</style>