Shades of Las Palmas #C5D14B
Tints of Las Palmas #C5D14B
RGB
CMYK
RGB Variations
Color information
#C5D14B (or 0xC5D14B) is known color: Las Palmas. HEX triplet: C5, D1 and 4B. RGB value is (197,209,75). Sum of RGB (Red+Green+Blue) = 197+209+75=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D14B is #3A2EB4. Grayscale: #BEBEBE. Windows color (decimal): -3813045 or 4968901. OLE color: 4968901.
HSL color Cylindrical-coordinate representation of color #C5D14B: hue angle of 65.37º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5D14B is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 75 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.18 |
| HSL | 65.37º | 0.59% | 0.56% | - |
| HSV(B) | 65.37º | 0.64% | 0.82% | - |
| XYZ | 47.1 | 57.98 | 15.37 | - |
| YUV | 190.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 75 | 0.06 | 0 | 0.64 | 0.18 | 65.37 | 0.59 | 0.56 |
| Hex | C5 | D1 | 4B | 6 | 0 | 40 | 12 | 41 | 3B | 38 |
| Octal | 305 | 321 | 113 | 6 | 0 | 100 | 22 | 101 | 73 | 70 |
| Binary | 11000101 | 11010001 | 1001011 | 110 | 0 | 1000000 | 10010 | 1000001 | 111011 | 111000 |
Color Harmonies of #C5D14B
Complementary color
Monochromatic Colors of #C5D14B
Black with #C5D14B
Text Example
Text Example
White with #C5D14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D14B; }
p { color: rgb(197,209,75); }
H1.HeaderClassName
{
color: #C5D14B;
}
.AnyTagClassName
{
color: #C5D14B;
}
</style>
background-color css
<style>
a { background-color: #C5D14B; }
a { background-color: rgb(197,209,75); }
div.DivClassName
{
background-color: #C5D14B;
}
.BgClassName
{
background-color: #C5D14B;
}
</style>
border-color css
<style>
span { border-color: #C5D14B; }
span { border-color: rgb(197,209,75); }
td.TdClassName
{
border-color: #C5D14B;
}
.TagClassName
{
border-color: #C5D14B;
}
</style>