Shades of Las Palmas #BFD945
Tints of Las Palmas #BFD945
RGB
CMYK
RGB Variations
Color information
#BFD945 (or 0xBFD945) is known color: Las Palmas. HEX triplet: BF, D9 and 45. RGB value is (191,217,69). Sum of RGB (Red+Green+Blue) = 191+217+69=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD945 is #4026BA. Grayscale: #C0C0C0. Windows color (decimal): -4204219 or 4577727. OLE color: 4577727.
HSL color Cylindrical-coordinate representation of color #BFD945: hue angle of 70.54º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFD945 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 69 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.15 |
| HSL | 70.54º | 0.66% | 0.56% | - |
| HSV(B) | 70.54º | 0.68% | 0.85% | - |
| XYZ | 47.37 | 61.13 | 14.93 | - |
| YUV | 192.35 | 58.39 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 69 | 0.12 | 0 | 0.68 | 0.15 | 70.54 | 0.66 | 0.56 |
| Hex | BF | D9 | 45 | C | 0 | 44 | F | 47 | 42 | 38 |
| Octal | 277 | 331 | 105 | 14 | 0 | 104 | 17 | 107 | 102 | 70 |
| Binary | 10111111 | 11011001 | 1000101 | 1100 | 0 | 1000100 | 1111 | 1000111 | 1000010 | 111000 |
Color Harmonies of #BFD945
Complementary color
Monochromatic Colors of #BFD945
Black with #BFD945
Text Example
Text Example
White with #BFD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD945; }
p { color: rgb(191,217,69); }
H1.HeaderClassName
{
color: #BFD945;
}
.AnyTagClassName
{
color: #BFD945;
}
</style>
background-color css
<style>
a { background-color: #BFD945; }
a { background-color: rgb(191,217,69); }
div.DivClassName
{
background-color: #BFD945;
}
.BgClassName
{
background-color: #BFD945;
}
</style>
border-color css
<style>
span { border-color: #BFD945; }
span { border-color: rgb(191,217,69); }
td.TdClassName
{
border-color: #BFD945;
}
.TagClassName
{
border-color: #BFD945;
}
</style>