Shades of Las Palmas #C5CE47
Tints of Las Palmas #C5CE47
RGB
CMYK
RGB Variations
Color information
#C5CE47 (or 0xC5CE47) is known color: Las Palmas. HEX triplet: C5, CE and 47. RGB value is (197,206,71). Sum of RGB (Red+Green+Blue) = 197+206+71=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE47 is #3A31B8. Grayscale: #BCBCBC. Windows color (decimal): -3813817 or 4705989. OLE color: 4705989.
HSL color Cylindrical-coordinate representation of color #C5CE47: hue angle of 64º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5CE47 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 71 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.19 |
| HSL | 64º | 0.58% | 0.54% | - |
| HSV(B) | 64º | 0.66% | 0.81% | - |
| XYZ | 46.23 | 56.47 | 14.42 | - |
| YUV | 187.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 71 | 0.04 | 0 | 0.66 | 0.19 | 64 | 0.58 | 0.54 |
| Hex | C5 | CE | 47 | 4 | 0 | 42 | 13 | 40 | 3A | 36 |
| Octal | 305 | 316 | 107 | 4 | 0 | 102 | 23 | 100 | 72 | 66 |
| Binary | 11000101 | 11001110 | 1000111 | 100 | 0 | 1000010 | 10011 | 1000000 | 111010 | 110110 |
Color Harmonies of #C5CE47
Complementary color
Monochromatic Colors of #C5CE47
Black with #C5CE47
Text Example
Text Example
White with #C5CE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE47; }
p { color: rgb(197,206,71); }
H1.HeaderClassName
{
color: #C5CE47;
}
.AnyTagClassName
{
color: #C5CE47;
}
</style>
background-color css
<style>
a { background-color: #C5CE47; }
a { background-color: rgb(197,206,71); }
div.DivClassName
{
background-color: #C5CE47;
}
.BgClassName
{
background-color: #C5CE47;
}
</style>
border-color css
<style>
span { border-color: #C5CE47; }
span { border-color: rgb(197,206,71); }
td.TdClassName
{
border-color: #C5CE47;
}
.TagClassName
{
border-color: #C5CE47;
}
</style>