Shades of Las Palmas #BFD747
Tints of Las Palmas #BFD747
RGB
CMYK
RGB Variations
Color information
#BFD747 (or 0xBFD747) is known color: Las Palmas. HEX triplet: BF, D7 and 47. RGB value is (191,215,71). Sum of RGB (Red+Green+Blue) = 191+215+71=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD747 is #4028B8. Grayscale: #BFBFBF. Windows color (decimal): -4204729 or 4708287. OLE color: 4708287.
HSL color Cylindrical-coordinate representation of color #BFD747: hue angle of 70º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFD747 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 71 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.16 |
| HSL | 70º | 0.64% | 0.56% | - |
| HSV(B) | 70º | 0.67% | 0.84% | - |
| XYZ | 46.92 | 60.13 | 15.09 | - |
| YUV | 191.41 | 60.05 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 71 | 0.11 | 0 | 0.67 | 0.16 | 70 | 0.64 | 0.56 |
| Hex | BF | D7 | 47 | B | 0 | 43 | 10 | 46 | 40 | 38 |
| Octal | 277 | 327 | 107 | 13 | 0 | 103 | 20 | 106 | 100 | 70 |
| Binary | 10111111 | 11010111 | 1000111 | 1011 | 0 | 1000011 | 10000 | 1000110 | 1000000 | 111000 |
Color Harmonies of #BFD747
Complementary color
Monochromatic Colors of #BFD747
Black with #BFD747
Text Example
Text Example
White with #BFD747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD747; }
p { color: rgb(191,215,71); }
H1.HeaderClassName
{
color: #BFD747;
}
.AnyTagClassName
{
color: #BFD747;
}
</style>
background-color css
<style>
a { background-color: #BFD747; }
a { background-color: rgb(191,215,71); }
div.DivClassName
{
background-color: #BFD747;
}
.BgClassName
{
background-color: #BFD747;
}
</style>
border-color css
<style>
span { border-color: #BFD747; }
span { border-color: rgb(191,215,71); }
td.TdClassName
{
border-color: #BFD747;
}
.TagClassName
{
border-color: #BFD747;
}
</style>