Shades of Las Palmas #C6D64D
Tints of Las Palmas #C6D64D
RGB
CMYK
RGB Variations
Color information
#C6D64D (or 0xC6D64D) is known color: Las Palmas. HEX triplet: C6, D6 and 4D. RGB value is (198,214,77). Sum of RGB (Red+Green+Blue) = 198+214+77=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D64D is #3929B2. Grayscale: #C2C2C2. Windows color (decimal): -3746227 or 5101254. OLE color: 5101254.
HSL color Cylindrical-coordinate representation of color #C6D64D: hue angle of 67.01º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6D64D is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 77 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.16 |
| HSL | 67.01º | 0.63% | 0.57% | - |
| HSV(B) | 67.01º | 0.64% | 0.84% | - |
| XYZ | 48.67 | 60.63 | 16.16 | - |
| YUV | 193.6 | 62.2 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 77 | 0.07 | 0 | 0.64 | 0.16 | 67.01 | 0.63 | 0.57 |
| Hex | C6 | D6 | 4D | 7 | 0 | 40 | 10 | 43 | 3F | 39 |
| Octal | 306 | 326 | 115 | 7 | 0 | 100 | 20 | 103 | 77 | 71 |
| Binary | 11000110 | 11010110 | 1001101 | 111 | 0 | 1000000 | 10000 | 1000011 | 111111 | 111001 |
Color Harmonies of #C6D64D
Complementary color
Monochromatic Colors of #C6D64D
Black with #C6D64D
Text Example
Text Example
White with #C6D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D64D; }
p { color: rgb(198,214,77); }
H1.HeaderClassName
{
color: #C6D64D;
}
.AnyTagClassName
{
color: #C6D64D;
}
</style>
background-color css
<style>
a { background-color: #C6D64D; }
a { background-color: rgb(198,214,77); }
div.DivClassName
{
background-color: #C6D64D;
}
.BgClassName
{
background-color: #C6D64D;
}
</style>
border-color css
<style>
span { border-color: #C6D64D; }
span { border-color: rgb(198,214,77); }
td.TdClassName
{
border-color: #C6D64D;
}
.TagClassName
{
border-color: #C6D64D;
}
</style>