Shades of Las Palmas #C6D636
Tints of Las Palmas #C6D636
RGB
CMYK
RGB Variations
Color information
#C6D636 (or 0xC6D636) is known color: Las Palmas. HEX triplet: C6, D6 and 36. RGB value is (198,214,54). Sum of RGB (Red+Green+Blue) = 198+214+54=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 54 (21.48% from 255 or 11.59% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D636 is #3929C9. Grayscale: #BFBFBF. Windows color (decimal): -3746250 or 3593926. OLE color: 3593926.
HSL color Cylindrical-coordinate representation of color #C6D636: hue angle of 66º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6D636 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 54 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.16 |
| HSL | 66º | 0.66% | 0.53% | - |
| HSV(B) | 66º | 0.75% | 0.84% | - |
| XYZ | 48 | 60.37 | 12.61 | - |
| YUV | 190.98 | 50.7 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 54 | 0.07 | 0 | 0.75 | 0.16 | 66 | 0.66 | 0.53 |
| Hex | C6 | D6 | 36 | 7 | 0 | 4B | 10 | 42 | 42 | 35 |
| Octal | 306 | 326 | 66 | 7 | 0 | 113 | 20 | 102 | 102 | 65 |
| Binary | 11000110 | 11010110 | 110110 | 111 | 0 | 1001011 | 10000 | 1000010 | 1000010 | 110101 |
Color Harmonies of #C6D636
Complementary color
Monochromatic Colors of #C6D636
Black with #C6D636
Text Example
Text Example
White with #C6D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D636; }
p { color: rgb(198,214,54); }
H1.HeaderClassName
{
color: #C6D636;
}
.AnyTagClassName
{
color: #C6D636;
}
</style>
background-color css
<style>
a { background-color: #C6D636; }
a { background-color: rgb(198,214,54); }
div.DivClassName
{
background-color: #C6D636;
}
.BgClassName
{
background-color: #C6D636;
}
</style>
border-color css
<style>
span { border-color: #C6D636; }
span { border-color: rgb(198,214,54); }
td.TdClassName
{
border-color: #C6D636;
}
.TagClassName
{
border-color: #C6D636;
}
</style>