Shades of Las Palmas #BFD845
Tints of Las Palmas #BFD845
RGB
CMYK
RGB Variations
Color information
#BFD845 (or 0xBFD845) is known color: Las Palmas. HEX triplet: BF, D8 and 45. RGB value is (191,216,69). Sum of RGB (Red+Green+Blue) = 191+216+69=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD845 is #4027BA. Grayscale: #C0C0C0. Windows color (decimal): -4204475 or 4577471. OLE color: 4577471.
HSL color Cylindrical-coordinate representation of color #BFD845: hue angle of 70.2º degrees, saturation: 0.65, 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 #BFD845 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 69 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.15 |
| HSL | 70.2º | 0.65% | 0.56% | - |
| HSV(B) | 70.2º | 0.68% | 0.85% | - |
| XYZ | 47.12 | 60.62 | 14.85 | - |
| YUV | 191.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 69 | 0.12 | 0 | 0.68 | 0.15 | 70.2 | 0.65 | 0.56 |
| Hex | BF | D8 | 45 | C | 0 | 44 | F | 46 | 41 | 38 |
| Octal | 277 | 330 | 105 | 14 | 0 | 104 | 17 | 106 | 101 | 70 |
| Binary | 10111111 | 11011000 | 1000101 | 1100 | 0 | 1000100 | 1111 | 1000110 | 1000001 | 111000 |
Color Harmonies of #BFD845
Complementary color
Monochromatic Colors of #BFD845
Black with #BFD845
Text Example
Text Example
White with #BFD845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD845; }
p { color: rgb(191,216,69); }
H1.HeaderClassName
{
color: #BFD845;
}
.AnyTagClassName
{
color: #BFD845;
}
</style>
background-color css
<style>
a { background-color: #BFD845; }
a { background-color: rgb(191,216,69); }
div.DivClassName
{
background-color: #BFD845;
}
.BgClassName
{
background-color: #BFD845;
}
</style>
border-color css
<style>
span { border-color: #BFD845; }
span { border-color: rgb(191,216,69); }
td.TdClassName
{
border-color: #BFD845;
}
.TagClassName
{
border-color: #BFD845;
}
</style>