Shades of Las Palmas #C6D635
Tints of Las Palmas #C6D635
RGB
CMYK
RGB Variations
Color information
#C6D635 (or 0xC6D635) is known color: Las Palmas. HEX triplet: C6, D6 and 35. RGB value is (198,214,53). Sum of RGB (Red+Green+Blue) = 198+214+53=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D635 is #3929CA. Grayscale: #BFBFBF. Windows color (decimal): -3746251 or 3528390. OLE color: 3528390.
HSL color Cylindrical-coordinate representation of color #C6D635: hue angle of 65.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6D635 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 53 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.16 |
| HSL | 65.96º | 0.66% | 0.52% | - |
| HSV(B) | 65.96º | 0.75% | 0.84% | - |
| XYZ | 47.98 | 60.36 | 12.49 | - |
| YUV | 190.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 53 | 0.07 | 0 | 0.75 | 0.16 | 65.96 | 0.66 | 0.52 |
| Hex | C6 | D6 | 35 | 7 | 0 | 4B | 10 | 42 | 42 | 34 |
| Octal | 306 | 326 | 65 | 7 | 0 | 113 | 20 | 102 | 102 | 64 |
| Binary | 11000110 | 11010110 | 110101 | 111 | 0 | 1001011 | 10000 | 1000010 | 1000010 | 110100 |
Color Harmonies of #C6D635
Complementary color
Monochromatic Colors of #C6D635
Black with #C6D635
Text Example
Text Example
White with #C6D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D635; }
p { color: rgb(198,214,53); }
H1.HeaderClassName
{
color: #C6D635;
}
.AnyTagClassName
{
color: #C6D635;
}
</style>
background-color css
<style>
a { background-color: #C6D635; }
a { background-color: rgb(198,214,53); }
div.DivClassName
{
background-color: #C6D635;
}
.BgClassName
{
background-color: #C6D635;
}
</style>
border-color css
<style>
span { border-color: #C6D635; }
span { border-color: rgb(198,214,53); }
td.TdClassName
{
border-color: #C6D635;
}
.TagClassName
{
border-color: #C6D635;
}
</style>