Shades of Las Palmas #C5D339
Tints of Las Palmas #C5D339
RGB
CMYK
RGB Variations
Color information
#C5D339 (or 0xC5D339) is known color: Las Palmas. HEX triplet: C5, D3 and 39. RGB value is (197,211,57). Sum of RGB (Red+Green+Blue) = 197+211+57=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 57 (22.66% from 255 or 12.26% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D339 is #3A2CC6. Grayscale: #BDBDBD. Windows color (decimal): -3812551 or 3789765. OLE color: 3789765.
HSL color Cylindrical-coordinate representation of color #C5D339: hue angle of 65.45º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5D339 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 57 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.17 |
| HSL | 65.45º | 0.64% | 0.53% | - |
| HSV(B) | 65.45º | 0.73% | 0.83% | - |
| XYZ | 47.06 | 58.75 | 12.73 | - |
| YUV | 189.26 | 53.36 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 57 | 0.07 | 0 | 0.73 | 0.17 | 65.45 | 0.64 | 0.53 |
| Hex | C5 | D3 | 39 | 7 | 0 | 49 | 11 | 41 | 40 | 35 |
| Octal | 305 | 323 | 71 | 7 | 0 | 111 | 21 | 101 | 100 | 65 |
| Binary | 11000101 | 11010011 | 111001 | 111 | 0 | 1001001 | 10001 | 1000001 | 1000000 | 110101 |
Color Harmonies of #C5D339
Complementary color
Monochromatic Colors of #C5D339
Black with #C5D339
Text Example
Text Example
White with #C5D339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D339; }
p { color: rgb(197,211,57); }
H1.HeaderClassName
{
color: #C5D339;
}
.AnyTagClassName
{
color: #C5D339;
}
</style>
background-color css
<style>
a { background-color: #C5D339; }
a { background-color: rgb(197,211,57); }
div.DivClassName
{
background-color: #C5D339;
}
.BgClassName
{
background-color: #C5D339;
}
</style>
border-color css
<style>
span { border-color: #C5D339; }
span { border-color: rgb(197,211,57); }
td.TdClassName
{
border-color: #C5D339;
}
.TagClassName
{
border-color: #C5D339;
}
</style>