Shades of Las Palmas #C6CF47
Tints of Las Palmas #C6CF47
RGB
CMYK
RGB Variations
Color information
#C6CF47 (or 0xC6CF47) is known color: Las Palmas. HEX triplet: C6, CF and 47. RGB value is (198,207,71). Sum of RGB (Red+Green+Blue) = 198+207+71=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF47 is #3930B8. Grayscale: #BDBDBD. Windows color (decimal): -3748025 or 4706246. OLE color: 4706246.
HSL color Cylindrical-coordinate representation of color #C6CF47: hue angle of 63.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6CF47 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 71 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.19 |
| HSL | 63.97º | 0.59% | 0.55% | - |
| HSV(B) | 63.97º | 0.66% | 0.81% | - |
| XYZ | 46.74 | 57.09 | 14.52 | - |
| YUV | 188.81 | 61.52 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 71 | 0.04 | 0 | 0.66 | 0.19 | 63.97 | 0.59 | 0.55 |
| Hex | C6 | CF | 47 | 4 | 0 | 42 | 13 | 40 | 3B | 37 |
| Octal | 306 | 317 | 107 | 4 | 0 | 102 | 23 | 100 | 73 | 67 |
| Binary | 11000110 | 11001111 | 1000111 | 100 | 0 | 1000010 | 10011 | 1000000 | 111011 | 110111 |
Color Harmonies of #C6CF47
Complementary color
Monochromatic Colors of #C6CF47
Black with #C6CF47
Text Example
Text Example
White with #C6CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF47; }
p { color: rgb(198,207,71); }
H1.HeaderClassName
{
color: #C6CF47;
}
.AnyTagClassName
{
color: #C6CF47;
}
</style>
background-color css
<style>
a { background-color: #C6CF47; }
a { background-color: rgb(198,207,71); }
div.DivClassName
{
background-color: #C6CF47;
}
.BgClassName
{
background-color: #C6CF47;
}
</style>
border-color css
<style>
span { border-color: #C6CF47; }
span { border-color: rgb(198,207,71); }
td.TdClassName
{
border-color: #C6CF47;
}
.TagClassName
{
border-color: #C6CF47;
}
</style>