Shades of Las Palmas #C5D341
Tints of Las Palmas #C5D341
RGB
CMYK
RGB Variations
Color information
#C5D341 (or 0xC5D341) is known color: Las Palmas. HEX triplet: C5, D3 and 41. RGB value is (197,211,65). Sum of RGB (Red+Green+Blue) = 197+211+65=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D341 is #3A2CBE. Grayscale: #BEBEBE. Windows color (decimal): -3812543 or 4314053. OLE color: 4314053.
HSL color Cylindrical-coordinate representation of color #C5D341: hue angle of 65.75º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5D341 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 65 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.17 |
| HSL | 65.75º | 0.62% | 0.54% | - |
| HSV(B) | 65.75º | 0.69% | 0.83% | - |
| XYZ | 47.27 | 58.84 | 13.87 | - |
| YUV | 190.17 | 57.36 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 65 | 0.07 | 0 | 0.69 | 0.17 | 65.75 | 0.62 | 0.54 |
| Hex | C5 | D3 | 41 | 7 | 0 | 45 | 11 | 42 | 3E | 36 |
| Octal | 305 | 323 | 101 | 7 | 0 | 105 | 21 | 102 | 76 | 66 |
| Binary | 11000101 | 11010011 | 1000001 | 111 | 0 | 1000101 | 10001 | 1000010 | 111110 | 110110 |
Color Harmonies of #C5D341
Complementary color
Monochromatic Colors of #C5D341
Black with #C5D341
Text Example
Text Example
White with #C5D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D341; }
p { color: rgb(197,211,65); }
H1.HeaderClassName
{
color: #C5D341;
}
.AnyTagClassName
{
color: #C5D341;
}
</style>
background-color css
<style>
a { background-color: #C5D341; }
a { background-color: rgb(197,211,65); }
div.DivClassName
{
background-color: #C5D341;
}
.BgClassName
{
background-color: #C5D341;
}
</style>
border-color css
<style>
span { border-color: #C5D341; }
span { border-color: rgb(197,211,65); }
td.TdClassName
{
border-color: #C5D341;
}
.TagClassName
{
border-color: #C5D341;
}
</style>