Shades of Las Palmas #C6CD37
Tints of Las Palmas #C6CD37
RGB
CMYK
RGB Variations
Color information
#C6CD37 (or 0xC6CD37) is known color: Las Palmas. HEX triplet: C6, CD and 37. RGB value is (198,205,55). Sum of RGB (Red+Green+Blue) = 198+205+55=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 55 (21.88% from 255 or 12.01% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CD37 is #3932C8. Grayscale: #BABABA. Windows color (decimal): -3748553 or 3657158. OLE color: 3657158.
HSL color Cylindrical-coordinate representation of color #C6CD37: hue angle of 62.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6CD37 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 205 | 55 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.20 |
| HSL | 62.8º | 0.6% | 0.51% | - |
| HSV(B) | 62.8º | 0.73% | 0.8% | - |
| XYZ | 45.81 | 55.94 | 12 | - |
| YUV | 185.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 55 | 0.03 | 0 | 0.73 | 0.20 | 62.8 | 0.6 | 0.51 |
| Hex | C6 | CD | 37 | 3 | 0 | 49 | 14 | 3F | 3C | 33 |
| Octal | 306 | 315 | 67 | 3 | 0 | 111 | 24 | 77 | 74 | 63 |
| Binary | 11000110 | 11001101 | 110111 | 11 | 0 | 1001001 | 10100 | 111111 | 111100 | 110011 |
Color Harmonies of #C6CD37
Complementary color
Monochromatic Colors of #C6CD37
Black with #C6CD37
Text Example
Text Example
White with #C6CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CD37; }
p { color: rgb(198,205,55); }
H1.HeaderClassName
{
color: #C6CD37;
}
.AnyTagClassName
{
color: #C6CD37;
}
</style>
background-color css
<style>
a { background-color: #C6CD37; }
a { background-color: rgb(198,205,55); }
div.DivClassName
{
background-color: #C6CD37;
}
.BgClassName
{
background-color: #C6CD37;
}
</style>
border-color css
<style>
span { border-color: #C6CD37; }
span { border-color: rgb(198,205,55); }
td.TdClassName
{
border-color: #C6CD37;
}
.TagClassName
{
border-color: #C6CD37;
}
</style>