Shades of Las Palmas #C5D336
Tints of Las Palmas #C5D336
RGB
CMYK
RGB Variations
Color information
#C5D336 (or 0xC5D336) is known color: Las Palmas. HEX triplet: C5, D3 and 36. RGB value is (197,211,54). Sum of RGB (Red+Green+Blue) = 197+211+54=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D336 is #3A2CC9. Grayscale: #BDBDBD. Windows color (decimal): -3812554 or 3593157. OLE color: 3593157.
HSL color Cylindrical-coordinate representation of color #C5D336: hue angle of 65.35º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5D336 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 54 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.17 |
| HSL | 65.35º | 0.64% | 0.52% | - |
| HSV(B) | 65.35º | 0.74% | 0.83% | - |
| XYZ | 46.99 | 58.73 | 12.35 | - |
| YUV | 188.92 | 51.86 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 54 | 0.07 | 0 | 0.74 | 0.17 | 65.35 | 0.64 | 0.52 |
| Hex | C5 | D3 | 36 | 7 | 0 | 4A | 11 | 41 | 40 | 34 |
| Octal | 305 | 323 | 66 | 7 | 0 | 112 | 21 | 101 | 100 | 64 |
| Binary | 11000101 | 11010011 | 110110 | 111 | 0 | 1001010 | 10001 | 1000001 | 1000000 | 110100 |
Color Harmonies of #C5D336
Complementary color
Monochromatic Colors of #C5D336
Black with #C5D336
Text Example
Text Example
White with #C5D336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D336; }
p { color: rgb(197,211,54); }
H1.HeaderClassName
{
color: #C5D336;
}
.AnyTagClassName
{
color: #C5D336;
}
</style>
background-color css
<style>
a { background-color: #C5D336; }
a { background-color: rgb(197,211,54); }
div.DivClassName
{
background-color: #C5D336;
}
.BgClassName
{
background-color: #C5D336;
}
</style>
border-color css
<style>
span { border-color: #C5D336; }
span { border-color: rgb(197,211,54); }
td.TdClassName
{
border-color: #C5D336;
}
.TagClassName
{
border-color: #C5D336;
}
</style>