Shades of Las Palmas #C6D749
Tints of Las Palmas #C6D749
RGB
CMYK
RGB Variations
Color information
#C6D749 (or 0xC6D749) is known color: Las Palmas. HEX triplet: C6, D7 and 49. RGB value is (198,215,73). Sum of RGB (Red+Green+Blue) = 198+215+73=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D749 is #3928B6. Grayscale: #C2C2C2. Windows color (decimal): -3745975 or 4839366. OLE color: 4839366.
HSL color Cylindrical-coordinate representation of color #C6D749: hue angle of 67.18º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6D749 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 215 | 73 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.16 |
| HSL | 67.18º | 0.64% | 0.56% | - |
| HSV(B) | 67.18º | 0.66% | 0.84% | - |
| XYZ | 48.79 | 61.09 | 15.52 | - |
| YUV | 193.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 215 | 73 | 0.08 | 0 | 0.66 | 0.16 | 67.18 | 0.64 | 0.56 |
| Hex | C6 | D7 | 49 | 8 | 0 | 42 | 10 | 43 | 40 | 38 |
| Octal | 306 | 327 | 111 | 10 | 0 | 102 | 20 | 103 | 100 | 70 |
| Binary | 11000110 | 11010111 | 1001001 | 1000 | 0 | 1000010 | 10000 | 1000011 | 1000000 | 111000 |
Color Harmonies of #C6D749
Complementary color
Monochromatic Colors of #C6D749
Black with #C6D749
Text Example
Text Example
White with #C6D749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D749; }
p { color: rgb(198,215,73); }
H1.HeaderClassName
{
color: #C6D749;
}
.AnyTagClassName
{
color: #C6D749;
}
</style>
background-color css
<style>
a { background-color: #C6D749; }
a { background-color: rgb(198,215,73); }
div.DivClassName
{
background-color: #C6D749;
}
.BgClassName
{
background-color: #C6D749;
}
</style>
border-color css
<style>
span { border-color: #C6D749; }
span { border-color: rgb(198,215,73); }
td.TdClassName
{
border-color: #C6D749;
}
.TagClassName
{
border-color: #C6D749;
}
</style>