Shades of Las Palmas #C5D94E
Tints of Las Palmas #C5D94E
RGB
CMYK
RGB Variations
Color information
#C5D94E (or 0xC5D94E) is known color: Las Palmas. HEX triplet: C5, D9 and 4E. RGB value is (197,217,78). Sum of RGB (Red+Green+Blue) = 197+217+78=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D94E is #3A26B1. Grayscale: #C3C3C3. Windows color (decimal): -3810994 or 5167557. OLE color: 5167557.
HSL color Cylindrical-coordinate representation of color #C5D94E: hue angle of 68.63º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5D94E is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 78 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.15 |
| HSL | 68.63º | 0.65% | 0.58% | - |
| HSV(B) | 68.63º | 0.64% | 0.85% | - |
| XYZ | 49.21 | 62.05 | 16.59 | - |
| YUV | 195.17 | 61.87 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 78 | 0.09 | 0 | 0.64 | 0.15 | 68.63 | 0.65 | 0.58 |
| Hex | C5 | D9 | 4E | 9 | 0 | 40 | F | 45 | 41 | 3A |
| Octal | 305 | 331 | 116 | 11 | 0 | 100 | 17 | 105 | 101 | 72 |
| Binary | 11000101 | 11011001 | 1001110 | 1001 | 0 | 1000000 | 1111 | 1000101 | 1000001 | 111010 |
Color Harmonies of #C5D94E
Complementary color
Monochromatic Colors of #C5D94E
Black with #C5D94E
Text Example
Text Example
White with #C5D94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D94E; }
p { color: rgb(197,217,78); }
H1.HeaderClassName
{
color: #C5D94E;
}
.AnyTagClassName
{
color: #C5D94E;
}
</style>
background-color css
<style>
a { background-color: #C5D94E; }
a { background-color: rgb(197,217,78); }
div.DivClassName
{
background-color: #C5D94E;
}
.BgClassName
{
background-color: #C5D94E;
}
</style>
border-color css
<style>
span { border-color: #C5D94E; }
span { border-color: rgb(197,217,78); }
td.TdClassName
{
border-color: #C5D94E;
}
.TagClassName
{
border-color: #C5D94E;
}
</style>