Shades of Las Palmas #C6D240
Tints of Las Palmas #C6D240
RGB
CMYK
RGB Variations
Color information
#C6D240 (or 0xC6D240) is known color: Las Palmas. HEX triplet: C6, D2 and 40. RGB value is (198,210,64). Sum of RGB (Red+Green+Blue) = 198+210+64=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D240 is #392DBF. Grayscale: #BEBEBE. Windows color (decimal): -3747264 or 4248262. OLE color: 4248262.
HSL color Cylindrical-coordinate representation of color #C6D240: hue angle of 64.93º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6D240 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 64 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.18 |
| HSL | 64.93º | 0.62% | 0.54% | - |
| HSV(B) | 64.93º | 0.7% | 0.82% | - |
| XYZ | 47.26 | 58.47 | 13.65 | - |
| YUV | 189.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 64 | 0.06 | 0 | 0.70 | 0.18 | 64.93 | 0.62 | 0.54 |
| Hex | C6 | D2 | 40 | 6 | 0 | 46 | 12 | 41 | 3E | 36 |
| Octal | 306 | 322 | 100 | 6 | 0 | 106 | 22 | 101 | 76 | 66 |
| Binary | 11000110 | 11010010 | 1000000 | 110 | 0 | 1000110 | 10010 | 1000001 | 111110 | 110110 |
Color Harmonies of #C6D240
Complementary color
Monochromatic Colors of #C6D240
Black with #C6D240
Text Example
Text Example
White with #C6D240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D240; }
p { color: rgb(198,210,64); }
H1.HeaderClassName
{
color: #C6D240;
}
.AnyTagClassName
{
color: #C6D240;
}
</style>
background-color css
<style>
a { background-color: #C6D240; }
a { background-color: rgb(198,210,64); }
div.DivClassName
{
background-color: #C6D240;
}
.BgClassName
{
background-color: #C6D240;
}
</style>
border-color css
<style>
span { border-color: #C6D240; }
span { border-color: rgb(198,210,64); }
td.TdClassName
{
border-color: #C6D240;
}
.TagClassName
{
border-color: #C6D240;
}
</style>