Shades of Las Palmas #C6D040
Tints of Las Palmas #C6D040
RGB
CMYK
RGB Variations
Color information
#C6D040 (or 0xC6D040) is known color: Las Palmas. HEX triplet: C6, D0 and 40. RGB value is (198,208,64). Sum of RGB (Red+Green+Blue) = 198+208+64=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D040 is #392FBF. Grayscale: #BDBDBD. Windows color (decimal): -3747776 or 4247750. OLE color: 4247750.
HSL color Cylindrical-coordinate representation of color #C6D040: hue angle of 64.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6D040 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 64 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.18 |
| HSL | 64.17º | 0.61% | 0.53% | - |
| HSV(B) | 64.17º | 0.69% | 0.82% | - |
| XYZ | 46.77 | 57.49 | 13.48 | - |
| YUV | 188.59 | 57.69 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 64 | 0.05 | 0 | 0.69 | 0.18 | 64.17 | 0.61 | 0.53 |
| Hex | C6 | D0 | 40 | 5 | 0 | 45 | 12 | 40 | 3D | 35 |
| Octal | 306 | 320 | 100 | 5 | 0 | 105 | 22 | 100 | 75 | 65 |
| Binary | 11000110 | 11010000 | 1000000 | 101 | 0 | 1000101 | 10010 | 1000000 | 111101 | 110101 |
Color Harmonies of #C6D040
Complementary color
Monochromatic Colors of #C6D040
Black with #C6D040
Text Example
Text Example
White with #C6D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D040; }
p { color: rgb(198,208,64); }
H1.HeaderClassName
{
color: #C6D040;
}
.AnyTagClassName
{
color: #C6D040;
}
</style>
background-color css
<style>
a { background-color: #C6D040; }
a { background-color: rgb(198,208,64); }
div.DivClassName
{
background-color: #C6D040;
}
.BgClassName
{
background-color: #C6D040;
}
</style>
border-color css
<style>
span { border-color: #C6D040; }
span { border-color: rgb(198,208,64); }
td.TdClassName
{
border-color: #C6D040;
}
.TagClassName
{
border-color: #C6D040;
}
</style>