Shades of Las Palmas #C6D548
Tints of Las Palmas #C6D548
RGB
CMYK
RGB Variations
Color information
#C6D548 (or 0xC6D548) is known color: Las Palmas. HEX triplet: C6, D5 and 48. RGB value is (198,213,72). Sum of RGB (Red+Green+Blue) = 198+213+72=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D548 is #392AB7. Grayscale: #C0C0C0. Windows color (decimal): -3746488 or 4773318. OLE color: 4773318.
HSL color Cylindrical-coordinate representation of color #C6D548: hue angle of 66.38º degrees, saturation: 0.63, 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 #C6D548 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 72 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.16 |
| HSL | 66.38º | 0.63% | 0.56% | - |
| HSV(B) | 66.38º | 0.66% | 0.84% | - |
| XYZ | 48.25 | 60.06 | 15.18 | - |
| YUV | 192.44 | 60.03 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 72 | 0.07 | 0 | 0.66 | 0.16 | 66.38 | 0.63 | 0.56 |
| Hex | C6 | D5 | 48 | 7 | 0 | 42 | 10 | 42 | 3F | 38 |
| Octal | 306 | 325 | 110 | 7 | 0 | 102 | 20 | 102 | 77 | 70 |
| Binary | 11000110 | 11010101 | 1001000 | 111 | 0 | 1000010 | 10000 | 1000010 | 111111 | 111000 |
Color Harmonies of #C6D548
Complementary color
Monochromatic Colors of #C6D548
Black with #C6D548
Text Example
Text Example
White with #C6D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D548; }
p { color: rgb(198,213,72); }
H1.HeaderClassName
{
color: #C6D548;
}
.AnyTagClassName
{
color: #C6D548;
}
</style>
background-color css
<style>
a { background-color: #C6D548; }
a { background-color: rgb(198,213,72); }
div.DivClassName
{
background-color: #C6D548;
}
.BgClassName
{
background-color: #C6D548;
}
</style>
border-color css
<style>
span { border-color: #C6D548; }
span { border-color: rgb(198,213,72); }
td.TdClassName
{
border-color: #C6D548;
}
.TagClassName
{
border-color: #C6D548;
}
</style>