Shades of Las Palmas #C6D044
Tints of Las Palmas #C6D044
RGB
CMYK
RGB Variations
Color information
#C6D044 (or 0xC6D044) is known color: Las Palmas. HEX triplet: C6, D0 and 44. RGB value is (198,208,68). Sum of RGB (Red+Green+Blue) = 198+208+68=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D044 is #392FBB. Grayscale: #BDBDBD. Windows color (decimal): -3747772 or 4509894. OLE color: 4509894.
HSL color Cylindrical-coordinate representation of color #C6D044: hue angle of 64.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6D044 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 68 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.18 |
| HSL | 64.29º | 0.6% | 0.54% | - |
| HSV(B) | 64.29º | 0.67% | 0.82% | - |
| XYZ | 46.89 | 57.53 | 14.1 | - |
| YUV | 189.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 68 | 0.05 | 0 | 0.67 | 0.18 | 64.29 | 0.6 | 0.54 |
| Hex | C6 | D0 | 44 | 5 | 0 | 43 | 12 | 40 | 3C | 36 |
| Octal | 306 | 320 | 104 | 5 | 0 | 103 | 22 | 100 | 74 | 66 |
| Binary | 11000110 | 11010000 | 1000100 | 101 | 0 | 1000011 | 10010 | 1000000 | 111100 | 110110 |
Color Harmonies of #C6D044
Complementary color
Monochromatic Colors of #C6D044
Black with #C6D044
Text Example
Text Example
White with #C6D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D044; }
p { color: rgb(198,208,68); }
H1.HeaderClassName
{
color: #C6D044;
}
.AnyTagClassName
{
color: #C6D044;
}
</style>
background-color css
<style>
a { background-color: #C6D044; }
a { background-color: rgb(198,208,68); }
div.DivClassName
{
background-color: #C6D044;
}
.BgClassName
{
background-color: #C6D044;
}
</style>
border-color css
<style>
span { border-color: #C6D044; }
span { border-color: rgb(198,208,68); }
td.TdClassName
{
border-color: #C6D044;
}
.TagClassName
{
border-color: #C6D044;
}
</style>