Shades of Las Palmas #C5D346
Tints of Las Palmas #C5D346
RGB
CMYK
RGB Variations
Color information
#C5D346 (or 0xC5D346) is known color: Las Palmas. HEX triplet: C5, D3 and 46. RGB value is (197,211,70). Sum of RGB (Red+Green+Blue) = 197+211+70=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D346 is #3A2CB9. Grayscale: #BFBFBF. Windows color (decimal): -3812538 or 4641733. OLE color: 4641733.
HSL color Cylindrical-coordinate representation of color #C5D346: hue angle of 65.96º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5D346 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 70 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.17 |
| HSL | 65.96º | 0.62% | 0.55% | - |
| HSV(B) | 65.96º | 0.67% | 0.83% | - |
| XYZ | 47.43 | 58.9 | 14.66 | - |
| YUV | 190.74 | 59.86 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 70 | 0.07 | 0 | 0.67 | 0.17 | 65.96 | 0.62 | 0.55 |
| Hex | C5 | D3 | 46 | 7 | 0 | 43 | 11 | 42 | 3E | 37 |
| Octal | 305 | 323 | 106 | 7 | 0 | 103 | 21 | 102 | 76 | 67 |
| Binary | 11000101 | 11010011 | 1000110 | 111 | 0 | 1000011 | 10001 | 1000010 | 111110 | 110111 |
Color Harmonies of #C5D346
Complementary color
Monochromatic Colors of #C5D346
Black with #C5D346
Text Example
Text Example
White with #C5D346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D346; }
p { color: rgb(197,211,70); }
H1.HeaderClassName
{
color: #C5D346;
}
.AnyTagClassName
{
color: #C5D346;
}
</style>
background-color css
<style>
a { background-color: #C5D346; }
a { background-color: rgb(197,211,70); }
div.DivClassName
{
background-color: #C5D346;
}
.BgClassName
{
background-color: #C5D346;
}
</style>
border-color css
<style>
span { border-color: #C5D346; }
span { border-color: rgb(197,211,70); }
td.TdClassName
{
border-color: #C5D346;
}
.TagClassName
{
border-color: #C5D346;
}
</style>