Shades of Las Palmas #C4CE47
Tints of Las Palmas #C4CE47
RGB
CMYK
RGB Variations
Color information
#C4CE47 (or 0xC4CE47) is known color: Las Palmas. HEX triplet: C4, CE and 47. RGB value is (196,206,71). Sum of RGB (Red+Green+Blue) = 196+206+71=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE47 is #3B31B8. Grayscale: #BCBCBC. Windows color (decimal): -3879353 or 4705988. OLE color: 4705988.
HSL color Cylindrical-coordinate representation of color #C4CE47: hue angle of 64.44º 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 #C4CE47 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 71 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.19 |
| HSL | 64.44º | 0.58% | 0.54% | - |
| HSV(B) | 64.44º | 0.66% | 0.81% | - |
| XYZ | 45.97 | 56.33 | 14.41 | - |
| YUV | 187.62 | 62.19 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 71 | 0.05 | 0 | 0.66 | 0.19 | 64.44 | 0.58 | 0.54 |
| Hex | C4 | CE | 47 | 5 | 0 | 42 | 13 | 40 | 3A | 36 |
| Octal | 304 | 316 | 107 | 5 | 0 | 102 | 23 | 100 | 72 | 66 |
| Binary | 11000100 | 11001110 | 1000111 | 101 | 0 | 1000010 | 10011 | 1000000 | 111010 | 110110 |
Color Harmonies of #C4CE47
Complementary color
Monochromatic Colors of #C4CE47
Black with #C4CE47
Text Example
Text Example
White with #C4CE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE47; }
p { color: rgb(196,206,71); }
H1.HeaderClassName
{
color: #C4CE47;
}
.AnyTagClassName
{
color: #C4CE47;
}
</style>
background-color css
<style>
a { background-color: #C4CE47; }
a { background-color: rgb(196,206,71); }
div.DivClassName
{
background-color: #C4CE47;
}
.BgClassName
{
background-color: #C4CE47;
}
</style>
border-color css
<style>
span { border-color: #C4CE47; }
span { border-color: rgb(196,206,71); }
td.TdClassName
{
border-color: #C4CE47;
}
.TagClassName
{
border-color: #C4CE47;
}
</style>