Shades of Las Palmas #C6D13F
Tints of Las Palmas #C6D13F
RGB
CMYK
RGB Variations
Color information
#C6D13F (or 0xC6D13F) is known color: Las Palmas. HEX triplet: C6, D1 and 3F. RGB value is (198,209,63). Sum of RGB (Red+Green+Blue) = 198+209+63=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D13F is #392EC0. Grayscale: #BDBDBD. Windows color (decimal): -3747521 or 4182470. OLE color: 4182470.
HSL color Cylindrical-coordinate representation of color #C6D13F: hue angle of 64.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6D13F is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 209 | 63 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.18 |
| HSL | 64.52º | 0.61% | 0.53% | - |
| HSV(B) | 64.52º | 0.7% | 0.82% | - |
| XYZ | 46.99 | 57.97 | 13.41 | - |
| YUV | 189.07 | 56.86 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 63 | 0.05 | 0 | 0.70 | 0.18 | 64.52 | 0.61 | 0.53 |
| Hex | C6 | D1 | 3F | 5 | 0 | 46 | 12 | 41 | 3D | 35 |
| Octal | 306 | 321 | 77 | 5 | 0 | 106 | 22 | 101 | 75 | 65 |
| Binary | 11000110 | 11010001 | 111111 | 101 | 0 | 1000110 | 10010 | 1000001 | 111101 | 110101 |
Color Harmonies of #C6D13F
Complementary color
Monochromatic Colors of #C6D13F
Black with #C6D13F
Text Example
Text Example
White with #C6D13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D13F; }
p { color: rgb(198,209,63); }
H1.HeaderClassName
{
color: #C6D13F;
}
.AnyTagClassName
{
color: #C6D13F;
}
</style>
background-color css
<style>
a { background-color: #C6D13F; }
a { background-color: rgb(198,209,63); }
div.DivClassName
{
background-color: #C6D13F;
}
.BgClassName
{
background-color: #C6D13F;
}
</style>
border-color css
<style>
span { border-color: #C6D13F; }
span { border-color: rgb(198,209,63); }
td.TdClassName
{
border-color: #C6D13F;
}
.TagClassName
{
border-color: #C6D13F;
}
</style>